Supabase Skill
Connects to and executes SQL queries against your Supabase databases using natural language instructions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-skill npx -- -y @trustedskills/supabase-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Supabase, a popular open-source database platform. It enables tasks like querying data, creating new records, and updating existing ones directly through natural language prompts. The agent can retrieve information from your database tables and perform actions based on the provided instructions.
When to use it
- Data Retrieval: Quickly get specific data points from a Supabase database without writing SQL queries manually (e.g., "Find all users who signed up last week").
- Record Creation: Automatically create new entries in your database tables based on user input or other conditions (e.g., "Add a new product to the products table with these details...").
- Data Updates: Modify existing records within your Supabase database using natural language instructions (e.g., "Update the price of item X to $20").
- Automated Reporting: Generate reports based on data stored in your Supabase databases, such as summarizing sales figures or user activity.
Key capabilities
- Database querying via natural language
- Record creation within database tables
- Data updates and modifications
- Integration with Supabase platform
Example prompts
- "Get me a list of all orders placed in the last 24 hours."
- "Create a new user account with email '[email protected]' and password 'password'."
- "Update the status of order ID 123 to 'shipped'."
Tips & gotchas
- Requires access credentials (API keys) for your Supabase project. Ensure these are securely provided to the AI agent.
- The skill’s accuracy depends on clear and specific prompts; ambiguous requests may lead to unexpected results.
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.