Supabase Help

🌐Community
by yoanbernabeu · vlatest · Repository

Get Supabase SQL queries, table schemas, and troubleshooting assistance directly from your AI assistant.

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-help npx -- -y @trustedskills/supabase-help
2

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

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

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

About This Skill

What it does

This skill enables AI agents to interact directly with Supabase databases, allowing them to execute queries, manage rows, and handle authentication logic within the platform. It serves as a bridge for automating data operations and security testing workflows without manual SQL intervention.

When to use it

  • Automating routine data maintenance tasks like bulk updates or cleanup scripts.
  • Performing automated penetration tests on database configurations and access controls.
  • Generating dynamic reports by querying complex relational data structures.
  • Integrating real-time data validation into application deployment pipelines.

Key capabilities

  • Execute raw SQL queries against Supabase projects.
  • Manage table rows through insert, update, and delete operations.
  • Interact with Supabase authentication mechanisms for user management.
  • Retrieve schema information to understand database structure dynamically.

Example prompts

  • "Query the users table to find all accounts created in the last 24 hours."
  • "Update the status column to 'verified' for all users who have completed onboarding."
  • "Check current authentication settings and list active sessions for a specific user ID."

Tips & gotchas

Ensure your AI agent has proper API keys with scoped permissions before executing write operations. Always validate generated SQL queries in a sandbox environment to prevent unintended data loss or security vulnerabilities during automated testing.

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
yoanbernabeu
Installs
83

🌐 Community

Passed automated security scans.