Supabase Help
Get Supabase SQL queries, table schemas, and troubleshooting assistance directly from your AI assistant.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-help npx -- -y @trustedskills/supabase-help
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-help": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-help"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact directly with Supabase databases, allowing them to execute queries, manage rows, and handle authentication logic within the platform. It serves as a bridge for automating data operations and security testing workflows without manual SQL intervention.
When to use it
- Automating routine data maintenance tasks like bulk updates or cleanup scripts.
- Performing automated penetration tests on database configurations and access controls.
- Generating dynamic reports by querying complex relational data structures.
- Integrating real-time data validation into application deployment pipelines.
Key capabilities
- Execute raw SQL queries against Supabase projects.
- Manage table rows through insert, update, and delete operations.
- Interact with Supabase authentication mechanisms for user management.
- Retrieve schema information to understand database structure dynamically.
Example prompts
- "Query the
userstable to find all accounts created in the last 24 hours." - "Update the status column to 'verified' for all users who have completed onboarding."
- "Check current authentication settings and list active sessions for a specific user ID."
Tips & gotchas
Ensure your AI agent has proper API keys with scoped permissions before executing write operations. Always validate generated SQL queries in a sandbox environment to prevent unintended data loss or security vulnerabilities during automated testing.
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.