Supabase Test

🌐Community
by constructive-io · vlatest · Repository

Helps with Supabase, testing as part of working with databases and data persistence workflows.

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

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

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

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

About This Skill

What it does

This skill allows AI agents to execute SQL queries and perform database operations against a Supabase project. It can retrieve, insert, update, and delete data within your Supabase tables. The agent can also be used to manage database schemas by creating or dropping tables.

When to use it

  • Data Retrieval: An agent needs to pull specific customer information from a Supabase database for reporting purposes.
  • Automated Updates: You want an agent to automatically update product inventory levels in your database based on external sales data.
  • Schema Management: An agent is tasked with creating new tables or modifying existing ones as part of a development workflow.
  • Data Migration: Migrating data between different Supabase environments (e.g., from dev to production).

Key capabilities

  • Execute SQL queries
  • Retrieve data from Supabase tables
  • Insert new records into tables
  • Update existing records in tables
  • Delete records from tables
  • Manage database schemas (create/drop tables)

Example prompts

  • "Run a query to find all users with email addresses ending in '@example.com'."
  • "Create a table named 'orders' with columns for order_id, customer_id, and total_amount."
  • “Insert a new product into the products table with name ‘Widget’ and price 19.99.”

Tips & gotchas

  • Requires proper Supabase API keys to authenticate and access your project. Ensure these are securely provided to the agent.

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
constructive-io
Installs
10

🌐 Community

Passed automated security scans.