Supabase

🌐Community
by dicklesworthstone · vlatest · Repository

Connects to and queries Dicklesworthstone's Supabase databases, retrieving data based on provided 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 dicklesworthstone-supabase npx -- -y @trustedskills/dicklesworthstone-supabase
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "dicklesworthstone-supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dicklesworthstone-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 your database infrastructure, allowing for real-time data retrieval and management. It connects agents to Supabase projects to execute SQL queries, manage rows, and handle authentication without manual API intervention.

When to use it

  • Automating complex data analysis tasks that require aggregating information from multiple tables.
  • Triggering database updates or deletions based on external events or user inputs.
  • Fetching real-time data streams for dashboards or monitoring systems.
  • Performing bulk data migrations or cleanup operations programmatically.

Key capabilities

  • Direct execution of SQL queries against connected Supabase projects.
  • Real-time subscription to database changes via Supabase's live features.
  • Row-level security (RLS) enforcement for secure data access patterns.
  • Authentication handling using Supabase's built-in identity management.

Example prompts

  • "Query the users table and return all profiles where the status is 'active'."
  • "Insert a new record into the inventory table with the product ID 101 and quantity 50."
  • "Update the orders table to mark any orders older than 30 days as 'cancelled'."

Tips & gotchas

Ensure your Supabase project has Row Level Security (RLS) policies configured correctly before granting agent access, as misconfigured policies can lead to data leaks. Verify that the specific database tables required for your agent's tasks exist and are properly named to avoid query failures.

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
dicklesworthstone
Installs
39

🌐 Community

Passed automated security scans.