Moai Platform Supabase
Connects to and queries Supabase databases via a secure, managed interface powered by Modu AI's moai platform.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add moai-platform-supabase npx -- -y @trustedskills/moai-platform-supabase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"moai-platform-supabase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/moai-platform-supabase"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to and interaction with a Supabase database through the Moai platform. It allows AI agents to query, update, and manage data stored within a Supabase instance. The skill streamlines database operations by abstracting away complex API calls and providing a simplified interface for agent interactions.
When to use it
- Data Retrieval: An agent needs to fetch customer order history from a Supabase database to answer a user's question.
- Content Management: An agent is responsible for updating product descriptions in a Supabase-powered e-commerce site.
- User Data Updates: An agent needs to modify user profile information stored within the Supabase database based on user feedback.
- Inventory Management: An agent must update stock levels of items in a warehouse managed by a Supabase database.
Key capabilities
- Supabase Database Interaction
- Data Querying
- Data Updates
- Moai Platform Integration
Example prompts
- "Retrieve all active users from the 'users' table."
- "Update the product description for item ID 123 to 'New and improved!'"
- "What is the total number of orders placed this month?"
Tips & gotchas
- Requires a valid Supabase connection string configured within the Moai platform.
- Agent permissions in Supabase must be correctly set up for the agent to perform desired actions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.