neon

Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "neon" with this command: npx skills add aiwithabidi/neon

💚 Neon

Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API.

Features

  • Project management — create, list, delete projects
  • Branch management — create, restore, delete branches
  • Database operations — create and manage databases
  • Role management — database users and permissions
  • Endpoint management — connection endpoints and pooling
  • Compute scaling — auto-suspend, compute size control
  • Connection strings — generate connection URIs
  • Operations history — track async operations
  • Consumption metrics — compute hours, storage, transfer
  • Branch restore — point-in-time restore from history

Requirements

VariableRequiredDescription
NEON_API_KEYAPI key/token for Neon

Quick Start

# List projects
python3 {baseDir}/scripts/neon.py projects --limit 20
# Get project details
python3 {baseDir}/scripts/neon.py project-get proj-abc123
# Create a project
python3 {baseDir}/scripts/neon.py project-create '{"project":{"name":"my-app","region_id":"aws-us-east-1"}}'
# Delete a project
python3 {baseDir}/scripts/neon.py project-delete proj-abc123

Commands

projects

List projects.

python3 {baseDir}/scripts/neon.py projects --limit 20

project-get

Get project details.

python3 {baseDir}/scripts/neon.py project-get proj-abc123

project-create

Create a project.

python3 {baseDir}/scripts/neon.py project-create '{"project":{"name":"my-app","region_id":"aws-us-east-1"}}'

project-delete

Delete a project.

python3 {baseDir}/scripts/neon.py project-delete proj-abc123

branches

List branches.

python3 {baseDir}/scripts/neon.py branches --project proj-abc123

branch-create

Create a branch.

python3 {baseDir}/scripts/neon.py branch-create --project proj-abc123 '{"branch":{"name":"dev","parent_id":"br-main"}}'

branch-delete

Delete a branch.

python3 {baseDir}/scripts/neon.py branch-delete --project proj-abc123 br-dev

branch-restore

Restore branch to point in time.

python3 {baseDir}/scripts/neon.py branch-restore --project proj-abc123 br-main --timestamp '2026-02-01T00:00:00Z'

databases

List databases.

python3 {baseDir}/scripts/neon.py databases --project proj-abc123 --branch br-main

database-create

Create database.

python3 {baseDir}/scripts/neon.py database-create --project proj-abc123 --branch br-main '{"database":{"name":"mydb","owner_name":"neondb_owner"}}'

roles

List roles.

python3 {baseDir}/scripts/neon.py roles --project proj-abc123 --branch br-main

endpoints

List endpoints.

python3 {baseDir}/scripts/neon.py endpoints --project proj-abc123

connection-string

Get connection string.

python3 {baseDir}/scripts/neon.py connection-string --project proj-abc123 --branch br-main --database mydb

consumption

Get consumption metrics.

python3 {baseDir}/scripts/neon.py consumption --from 2026-01-01 --to 2026-02-01

operations

List operations.

python3 {baseDir}/scripts/neon.py operations --project proj-abc123 --limit 10

Output Format

All commands output JSON by default. Add --human for readable formatted output.

# JSON (default, for programmatic use)
python3 {baseDir}/scripts/neon.py projects --limit 5

# Human-readable
python3 {baseDir}/scripts/neon.py projects --limit 5 --human

Script Reference

ScriptDescription
{baseDir}/scripts/neon.pyMain CLI — all Neon operations

Data Policy

This skill never stores data locally. All requests go directly to the Neon API and results are returned to stdout. Your data stays on Neon servers.

Credits


Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Dlazy One Click Generation

Short-video generation pipeline. Configure subject, script, TTS voiceover, BGM, and subtitle styling.

Registry SourceRecently Updated
Coding

Dlazy Video Generate

Video generation skill. Automatically selects the best dlazy CLI video model based on the prompt.

Registry SourceRecently Updated
Coding

Dlazy Audio Generate

Audio generation skill. Automatically selects the best dlazy CLI audio/TTS model based on the prompt. 音频生成技能。根据提示词自动选择最佳的 dlazy CLI 音频/TTS 模型。

Registry SourceRecently Updated
Coding

Dlazy Vidu Audio Clone

Clone voice and generate new text reading audio with one click using Vidu Audio Clone.

Registry SourceRecently Updated