Supabase Observability

🌐Community
by jeremylongshore · vlatest · Repository

Monitor Supabase databases in real-time with detailed metrics, logs, and alerts powered by jeremylongshore's observability agent.

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

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

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

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

About This Skill

What it does

The supabase-observability skill allows AI agents to query and analyze observability data from your Supabase project. It provides access to metrics, logs, and traces, enabling debugging, performance monitoring, and proactive issue identification within your database environment. This skill facilitates understanding application behavior and identifying areas for optimization directly through the agent.

When to use it

  • Debugging slow queries: Investigate specific SQL queries that are taking longer than expected.
  • Monitoring API usage: Track request rates, error counts, and latency of your Supabase functions.
  • Identifying performance bottlenecks: Analyze database metrics to pinpoint areas impacting application responsiveness.
  • Troubleshooting errors: Correlate logs and traces to understand the root cause of application errors.

Key capabilities

  • Access to Supabase metrics data
  • Querying of Supabase logs
  • Retrieval of trace information
  • Analysis of database performance

Example prompts

  • "Show me the average latency for my auth_user table queries over the last hour."
  • "What are the top 5 error messages in my function logs from yesterday?"
  • "Can you find any traces related to a failed payment processing attempt?"

Tips & gotchas

  • Requires appropriate Supabase project access and permissions for observability data.
  • The skill's effectiveness depends on having sufficient instrumentation and logging configured within your Supabase project.

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
jeremylongshore
Installs
15

🌐 Community

Passed automated security scans.