Supabase Node

🌐Community
by alinaqi · vlatest · Repository

Connects to and queries Supabase databases using Node.js, enabling data retrieval and manipulation within your AI 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-node npx -- -y @trustedskills/supabase-node
2

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

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

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

About This Skill

The supabase-node skill enables AI agents to interact directly with Supabase databases using Node.js. It allows agents to perform CRUD operations, execute raw SQL queries, and manage real-time subscriptions within a secure environment.

When to use it

  • Automating data entry tasks that require direct database access without manual API calls.
  • Performing complex data transformations or aggregations via custom SQL logic.
  • Building real-time dashboards where agents need to listen to live database changes.
  • Prototyping backend features quickly by leveraging Supabase's open-source architecture.

Key capabilities

  • Execute read and write operations on PostgreSQL tables through Node.js client libraries.
  • Run raw SQL queries for advanced data manipulation not covered by standard ORM methods.
  • Manage authentication tokens and roles to ensure secure access control.
  • Handle real-time subscriptions for live data updates across connected clients.

Example prompts

  • "Create a new user record in the profiles table with the email '[email protected]'."
  • "Query the orders table to find all transactions over $100 from last week."
  • "Set up a real-time subscription to notify whenever a new row is added to the events table."

Tips & gotchas

Ensure your AI agent has valid API keys and proper environment variables configured before attempting database connections. Be cautious with raw SQL queries to prevent injection attacks, especially when handling untrusted user inputs.

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
68

🌐 Community

Passed automated security scans.