Supabase
Connects to and queries Sundial Org's Supabase databases for data retrieval and management tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sundial-org-supabase npx -- -y @trustedskills/sundial-org-supabase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sundial-org-supabase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sundial-org-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, an open source platform for building and deploying applications. It allows AI agents to interact with a PostgreSQL database, manage authentication, and utilize real-time subscriptions. This enables agents to store data persistently, handle user accounts, and react to changes in the database.
When to use it
- Building a web application: An agent can automatically create tables, insert data, and manage users for a new web app backend.
- Managing inventory: An agent could track stock levels in a database and trigger alerts when items are low.
- Real-time dashboards: Agents can update dashboards with live data pulled from the Supabase database.
- User authentication: An agent can handle user registration, login, and password management within a secure environment.
Key capabilities
- PostgreSQL database interaction
- Authentication management
- Real-time subscriptions
- Data storage and retrieval
Example prompts
- "Create a table called 'users' with columns for name, email, and password."
- "Insert a new user into the 'users' table with the following details: Name=Alice, Email=[email protected], Password=securepassword."
- “Fetch all users from the ‘users’ table.”
Tips & gotchas
- Requires proper Supabase project setup and API keys for authentication.
- Be mindful of database schema design to ensure efficient data storage and retrieval.
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.