Supabase Database Ops
Helps with Supabase, database as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-database-ops npx -- -y @trustedskills/supabase-database-ops
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-database-ops": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-database-ops"
]
}
}
}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 and manage Supabase databases. It can execute SQL queries, create tables, and perform other database operations programmatically. This enables automated data management tasks and integration of AI workflows with existing Supabase projects.
When to use it
- Automated Data Backups: Schedule regular backups of your Supabase database using an AI agent.
- Data Migration Scripts: Execute complex SQL scripts for migrating data between different environments within Supabase.
- Dynamic Table Creation: Automatically create new tables based on application requirements or user input.
- Automated Reporting: Generate reports by querying and aggregating data stored in your Supabase database.
Key capabilities
- Execute SQL queries against a Supabase database.
- Create new tables within a Supabase database.
- Programmatic interaction with Supabase databases.
Example prompts
- "Run the following SQL query:
SELECT * FROM users WHERE age > 25." - "Create a table named 'orders' with columns for order_id, user_id, and total_amount."
- “Backup my database to a new bucket.”
Tips & gotchas
- Requires valid Supabase credentials (API keys or service tokens) to be configured.
- Be mindful of SQL injection vulnerabilities when constructing queries dynamically; sanitize inputs appropriately.
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.