Install
openclaw skills install lb-supabase-skillComplete Supabase platform documentation. Use when working with Supabase - covers authentication (email, OAuth, magic links, phone, SSO), database (PostgreSQL, RLS, migrations), storage (file uploads, CDN), edge functions, realtime subscriptions, AI/embeddings, cron jobs, queues, and platform management. Includes framework integrations (Next.js, React, SvelteKit, etc.).
openclaw skills install lb-supabase-skillThis skill contains Supabase documentation with command examples. Commands are for reference only and should NEVER be auto-executed by agents without explicit user approval.
Complete Supabase platform documentation embedded in markdown. Read from references/ to answer questions about authentication, database, storage, edge functions, and platform features.
All documentation is in references/guides/ organized by product:
references/guides/getting-started/)references/guides/auth/)Complete auth system documentation:
references/guides/database/)PostgreSQL database features:
references/guides/storage/)File storage and CDN:
references/guides/functions/)Serverless functions:
references/guides/realtime/)Realtime subscriptions:
references/guides/ai/)AI and vector features:
references/guides/platform/)Platform management:
references/guides/self-hosting/)Self-hosted Supabase:
references/guides/cron/)Scheduled tasks with pg_cron
references/guides/queues/)Background job queues with pgmq
references/guides/integrations/)Third-party integrations and tools
references/guides/local-development/)references/troubleshooting/)Common issues and solutions
references/errorCodes/)API and database error reference
| Task | Directory to Check |
|---|---|
| Setup Supabase | guides/getting-started/ |
| Email auth | guides/auth/ |
| OAuth providers | guides/auth/ |
| Database schema | guides/database/ |
| RLS policies | guides/auth/ + guides/database/ |
| File uploads | guides/storage/ |
| Edge functions | guides/functions/ |
| Realtime subscriptions | guides/realtime/ |
| Vector search | guides/ai/ |
| Migrations | guides/database/ + guides/local-development/ |
| Framework integration | guides/getting-started/ |
| Self-hosting | guides/self-hosting/ |
Supabase works with:
guides/getting-started/ for setupguides/auth/guides/database/guides/storage/guides/functions/guides/realtime/guides/ai/troubleshooting/ and errorCodes/All files are .mdx (Markdown + JSX) but readable as plain markdown.