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 adaptationio-supabase-database npx -- -y @trustedskills/adaptationio-supabase-database
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"adaptationio-supabase-database": {
"command": "npx",
"args": [
"-y",
"@trustedskills/adaptationio-supabase-database"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to and interaction with a Supabase database. It allows AI agents to query, insert, update, and delete data within a configured Supabase project. This enables persistent storage and retrieval of information relevant to the agent's tasks and interactions.
When to use it
- Persistent Data Storage: Store user preferences, conversation history, or other dynamic data across sessions.
- Data Retrieval for Tasks: Fetch product catalogs, customer records, or any structured data needed to complete a task.
- Real-time Updates: Integrate with Supabase’s real-time capabilities to receive updates from the database and react accordingly.
- Building Applications: Use the skill as a backend for simple applications requiring data persistence.
Key capabilities
- Querying data using SQL
- Inserting new records into tables
- Updating existing records in tables
- Deleting records from tables
Example prompts
- "Retrieve all active users from the 'users' table."
- "Add a new product with name 'Widget X' and price 19.99 to the 'products' table."
- "Update the email address of user ID 123 to '[email protected]'."
Tips & gotchas
- Requires a valid Supabase project URL and API key for authentication. 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.