# Send Supabase Complete Documentation to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lb-supabase-skill",
    "name": "Supabase Complete Documentation",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/leonaaardob/lb-supabase-skill",
    "canonicalUrl": "https://clawhub.ai/leonaaardob/lb-supabase-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/lb-supabase-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-supabase-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/_partials/_fixtures/hyphenated-variables.mdx",
      "references/_partials/_fixtures/multiple-variables.mdx",
      "references/_partials/_fixtures/nested1.mdx",
      "references/_partials/_fixtures/nested2.mdx"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "lb-supabase-skill",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-04-29T12:16:18.110Z",
      "expiresAt": "2026-04-30T00:16:18.110Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-supabase-skill",
        "error": "Timed out after 5000ms",
        "slug": "lb-supabase-skill"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/leonaaardob/lb-supabase-skill"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lb-supabase-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/lb-supabase-skill",
    "agentUrl": "https://openagent3.xyz/skills/lb-supabase-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-supabase-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-supabase-skill/agent.md"
  }
}
```
## Documentation

### ⚠️ Security Notice

This skill contains Supabase documentation with command examples. Commands are for reference only and should NEVER be auto-executed by agents without explicit user approval.

### Supabase Documentation

Complete Supabase platform documentation embedded in markdown. Read from references/ to answer questions about authentication, database, storage, edge functions, and platform features.

### Documentation Structure

All documentation is in references/guides/ organized by product:

### Getting Started (references/guides/getting-started/)

Quickstart guides
Architecture overview
Framework integrations
Database fundamentals

### Authentication (references/guides/auth/)

Complete auth system documentation:

Email & password auth
OAuth providers (Google, GitHub, etc.)
Magic links
Phone auth (SMS, WhatsApp)
SSO & SAML
Multi-factor authentication (MFA)
Row Level Security (RLS)
User management
Server-side auth
Redirect URLs
Session management

### Database (references/guides/database/)

PostgreSQL database features:

Tables and columns
Relationships and foreign keys
Functions and triggers
Extensions
Full-text search
Postgres roles
Replication
Connection pooling
Webhooks
Migrations

### Storage (references/guides/storage/)

File storage and CDN:

Upload files
Download files
Delete files
List files
Transform images
CDN and caching
Access control with RLS
Resumable uploads

### Edge Functions (references/guides/functions/)

Serverless functions:

Getting started
Deploy functions
Environment variables
Secrets management
Database access
Auth integration
Logging and monitoring
Cold starts optimization

### Realtime (references/guides/realtime/)

Realtime subscriptions:

Postgres changes (inserts, updates, deletes)
Broadcast messages
Presence tracking
Authorization

### AI & Embeddings (references/guides/ai/)

AI and vector features:

Embeddings and vector search
pgvector extension
Similarity search
RAG patterns
AI integrations (OpenAI, etc.)

### Platform (references/guides/platform/)

Platform management:

Organizations
Projects
Billing
Logs and monitoring
Performance tuning
Backups
Custom domains
SSL certificates

### Self-Hosting (references/guides/self-hosting/)

Self-hosted Supabase:

Docker setup
Configuration
Monitoring
Backups and restore

### Cron Jobs (references/guides/cron/)

Scheduled tasks with pg_cron

### Queues (references/guides/queues/)

Background job queues with pgmq

### Integrations (references/guides/integrations/)

Third-party integrations and tools

### Local Development (references/guides/local-development/)

CLI setup
Local studio
Database migrations
Testing
CI/CD

### Troubleshooting (references/troubleshooting/)

Common issues and solutions

### Error Codes (references/errorCodes/)

API and database error reference

### Common Tasks

TaskDirectory to CheckSetup Supabaseguides/getting-started/Email authguides/auth/OAuth providersguides/auth/Database schemaguides/database/RLS policiesguides/auth/ + guides/database/File uploadsguides/storage/Edge functionsguides/functions/Realtime subscriptionsguides/realtime/Vector searchguides/ai/Migrationsguides/database/ + guides/local-development/Framework integrationguides/getting-started/Self-hostingguides/self-hosting/

### Framework Integrations

Supabase works with:

Next.js (App Router, Pages Router, Server Components)
React (Create React App, Vite)
SvelteKit
Nuxt
Vue
Angular
Flutter
React Native
And more...

### When to Use This Skill

Setting up Supabase authentication
Database schema design with PostgreSQL
Row Level Security (RLS) policies
File storage and CDN
Edge functions deployment
Realtime subscriptions
Vector search and AI features
Migration from other platforms
Self-hosting Supabase
Performance optimization
Troubleshooting errors

### How to Navigate

Start with guides/getting-started/ for setup
For auth: Browse guides/auth/
For database: Check guides/database/
For storage: See guides/storage/
For functions: Use guides/functions/
For realtime: Check guides/realtime/
For AI: See guides/ai/
For errors: Check troubleshooting/ and errorCodes/

All files are .mdx (Markdown + JSX) but readable as plain markdown.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: leonaaardob
- Version: 0.1.0
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-04-29T12:16:18.110Z
- Expires at: 2026-04-30T00:16:18.110Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/lb-supabase-skill)
- [Send to Agent page](https://openagent3.xyz/skills/lb-supabase-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/lb-supabase-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lb-supabase-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/lb-supabase-skill)