A powerful integration for querying Supabase projects and generating user analytics directly from your chat interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install supabase-query
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-query 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 for Openclaw Skills enables developers to interact with their database projects using simple natural language commands or CLI scripts. By leveraging the Supabase Auth Admin API, users can monitor growth metrics, list recent signups, and inspect project health without leaving their terminal or agent environment.
This skill bridges the gap between backend management and conversational AI, making database oversight more accessible. It is specifically designed to work with Openclaw Skills to provide real-time insights into user behavior and project configuration, supporting both manual queries and automated workflows.
To get started with this component of Openclaw Skills, follow these steps:
python3 scripts/supabase.py auth
~/.supabase_config.json file with your credentials or export them as environment variables:export SUPABASE_URL="https://xxxxx.supabase.co"
export SUPABASE_SERVICE_KEY="eyJhbG..."
The skill organizes data retrieved from the Supabase environment as follows:
| Category | Source | Fields |
|---|---|---|
| User Data | Auth Admin API | Email, Display Name, Provider, Signup Date |
| Analytics | Aggregation | Total User Count, New Signups (24h/7d) |
| Schema | REST API | Table Names, Key Types, API Accessibility |
| Configuration | Local Storage | Encrypted/Restricted JSON (mode 600) |
Loading
A comprehensive CLI tool for tracking Polymarket prediction markets, monitoring price momentum, and simulating trades via a local paper trading system.

A high-accuracy web search API optimized for AI agents to perform deep research with rich excerpts and citations.

Transform public web content into clean, LLM-ready Markdown for efficient AI data ingestion and processing.

An autonomous AI agent skill that executes complex tasks through web browsing and tool usage via the Manus API.

A local-first routing engine that prioritizes privacy and cost-efficiency by intelligently escalating LLM requests to the cloud only when necessary.

A smart routing agent that prioritizes local LLMs over cloud APIs to reduce costs and enhance data privacy.








































