Supabase Connect
Connects to your Supabase project, enabling data retrieval, updates, and authentication via API calls.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-connect npx -- -y @trustedskills/supabase-connect
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-connect": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-connect"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, supabase-connect, enables AI agents to interact with Supabase databases. It allows agents to retrieve data from tables, insert new records, and update existing ones within a Supabase project. This facilitates dynamic information retrieval and manipulation for various applications powered by the agent.
When to use it
- Data Retrieval: An agent needs to fetch product details (name, price, description) from an e-commerce database hosted on Supabase.
- User Data Management: An agent is responsible for creating new user accounts in a Supabase database after onboarding.
- Inventory Updates: An agent automatically updates inventory levels in a Supabase database based on sales data received from another system.
- Content Population: Populate a blog post table with content generated by the AI agent and stored in Supabase.
Key capabilities
- Connects to a Supabase project.
- Retrieves data from specified tables.
- Inserts new records into tables.
- Updates existing records within tables.
Example prompts
- "Fetch all active users from the 'users' table in my Supabase database."
- "Create a new product entry in the 'products' table with name 'Widget', price 19.99, and description 'A useful widget'."
- "Update the quantity of item ID 123 to 5 in the inventory table."
Tips & gotchas
- Requires proper Supabase API keys for authentication and authorization. Ensure these are securely provided to the agent.
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.