Supabase Admin

🌐Community
by erichowens · vlatest · Repository

Manage Supabase databases: create tables, run migrations, view data, and control access permissions via CLI commands.

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

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

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

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

About This Skill

What it does

The supabase-admin skill allows AI agents to interact with and manage Supabase databases. It provides capabilities for executing SQL queries, managing database schemas (creating tables, indexes), and performing basic administrative tasks within a Supabase project. This enables automation of database operations and simplifies workflows involving data management.

When to use it

  • Automated Data Backups: Schedule regular backups of your Supabase database using the skill's SQL execution capabilities.
  • Schema Migrations: Automatically apply schema changes (e.g., adding new columns) based on defined scripts.
  • Data Analysis & Reporting: Generate reports and insights by executing complex SQL queries against your data.
  • Database Troubleshooting: Quickly diagnose and resolve database issues through direct SQL query execution.

Key capabilities

  • SQL Query Execution: Run arbitrary SQL queries against the Supabase database.
  • Schema Management: Create, modify, and delete tables and indexes.
  • Administrative Tasks: Perform basic administrative operations within a Supabase project.

Example prompts

  • "Run this SQL query: SELECT * FROM users WHERE age > 30"
  • "Create a table named 'orders' with columns for order_id, user_id, and total_amount."
  • "Execute the following SQL script to update the database schema."

Tips & gotchas

  • Requires proper Supabase API keys and project configuration within the AI agent environment.
  • Be cautious when executing SQL queries, especially those that modify data, as incorrect commands can lead to unintended consequences.

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
erichowens
Installs
26

🌐 Community

Passed automated security scans.