supabase-dbConnect to Supabase for SQL queries, CRUD, table management, and vector similarity search using pgvector extension and OpenAI embeddings.
Install via ClawdBot CLI:
clawdbot install mvanhorn/supabase-dbGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
${OPENAICalls external URL not in known-safe list
https://github.com/mvanhorn/clawdbot-skill-supabaseUses known external API (expected, informational)
api.openai.comAI Analysis
The skill's external API usage (Supabase) is consistent with its stated purpose of database operations, and no hidden instructions or credential harvesting patterns were found in the provided definition. The primary risk is the standard dependency on external service credentials, which is inherent to its functionality.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
Use vector search to recommend products based on customer queries or browsing history. Store product descriptions as embeddings and match them with user search terms to suggest relevant items, enhancing the shopping experience and increasing sales.
Manage support tickets by storing them in a Supabase table and using CRUD operations to track status updates. Implement vector search to find similar past tickets for faster resolution, improving response times and customer satisfaction.
Store blog posts in a Supabase database with metadata and use select queries to filter by categories or dates. Employ vector search to recommend related articles based on content similarity, driving user engagement and page views.
Handle user registration and profile updates by inserting and updating rows in a users table. Use SQL queries to validate credentials and manage sessions, ensuring secure access and personalized user experiences.
Track inventory levels by storing product data in Supabase and using update operations to adjust quantities. Run queries to generate reports on stock levels and sales trends, aiding in inventory optimization and reducing waste.
Offer a subscription-based service that uses Supabase for backend data storage and vector search to provide AI-powered features like content recommendations or analytics. Revenue is generated through monthly or annual fees from businesses leveraging the platform.
Provide consulting to help clients integrate Supabase into their existing systems, setting up databases, CRUD operations, and vector search for specific use cases. Revenue comes from project-based fees or hourly rates for implementation and support.
Develop a tool that connects to Supabase to analyze customer data, using SQL queries and vector search to generate insights and reports. Monetize through licensing fees or a freemium model with advanced features for paying customers.
💬 Integration Tip
Migrate to SUPABASE_API_KEY before March 2026 to avoid disruptions, and ensure your database schema includes vector columns for similarity search functions.
Scored Apr 19, 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.