Supabase Database
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 ypyt1-supabase-database npx -- -y @trustedskills/ypyt1-supabase-database
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ypyt1-supabase-database": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ypyt1-supabase-database"
]
}
}
}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 a Supabase database. It enables querying, inserting, updating, and deleting data within your Supabase project directly through natural language prompts. The agent can retrieve specific information, modify existing records, or create new entries based on user requests.
When to use it
- Data Retrieval: An agent needs to answer questions about customer orders stored in a database (e.g., "What is the status of order #123?").
- Content Management: An agent updates product descriptions or inventory levels within your application's database.
- Automated Tasks: Automatically create new user accounts in your database when someone signs up through an AI-powered interface.
- Report Generation: Generate summaries of data stored in the Supabase database, such as sales reports or analytics dashboards.
Key capabilities
- Querying data using SQL
- Inserting new records into tables
- Updating existing records
- Deleting records from tables
Example prompts
- "Find all customers who live in California."
- "Add a new product to the products table with name 'Widget' and price 19.99."
- “Update the quantity of item ‘XYZ’ to 5.”
Tips & gotchas
- Requires proper Supabase API key credentials configured within the agent environment.
- Be mindful of SQL injection vulnerabilities when constructing queries based on user input; 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.