Supabase
Connects to and queries Leonaaardob's Supabase databases, retrieving data based on provided SQL instructions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add leonaaardob-supabase npx -- -y @trustedskills/leonaaardob-supabase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"leonaaardob-supabase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/leonaaardob-supabase"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Supabase, a unified backend platform. It allows AI agents to interact with and manage databases, authentication systems, and storage within a Supabase project. Agents can perform tasks such as querying data, creating new database entries, and managing user accounts.
When to use it
- Data Management: When an agent needs to store or retrieve information persistently, like tracking inventory levels for an e-commerce application.
- User Authentication: To handle user registration, login, and account management within a web or mobile application.
- Content Storage: When the AI agent requires a place to store files such as images or documents associated with users or projects.
Key capabilities
- Database interaction (queries, inserts, updates)
- Authentication management
- Storage access
Example prompts
- "Retrieve all active user accounts from the database."
- "Create a new record in the 'products' table with name 'widget' and price 19.99."
- "Register a new user with email '[email protected]' and password 'password'."
Tips & gotchas
This skill requires you to have an existing Supabase project set up. Ensure that the AI agent has the necessary API keys and permissions configured within your Supabase project for proper functionality.
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.