Supabase

🌐Community
by alinaqi · vlatest · Repository

Connects to your Supabase database, executes queries, and retrieves data based on natural language instructions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add supabase npx -- -y @trustedskills/supabase
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/supabase"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The Supabase skill enables AI agents to interact directly with a Supabase backend, allowing them to execute SQL queries and manage database state. It provides full access to tables, views, and functions within the project for data retrieval and manipulation.

When to use it

  • Retrieving specific user records or filtering datasets based on complex criteria.
  • Inserting new entries into tables via natural language instructions.
  • Updating existing records to reflect real-time changes in your application.
  • Deleting outdated data while adhering to defined safety constraints.

Key capabilities

  • Execute raw SQL queries against connected Supabase projects.
  • Read, write, update, and delete data across multiple tables.
  • Interact with database functions and triggers automatically.
  • Manage schema changes and view table structures on demand.

Example prompts

  • "Find all users who signed up in the last 24 hours and have not verified their email."
  • "Add a new product named 'Wireless Headphones' to the inventory table with a price of $99.99."
  • "Update the status of order #12345 to 'shipped' and notify the customer via the notification function."

Tips & gotchas

Ensure your Supabase project has Row Level Security (RLS) policies configured correctly, as agents may bypass standard authentication checks depending on implementation. Always validate that the agent's permissions align with sensitive data access requirements before enabling write operations.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
alinaqi
Installs
188

🌐 Community

Passed automated security scans.