A comprehensive toolkit for Supabase database management and vector similarity search within Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install supabase
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install supabase using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Supabase skill provides a powerful bridge between AI agents and your Supabase backend, enabling seamless database operations, vector similarity searches, and table management. It allows agents to execute raw SQL queries, perform CRUD operations with granular filters, and interact with the pgvector extension for advanced AI-driven search capabilities.
By integrating this tool into your Openclaw Skills library, you empower your agents to manage persistent storage, handle complex relational data, and implement Retrieval-Augmented Generation (RAG) workflows directly within their execution environment. The skill is designed to handle both standard PostgreSQL tasks and specialized AI workloads like embedding storage and similarity matching.
To use this skill within Openclaw Skills, you must configure your Supabase credentials in your environment:
# Required credentials
export SUPABASE_URL="https://yourproject.supabase.co"
export SUPABASE_SERVICE_KEY="your-service-role-key"
# Optional: OpenAI key for automatic embedding generation
export OPENAI_API_KEY="sk-xxxx"
# Optional: Management API access
export SUPABASE_ACCESS_TOKEN="sbp_xxxxx"
The skill interacts with your existing Supabase schema but works best with the following structure for vector operations:
| Object | Type | Description |
|---|---|---|
| id | bigserial | Unique identifier for table records. |
| content | text | The primary text content to be searched or stored. |
| embedding | vector(1536) | The vector representation of the content (OpenAI standard). |
| metadata | jsonb | Flexible JSON object for storing additional context or tags. |
| RPC Function | function | A PostgreSQL function (e.g., match_documents) for similarity matching. |
Loading
An AI-powered automation skill that generates professional presentations, documents, and social media carousels via the Gamma.app API.

A professional integration for Fathom AI that allows agents to retrieve call recordings, full transcripts, and automated summaries directly from your meeting history.

A comprehensive automation skill for managing Cloudflare DNS records, domain zones, and secure tunnels via the Cloudflare API.

A powerful tool for creating and managing isolated Docker VM sandboxes to safely execute AI agents and untrusted code.

A comprehensive command-line interface for managing Google Workspace services including Gmail, Drive, and Calendar directly from your terminal.

A high-performance integration for managing Notion tasks, agendas, and database entries through simple CLI commands and AI workflows.








































