Supabase
Connects to and queries your Supabase databases using natural language prompts via the raudbjorn AI agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add raudbjorn-supabase npx -- -y @trustedskills/raudbjorn-supabase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"raudbjorn-supabase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/raudbjorn-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 using natural language prompts. The agent can retrieve specific information or perform actions based on the data contained within the database.
When to use it
- Data Retrieval: You need to quickly extract specific data points from a Supabase database without writing SQL queries manually.
- Content Management: An AI agent needs to update content stored in your Supabase-powered CMS, such as blog posts or product listings.
- Automated Reporting: Generate reports based on data residing within your Supabase database.
- Inventory Management: Track and manage inventory levels by updating records in a Supabase database.
Key capabilities
- Querying data using natural language
- Inserting new records into tables
- Updating existing record values
- Deleting records from tables
Example prompts
- "Find all users who signed up after January 1st."
- "Add a new product to the products table with name 'Widget' and price 19.99."
- "Update the status of order ID 123 to 'shipped'."
Tips & gotchas
- Requires access credentials (API keys) for your Supabase project, which must be securely provided to the AI agent.
- The skill's effectiveness depends on clear and unambiguous natural language prompts; complex queries may require more detailed instructions.
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.