# Send Neon Database 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-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": {
    "downloadUrl": "/downloads/lb-neon-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-neon-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "IMPORTANT.md",
      "README.md",
      "SKILL.md",
      "docs/README.md",
      "docs/ai/ai-agents-tools.md",
      "docs/ai/ai-azure-notebooks.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "lb-neon-skill",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-04-29T21:28:44.417Z",
      "expiresAt": "2026-04-30T09:28:44.417Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-neon-skill",
        "error": "Timed out after 5000ms",
        "slug": "lb-neon-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-neon-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-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"
  }
}
```
## Documentation

### ⚠️ Security Notice

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.

### Neon Database Documentation

Complete Neon Serverless Postgres documentation extracted from the official Neon website repository.

### Contents

This skill includes 546 markdown files (6.8MB) covering:

### Core Concepts

Introduction - What is Neon, architecture, and core concepts
Get Started - Quick start guides and initial setup
Serverless - Serverless PostgreSQL fundamentals

### Features

Branching - Database branching workflows (preview, development)
Autoscaling - Compute autoscaling and scale-to-zero
Connection Pooling - Connection pooling and serverless optimization
Data API - HTTP-based data access

### Integrations

Vercel - Vercel integration (env vars, preview branches)
Drizzle ORM - Drizzle setup and migrations
Prisma - Prisma integration
Next.js - Next.js + Neon patterns
Auth - Authentication integrations (Better Auth, Auth.js, Clerk, etc.)

### Database Management

Manage - Projects, branches, databases, roles, compute
Import - Data import strategies (PostgreSQL dump, CSV, etc.)
Extensions - PostgreSQL extensions (pgvector, PostGIS, timescaledb, etc.)
Functions - User-defined functions and stored procedures
Data Types - PostgreSQL data types and Neon-specific types

### Reference

API Reference - Neon API endpoints and CLI (neonctl)
Security - Security best practices, encryption, compliance
PostgreSQL - PostgreSQL-specific documentation
AI/ML - AI embeddings, RAG, pgvector

### Developer Resources

Guides - Step-by-step tutorials for common use cases
Community - Community resources and support channels

### Usage

This skill provides comprehensive documentation for:

Setting up Neon - Creating projects, connecting to databases
Integrations - Connecting Neon to frameworks and ORMs (Vercel, Drizzle, Prisma, Next.js, Better Auth)
Advanced Features - Branching, autoscaling, connection pooling
Best Practices - Serverless optimization, security, performance
API & CLI - Programmatic access via API and neonctl CLI

### File Structure

docs/
├── introduction/        # Core concepts, architecture
├── get-started/         # Quick start guides
├── serverless/          # Serverless PostgreSQL
├── connect/             # Connection strings, pooling
├── data-api/            # HTTP data access
├── manage/              # Project and database management
├── import/              # Data import guides
├── extensions/          # PostgreSQL extensions
├── functions/           # User-defined functions
├── data-types/          # PostgreSQL data types
├── reference/           # API reference, CLI
├── security/            # Security best practices
├── auth/                # Authentication integrations
├── ai/                  # AI/ML features (pgvector)
├── guides/              # Step-by-step tutorials
├── community/           # Community resources
└── shared-content/      # Reusable documentation snippets

### Documentation Source

Official Neon documentation extracted from:

Repository: https://github.com/neondatabase/website
Website: https://neon.tech/docs
Last Updated: 2026-02-07

### License

Documentation content © Neon Corporation. Used for educational purposes under fair use.
Skill package © OpenClaw Community, MIT License.
## 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-29T21:28:44.417Z
- Expires at: 2026-04-30T09:28:44.417Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/lb-neon-skill)
- [Send to Agent page](https://openagent3.xyz/skills/lb-neon-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/lb-neon-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lb-neon-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/lb-neon-skill)