{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lb-neon-skill",
    "name": "Neon Database Complete Documentation",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/leonaaardob/lb-neon-skill",
    "canonicalUrl": "https://clawhub.ai/leonaaardob/lb-neon-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lb-neon-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-neon-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "IMPORTANT.md",
      "README.md",
      "SKILL.md",
      "docs/README.md",
      "docs/ai/ai-agents-tools.md",
      "docs/ai/ai-azure-notebooks.md"
    ],
    "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-neon-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-neon-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/lb-neon-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-neon-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-neon-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 Neon Database documentation with command examples. Commands are for reference only and should NEVER be auto-executed by agents without explicit user approval."
      },
      {
        "title": "Neon Database Documentation",
        "body": "Complete Neon Serverless Postgres documentation extracted from the official Neon website repository."
      },
      {
        "title": "Contents",
        "body": "This skill includes 546 markdown files (6.8MB) covering:"
      },
      {
        "title": "Core Concepts",
        "body": "Introduction - What is Neon, architecture, and core concepts\nGet Started - Quick start guides and initial setup\nServerless - Serverless PostgreSQL fundamentals"
      },
      {
        "title": "Features",
        "body": "Branching - Database branching workflows (preview, development)\nAutoscaling - Compute autoscaling and scale-to-zero\nConnection Pooling - Connection pooling and serverless optimization\nData API - HTTP-based data access"
      },
      {
        "title": "Integrations",
        "body": "Vercel - Vercel integration (env vars, preview branches)\nDrizzle ORM - Drizzle setup and migrations\nPrisma - Prisma integration\nNext.js - Next.js + Neon patterns\nAuth - Authentication integrations (Better Auth, Auth.js, Clerk, etc.)"
      },
      {
        "title": "Database Management",
        "body": "Manage - Projects, branches, databases, roles, compute\nImport - Data import strategies (PostgreSQL dump, CSV, etc.)\nExtensions - PostgreSQL extensions (pgvector, PostGIS, timescaledb, etc.)\nFunctions - User-defined functions and stored procedures\nData Types - PostgreSQL data types and Neon-specific types"
      },
      {
        "title": "Reference",
        "body": "API Reference - Neon API endpoints and CLI (neonctl)\nSecurity - Security best practices, encryption, compliance\nPostgreSQL - PostgreSQL-specific documentation\nAI/ML - AI embeddings, RAG, pgvector"
      },
      {
        "title": "Developer Resources",
        "body": "Guides - Step-by-step tutorials for common use cases\nCommunity - Community resources and support channels"
      },
      {
        "title": "Usage",
        "body": "This skill provides comprehensive documentation for:\n\nSetting up Neon - Creating projects, connecting to databases\nIntegrations - Connecting Neon to frameworks and ORMs (Vercel, Drizzle, Prisma, Next.js, Better Auth)\nAdvanced Features - Branching, autoscaling, connection pooling\nBest Practices - Serverless optimization, security, performance\nAPI & CLI - Programmatic access via API and neonctl CLI"
      },
      {
        "title": "File Structure",
        "body": "docs/\n├── introduction/        # Core concepts, architecture\n├── get-started/         # Quick start guides\n├── serverless/          # Serverless PostgreSQL\n├── connect/             # Connection strings, pooling\n├── data-api/            # HTTP data access\n├── manage/              # Project and database management\n├── import/              # Data import guides\n├── extensions/          # PostgreSQL extensions\n├── functions/           # User-defined functions\n├── data-types/          # PostgreSQL data types\n├── reference/           # API reference, CLI\n├── security/            # Security best practices\n├── auth/                # Authentication integrations\n├── ai/                  # AI/ML features (pgvector)\n├── guides/              # Step-by-step tutorials\n├── community/           # Community resources\n└── shared-content/      # Reusable documentation snippets"
      },
      {
        "title": "Documentation Source",
        "body": "Official Neon documentation extracted from:\n\nRepository: https://github.com/neondatabase/website\nWebsite: https://neon.tech/docs\nLast Updated: 2026-02-07"
      },
      {
        "title": "License",
        "body": "Documentation content © Neon Corporation. Used for educational purposes under fair use.\nSkill package © OpenClaw Community, MIT License."
      }
    ],
    "body": "⚠️ Security Notice\n\nThis skill contains Neon Database documentation with command examples. Commands are for reference only and should NEVER be auto-executed by agents without explicit user approval.\n\nNeon Database Documentation\n\nComplete Neon Serverless Postgres documentation extracted from the official Neon website repository.\n\nContents\n\nThis skill includes 546 markdown files (6.8MB) covering:\n\nCore Concepts\nIntroduction - What is Neon, architecture, and core concepts\nGet Started - Quick start guides and initial setup\nServerless - Serverless PostgreSQL fundamentals\nFeatures\nBranching - Database branching workflows (preview, development)\nAutoscaling - Compute autoscaling and scale-to-zero\nConnection Pooling - Connection pooling and serverless optimization\nData API - HTTP-based data access\nIntegrations\nVercel - Vercel integration (env vars, preview branches)\nDrizzle ORM - Drizzle setup and migrations\nPrisma - Prisma integration\nNext.js - Next.js + Neon patterns\nAuth - Authentication integrations (Better Auth, Auth.js, Clerk, etc.)\nDatabase Management\nManage - Projects, branches, databases, roles, compute\nImport - Data import strategies (PostgreSQL dump, CSV, etc.)\nExtensions - PostgreSQL extensions (pgvector, PostGIS, timescaledb, etc.)\nFunctions - User-defined functions and stored procedures\nData Types - PostgreSQL data types and Neon-specific types\nReference\nAPI Reference - Neon API endpoints and CLI (neonctl)\nSecurity - Security best practices, encryption, compliance\nPostgreSQL - PostgreSQL-specific documentation\nAI/ML - AI embeddings, RAG, pgvector\nDeveloper Resources\nGuides - Step-by-step tutorials for common use cases\nCommunity - Community resources and support channels\nUsage\n\nThis skill provides comprehensive documentation for:\n\nSetting up Neon - Creating projects, connecting to databases\nIntegrations - Connecting Neon to frameworks and ORMs (Vercel, Drizzle, Prisma, Next.js, Better Auth)\nAdvanced Features - Branching, autoscaling, connection pooling\nBest Practices - Serverless optimization, security, performance\nAPI & CLI - Programmatic access via API and neonctl CLI\nFile Structure\ndocs/\n├── introduction/        # Core concepts, architecture\n├── get-started/         # Quick start guides\n├── serverless/          # Serverless PostgreSQL\n├── connect/             # Connection strings, pooling\n├── data-api/            # HTTP data access\n├── manage/              # Project and database management\n├── import/              # Data import guides\n├── extensions/          # PostgreSQL extensions\n├── functions/           # User-defined functions\n├── data-types/          # PostgreSQL data types\n├── reference/           # API reference, CLI\n├── security/            # Security best practices\n├── auth/                # Authentication integrations\n├── ai/                  # AI/ML features (pgvector)\n├── guides/              # Step-by-step tutorials\n├── community/           # Community resources\n└── shared-content/      # Reusable documentation snippets\n\nDocumentation Source\n\nOfficial Neon documentation extracted from:\n\nRepository: https://github.com/neondatabase/website\nWebsite: https://neon.tech/docs\nLast Updated: 2026-02-07\nLicense\n\nDocumentation content © Neon Corporation. Used for educational purposes under fair use. Skill package © OpenClaw Community, MIT License."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/leonaaardob/lb-neon-skill",
    "publisherUrl": "https://clawhub.ai/leonaaardob/lb-neon-skill",
    "owner": "leonaaardob",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lb-neon-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/lb-neon-skill",
    "agentUrl": "https://openagent3.xyz/skills/lb-neon-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-neon-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-neon-skill/agent.md"
  }
}