Supabase Realtime

🌐Community
by ypyt1 · vlatest · Repository

Streamlines real-time data updates from Supabase databases into your applications using ypyt1's AI agent skill.

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

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

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

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

About This Skill

What it does

This skill provides real-time updates from a Supabase database. It allows AI agents to subscribe to changes in specific tables and receive immediate notifications when data is created, updated, or deleted. This enables reactive behavior and eliminates the need for constant polling of the database.

When to use it

  • Live dashboards: Build dashboards that automatically update with new data from a Supabase database without manual refreshing.
  • Real-time chat applications: Implement features like presence indicators or instant message delivery.
  • Inventory management: Track changes in stock levels and trigger automated reordering processes.
  • Automated workflows: React to specific events within your application, such as new user signups or order placements.

Key capabilities

  • Subscribes to Supabase Realtime events
  • Provides updates on table creations, updates, and deletions
  • Supports filtering of real-time data based on conditions

Example prompts

  • "Subscribe to changes in the 'orders' table."
  • "Notify me when a new user is created."
  • "Show me all updates to the 'products' table where the price is greater than $100."

Tips & gotchas

  • Requires a Supabase account and API keys. Ensure these are configured correctly for the skill to function properly.

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
ypyt1
Installs
2

🌐 Community

Passed automated security scans.