supabase-toolGenerate Supabase API curl commands and SQL query helpers. Use when querying tables, counting rows, inserting records, checking database health, auditing RLS...
Install via ClawdBot CLI:
clawdbot install loutai0307-prog/supabase-toolGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.supabase.com/v1/projects/YOUR_PROJECT_REF/database/queryCalls external URL not in known-safe list
https://api.supabase.com/v1/projects/YOUR_PROJECT_REF/database/queryAI Analysis
The skill's external API call to api.supabase.com is consistent with its stated purpose of generating Supabase commands, and the documentation explicitly states 'No credentials stored — commands are generated for you to run,' indicating it does not execute commands itself. However, the endpoint is not in a pre-approved safe list, and the skill could theoretically be misused if modified to send user data, warranting caution.
Audited Apr 18, 2026 · audit v1.0
Generated May 6, 2026
A SaaS company uses the health command to monitor Supabase API response times and row counts across critical tables. Early detection of performance degradation helps maintain SLAs.
A healthcare startup audits Row-Level Security policies using the rls command to ensure patient data is properly isolated. This helps meet HIPAA compliance requirements.
An e-commerce platform inserts new product records via the insert command during inventory updates. This allows operations teams to add items without a full admin panel.
A marketing agency uses the count command to quickly assess user engagement metrics across tables. This helps in generating weekly growth reports for clients.
A FinTech developer runs raw SQL queries via the query command to troubleshoot data inconsistencies in transaction logs. This speeds up debugging without needing a database GUI.
Offer the tool as a premium feature within a larger SaaS platform for database management. Revenue comes from monthly subscriptions tied to usage tiers.
Provide basic health checks and counting for free, then charge for advanced features like RLS auditing and custom SQL execution. This converts users needing deeper insights.
Package the RLS auditing and health monitoring into a compliance-focused bundle for regulated industries. Revenue from annual enterprise licenses and support contracts.
💬 Integration Tip
Embed this tool in CI/CD pipelines for automated health checks before deployments, and use it as a quick SQL runner during local development without installing a full client.
Scored May 6, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking.