{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lb-drizzle-skill",
    "name": "Drizzle ORM Complete Documentation",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/leonaaardob/lb-drizzle-skill",
    "canonicalUrl": "https://clawhub.ai/leonaaardob/lb-drizzle-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lb-drizzle-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-drizzle-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/_meta.json",
      "references/arktype.mdx",
      "references/batch-api.mdx",
      "references/cache.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-drizzle-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-drizzle-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/lb-drizzle-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-drizzle-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-drizzle-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": "Drizzle ORM Documentation",
        "body": "Complete Drizzle ORM documentation embedded in markdown. Read from references/ to answer questions about schema design, querying, migrations, and database integrations."
      },
      {
        "title": "Documentation Structure",
        "body": "All documentation is in references/ organized by topic:"
      },
      {
        "title": "Getting Started (references/get-started/)",
        "body": "Installation and setup\nSchema definition basics\nDatabase connections\nFirst queries"
      },
      {
        "title": "Database Connections (references/connect-*.mdx)",
        "body": "Connect to various databases and platforms:\n\nPostgreSQL: connect-neon.mdx, connect-supabase.mdx, connect-effect-postgres.mdx, connect-pglite.mdx\nMySQL: connect-planetscale.mdx, connect-tidb.mdx\nSQLite: connect-cloudflare-d1.mdx, connect-turso.mdx, connect-bun-sqlite.mdx, connect-expo-sqlite.mdx, connect-op-sqlite.mdx\nServerless: connect-drizzle-proxy.mdx, connect-cloudflare-do.mdx\nEdge: connect-nile.mdx, connect-sqlite-cloud.mdx"
      },
      {
        "title": "Column Types (references/column-types/)",
        "body": "All database column types and modifiers:\n\nPostgreSQL, MySQL, SQLite types\nCustom types and validators\nType safety and inference"
      },
      {
        "title": "Queries & Operations",
        "body": "Core query builder features:\n\nselect.mdx - Select queries\ninsert.mdx - Insert operations\nupdate.mdx - Update operations\ndelete.mdx - Delete operations\njoins.mdx - Join queries\nindexes.mdx - Index management\nviews.mdx - Database views\nbatch-api.mdx - Batch operations\ntransactions.mdx - Transaction handling"
      },
      {
        "title": "Relations & Schema (references/relations/)",
        "body": "One-to-one, one-to-many, many-to-many\nForeign keys and constraints\nCascading operations"
      },
      {
        "title": "Migrations (references/migrate/)",
        "body": "Schema migration tools:\n\ndrizzle-kit usage\nMigration generation\nPush vs generate modes\nMigration deployment"
      },
      {
        "title": "Integrations & Extensions (references/extensions/)",
        "body": "Validation (Zod, Valibot, Arktype, Effect)\nType safety enhancements\nCaching strategies"
      },
      {
        "title": "Guides (references/guides/)",
        "body": "Best practices and how-tos:\n\nPerformance optimization\nType-safe queries\nTesting strategies\nProduction patterns"
      },
      {
        "title": "Tutorials (references/tutorials/)",
        "body": "Step-by-step walkthroughs for common use cases."
      },
      {
        "title": "Latest Releases (references/latest-releases/)",
        "body": "Version-specific features and updates."
      },
      {
        "title": "Common Tasks",
        "body": "TaskFile to ReadSetup Drizzlereferences/get-started/Connect to Neonreferences/connect-neon.mdxConnect to Supabasereferences/connect-supabase.mdxConnect to PlanetScalereferences/connect-planetscale.mdxConnect to Cloudflare D1references/connect-cloudflare-d1.mdxConnect to Tursoreferences/connect-turso.mdxDefine schemareferences/get-started/ + references/column-types/Run queriesreferences/select.mdx, references/insert.mdx, etc.Setup relationsreferences/relations/Run migrationsreferences/migrate/Validate with Zodreferences/zod.mdxBatch operationsreferences/batch-api.mdxTransactionsreferences/transactions.mdx"
      },
      {
        "title": "When to Use This Skill",
        "body": "Setting up Drizzle ORM in a TypeScript project\nDefining database schemas with type safety\nConnecting to PostgreSQL, MySQL, or SQLite databases\nWorking with serverless/edge databases (Neon, Supabase, D1, Turso)\nWriting type-safe queries\nManaging database migrations\nAdding validation with Zod/Valibot\nQuestions about Drizzle ORM patterns and best practices"
      },
      {
        "title": "How to Navigate",
        "body": "Start with references/get-started/ for installation and basics\nFor database setup: Find relevant connect-*.mdx file\nFor schema design: Check references/column-types/ and references/relations/\nFor queries: Use query-specific files (select, insert, update, delete, joins)\nFor migrations: See references/migrate/\nFor validation: Check references/zod.mdx or other validator files\nFor best practices: Browse references/guides/\n\nAll files are .mdx (Markdown + JSX) but readable as plain markdown."
      }
    ],
    "body": "Drizzle ORM Documentation\n\nComplete Drizzle ORM documentation embedded in markdown. Read from references/ to answer questions about schema design, querying, migrations, and database integrations.\n\nDocumentation Structure\n\nAll documentation is in references/ organized by topic:\n\nGetting Started (references/get-started/)\nInstallation and setup\nSchema definition basics\nDatabase connections\nFirst queries\nDatabase Connections (references/connect-*.mdx)\n\nConnect to various databases and platforms:\n\nPostgreSQL: connect-neon.mdx, connect-supabase.mdx, connect-effect-postgres.mdx, connect-pglite.mdx\nMySQL: connect-planetscale.mdx, connect-tidb.mdx\nSQLite: connect-cloudflare-d1.mdx, connect-turso.mdx, connect-bun-sqlite.mdx, connect-expo-sqlite.mdx, connect-op-sqlite.mdx\nServerless: connect-drizzle-proxy.mdx, connect-cloudflare-do.mdx\nEdge: connect-nile.mdx, connect-sqlite-cloud.mdx\nColumn Types (references/column-types/)\n\nAll database column types and modifiers:\n\nPostgreSQL, MySQL, SQLite types\nCustom types and validators\nType safety and inference\nQueries & Operations\n\nCore query builder features:\n\nselect.mdx - Select queries\ninsert.mdx - Insert operations\nupdate.mdx - Update operations\ndelete.mdx - Delete operations\njoins.mdx - Join queries\nindexes.mdx - Index management\nviews.mdx - Database views\nbatch-api.mdx - Batch operations\ntransactions.mdx - Transaction handling\nRelations & Schema (references/relations/)\nOne-to-one, one-to-many, many-to-many\nForeign keys and constraints\nCascading operations\nMigrations (references/migrate/)\n\nSchema migration tools:\n\ndrizzle-kit usage\nMigration generation\nPush vs generate modes\nMigration deployment\nIntegrations & Extensions (references/extensions/)\nValidation (Zod, Valibot, Arktype, Effect)\nType safety enhancements\nCaching strategies\nGuides (references/guides/)\n\nBest practices and how-tos:\n\nPerformance optimization\nType-safe queries\nTesting strategies\nProduction patterns\nTutorials (references/tutorials/)\n\nStep-by-step walkthroughs for common use cases.\n\nLatest Releases (references/latest-releases/)\n\nVersion-specific features and updates.\n\nQuick Reference\nCommon Tasks\nTask\tFile to Read\nSetup Drizzle\treferences/get-started/\nConnect to Neon\treferences/connect-neon.mdx\nConnect to Supabase\treferences/connect-supabase.mdx\nConnect to PlanetScale\treferences/connect-planetscale.mdx\nConnect to Cloudflare D1\treferences/connect-cloudflare-d1.mdx\nConnect to Turso\treferences/connect-turso.mdx\nDefine schema\treferences/get-started/ + references/column-types/\nRun queries\treferences/select.mdx, references/insert.mdx, etc.\nSetup relations\treferences/relations/\nRun migrations\treferences/migrate/\nValidate with Zod\treferences/zod.mdx\nBatch operations\treferences/batch-api.mdx\nTransactions\treferences/transactions.mdx\nWhen to Use This Skill\nSetting up Drizzle ORM in a TypeScript project\nDefining database schemas with type safety\nConnecting to PostgreSQL, MySQL, or SQLite databases\nWorking with serverless/edge databases (Neon, Supabase, D1, Turso)\nWriting type-safe queries\nManaging database migrations\nAdding validation with Zod/Valibot\nQuestions about Drizzle ORM patterns and best practices\nHow to Navigate\nStart with references/get-started/ for installation and basics\nFor database setup: Find relevant connect-*.mdx file\nFor schema design: Check references/column-types/ and references/relations/\nFor queries: Use query-specific files (select, insert, update, delete, joins)\nFor migrations: See references/migrate/\nFor validation: Check references/zod.mdx or other validator files\nFor best practices: Browse references/guides/\n\nAll files are .mdx (Markdown + JSX) but readable as plain markdown."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/leonaaardob/lb-drizzle-skill",
    "publisherUrl": "https://clawhub.ai/leonaaardob/lb-drizzle-skill",
    "owner": "leonaaardob",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lb-drizzle-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/lb-drizzle-skill",
    "agentUrl": "https://openagent3.xyz/skills/lb-drizzle-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-drizzle-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-drizzle-skill/agent.md"
  }
}