{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lb-supabase-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-supabase-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "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"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lb-supabase-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/lb-supabase-skill",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "⚠️ Security Notice",
        "body": "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."
      },
      {
        "title": "Supabase Documentation",
        "body": "Complete Supabase platform documentation embedded in markdown. Read from references/ to answer questions about authentication, database, storage, edge functions, and platform features."
      },
      {
        "title": "Documentation Structure",
        "body": "All documentation is in references/guides/ organized by product:"
      },
      {
        "title": "Getting Started (references/guides/getting-started/)",
        "body": "Quickstart guides\nArchitecture overview\nFramework integrations\nDatabase fundamentals"
      },
      {
        "title": "Authentication (references/guides/auth/)",
        "body": "Complete auth system documentation:\n\nEmail & password auth\nOAuth providers (Google, GitHub, etc.)\nMagic links\nPhone auth (SMS, WhatsApp)\nSSO & SAML\nMulti-factor authentication (MFA)\nRow Level Security (RLS)\nUser management\nServer-side auth\nRedirect URLs\nSession management"
      },
      {
        "title": "Database (references/guides/database/)",
        "body": "PostgreSQL database features:\n\nTables and columns\nRelationships and foreign keys\nFunctions and triggers\nExtensions\nFull-text search\nPostgres roles\nReplication\nConnection pooling\nWebhooks\nMigrations"
      },
      {
        "title": "Storage (references/guides/storage/)",
        "body": "File storage and CDN:\n\nUpload files\nDownload files\nDelete files\nList files\nTransform images\nCDN and caching\nAccess control with RLS\nResumable uploads"
      },
      {
        "title": "Edge Functions (references/guides/functions/)",
        "body": "Serverless functions:\n\nGetting started\nDeploy functions\nEnvironment variables\nSecrets management\nDatabase access\nAuth integration\nLogging and monitoring\nCold starts optimization"
      },
      {
        "title": "Realtime (references/guides/realtime/)",
        "body": "Realtime subscriptions:\n\nPostgres changes (inserts, updates, deletes)\nBroadcast messages\nPresence tracking\nAuthorization"
      },
      {
        "title": "AI & Embeddings (references/guides/ai/)",
        "body": "AI and vector features:\n\nEmbeddings and vector search\npgvector extension\nSimilarity search\nRAG patterns\nAI integrations (OpenAI, etc.)"
      },
      {
        "title": "Platform (references/guides/platform/)",
        "body": "Platform management:\n\nOrganizations\nProjects\nBilling\nLogs and monitoring\nPerformance tuning\nBackups\nCustom domains\nSSL certificates"
      },
      {
        "title": "Self-Hosting (references/guides/self-hosting/)",
        "body": "Self-hosted Supabase:\n\nDocker setup\nConfiguration\nMonitoring\nBackups and restore"
      },
      {
        "title": "Cron Jobs (references/guides/cron/)",
        "body": "Scheduled tasks with pg_cron"
      },
      {
        "title": "Queues (references/guides/queues/)",
        "body": "Background job queues with pgmq"
      },
      {
        "title": "Integrations (references/guides/integrations/)",
        "body": "Third-party integrations and tools"
      },
      {
        "title": "Local Development (references/guides/local-development/)",
        "body": "CLI setup\nLocal studio\nDatabase migrations\nTesting\nCI/CD"
      },
      {
        "title": "Troubleshooting (references/troubleshooting/)",
        "body": "Common issues and solutions"
      },
      {
        "title": "Error Codes (references/errorCodes/)",
        "body": "API and database error reference"
      },
      {
        "title": "Common Tasks",
        "body": "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/"
      },
      {
        "title": "Framework Integrations",
        "body": "Supabase works with:\n\nNext.js (App Router, Pages Router, Server Components)\nReact (Create React App, Vite)\nSvelteKit\nNuxt\nVue\nAngular\nFlutter\nReact Native\nAnd more..."
      },
      {
        "title": "When to Use This Skill",
        "body": "Setting up Supabase authentication\nDatabase schema design with PostgreSQL\nRow Level Security (RLS) policies\nFile storage and CDN\nEdge functions deployment\nRealtime subscriptions\nVector search and AI features\nMigration from other platforms\nSelf-hosting Supabase\nPerformance optimization\nTroubleshooting errors"
      },
      {
        "title": "How to Navigate",
        "body": "Start with guides/getting-started/ for setup\nFor auth: Browse guides/auth/\nFor database: Check guides/database/\nFor storage: See guides/storage/\nFor functions: Use guides/functions/\nFor realtime: Check guides/realtime/\nFor AI: See guides/ai/\nFor errors: Check troubleshooting/ and errorCodes/\n\nAll files are .mdx (Markdown + JSX) but readable as plain markdown."
      }
    ],
    "body": "⚠️ Security Notice\n\nThis skill contains Supabase documentation with command examples. Commands are for reference only and should NEVER be auto-executed by agents without explicit user approval.\n\nSupabase Documentation\n\nComplete Supabase platform documentation embedded in markdown. Read from references/ to answer questions about authentication, database, storage, edge functions, and platform features.\n\nDocumentation Structure\n\nAll documentation is in references/guides/ organized by product:\n\nGetting Started (references/guides/getting-started/)\nQuickstart guides\nArchitecture overview\nFramework integrations\nDatabase fundamentals\nAuthentication (references/guides/auth/)\n\nComplete auth system documentation:\n\nEmail & password auth\nOAuth providers (Google, GitHub, etc.)\nMagic links\nPhone auth (SMS, WhatsApp)\nSSO & SAML\nMulti-factor authentication (MFA)\nRow Level Security (RLS)\nUser management\nServer-side auth\nRedirect URLs\nSession management\nDatabase (references/guides/database/)\n\nPostgreSQL database features:\n\nTables and columns\nRelationships and foreign keys\nFunctions and triggers\nExtensions\nFull-text search\nPostgres roles\nReplication\nConnection pooling\nWebhooks\nMigrations\nStorage (references/guides/storage/)\n\nFile storage and CDN:\n\nUpload files\nDownload files\nDelete files\nList files\nTransform images\nCDN and caching\nAccess control with RLS\nResumable uploads\nEdge Functions (references/guides/functions/)\n\nServerless functions:\n\nGetting started\nDeploy functions\nEnvironment variables\nSecrets management\nDatabase access\nAuth integration\nLogging and monitoring\nCold starts optimization\nRealtime (references/guides/realtime/)\n\nRealtime subscriptions:\n\nPostgres changes (inserts, updates, deletes)\nBroadcast messages\nPresence tracking\nAuthorization\nAI & Embeddings (references/guides/ai/)\n\nAI and vector features:\n\nEmbeddings and vector search\npgvector extension\nSimilarity search\nRAG patterns\nAI integrations (OpenAI, etc.)\nPlatform (references/guides/platform/)\n\nPlatform management:\n\nOrganizations\nProjects\nBilling\nLogs and monitoring\nPerformance tuning\nBackups\nCustom domains\nSSL certificates\nSelf-Hosting (references/guides/self-hosting/)\n\nSelf-hosted Supabase:\n\nDocker setup\nConfiguration\nMonitoring\nBackups and restore\nCron Jobs (references/guides/cron/)\n\nScheduled tasks with pg_cron\n\nQueues (references/guides/queues/)\n\nBackground job queues with pgmq\n\nIntegrations (references/guides/integrations/)\n\nThird-party integrations and tools\n\nLocal Development (references/guides/local-development/)\nCLI setup\nLocal studio\nDatabase migrations\nTesting\nCI/CD\nTroubleshooting (references/troubleshooting/)\n\nCommon issues and solutions\n\nError Codes (references/errorCodes/)\n\nAPI and database error reference\n\nQuick Reference\nCommon Tasks\nTask\tDirectory to Check\nSetup Supabase\tguides/getting-started/\nEmail auth\tguides/auth/\nOAuth providers\tguides/auth/\nDatabase schema\tguides/database/\nRLS policies\tguides/auth/ + guides/database/\nFile uploads\tguides/storage/\nEdge functions\tguides/functions/\nRealtime subscriptions\tguides/realtime/\nVector search\tguides/ai/\nMigrations\tguides/database/ + guides/local-development/\nFramework integration\tguides/getting-started/\nSelf-hosting\tguides/self-hosting/\nFramework Integrations\n\nSupabase works with:\n\nNext.js (App Router, Pages Router, Server Components)\nReact (Create React App, Vite)\nSvelteKit\nNuxt\nVue\nAngular\nFlutter\nReact Native\nAnd more...\nWhen to Use This Skill\nSetting up Supabase authentication\nDatabase schema design with PostgreSQL\nRow Level Security (RLS) policies\nFile storage and CDN\nEdge functions deployment\nRealtime subscriptions\nVector search and AI features\nMigration from other platforms\nSelf-hosting Supabase\nPerformance optimization\nTroubleshooting errors\nHow to Navigate\nStart with guides/getting-started/ for setup\nFor auth: Browse guides/auth/\nFor database: Check guides/database/\nFor storage: See guides/storage/\nFor functions: Use guides/functions/\nFor realtime: Check guides/realtime/\nFor AI: See guides/ai/\nFor errors: Check troubleshooting/ and errorCodes/\n\nAll files are .mdx (Markdown + JSX) but readable as plain markdown."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/leonaaardob/lb-supabase-skill",
    "publisherUrl": "https://clawhub.ai/leonaaardob/lb-supabase-skill",
    "owner": "leonaaardob",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}