Supabase
Connects to and queries your Supabase databases using secure API calls and structured data retrieval.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add miketromba-supabase npx -- -y @trustedskills/miketromba-supabase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"miketromba-supabase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/miketromba-supabase"
]
}
}
}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 data stored in a Supabase database. It enables querying, inserting, updating, and deleting records within your Supabase project. The agent can also retrieve schema information for tables.
When to use it
- Data Retrieval: An agent needs to pull specific customer order details from a Supabase database to answer a user's query.
- Inventory Management: An agent updates product quantities in a Supabase inventory table after a sale is processed.
- Content Updates: An agent automatically updates blog post metadata (e.g., views, likes) stored within a Supabase database.
- Schema Exploration: An agent needs to understand the structure of tables in a Supabase project before performing data operations.
Key capabilities
- Querying data from Supabase tables
- Inserting new records into Supabase tables
- Updating existing records in Supabase tables
- Deleting records from Supabase tables
- Retrieving table schema information
Example prompts
- "Get all users with email addresses ending in '@example.com' from the 'users' table."
- "Insert a new product into the 'products' table with name 'Widget', price 19.99, and quantity 100."
- "Update the 'completed' status to true for order ID 123 in the 'orders' table."
Tips & gotchas
- Requires proper Supabase API keys and project configuration within the agent environment.
- Be mindful of data types when inserting or updating records; incorrect types can cause errors.
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.