Supabase Realtime

🌐Community
by raudbjorn · vlatest · Repository

Receive instant updates from your Supabase database changes via WebSocket connections for reactive applications.

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

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

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

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

About This Skill

What it does

This skill enables real-time data updates from a Supabase database. It allows an AI agent to subscribe to changes in specific tables and receive immediate notifications when those changes occur, facilitating dynamic applications and reactive workflows. The agent can then react to these updates programmatically without needing to constantly poll the database.

When to use it

  • Live dashboards: Displaying real-time data visualizations based on Supabase table updates (e.g., live chat counts, inventory levels).
  • Automated notifications: Triggering actions or sending alerts when specific events occur in a Supabase database (e.g., new order placed, user signup).
  • Collaborative applications: Keeping multiple users synchronized with changes made by others in real-time (e.g., shared document editing).
  • Real-time game development: Updating game state and player positions based on data stored in a Supabase database.

Key capabilities

  • Subscribe to table updates
  • Receive immediate notifications of changes
  • Works with Supabase databases

Example prompts

  • "Listen for new entries in the 'orders' table."
  • "Notify me when the 'status' field in the 'payments' table changes to 'failed'."
  • “Show me updates from the ‘messages’ table.”

Tips & gotchas

  • Requires a Supabase project and API key.
  • Be mindful of potential costs associated with real-time subscriptions, especially for high-volume data streams.

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
raudbjorn
Installs
11

🌐 Community

Passed automated security scans.