Overview
- Skill Key
- clawbot-ved/neondb-skill
- Author
- clawbot-ved
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/clawbot-ved/neondb-skill
- Latest Commit SHA
- 87d30a644cd76c61a746db15955f80fd962140fd
Manage Neon serverless Postgres databases. Create projects, branches, databases, and execute queries. Perfect for agent workflows needing persistent storage with branching (like git for databases), scale-to-zero, and instant provisioning.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 neondb 技能。 若已安装,则直接安装 neondb 技能。
# NeonDB Neon is **serverless Postgres** — scales to zero, branches like git, instant provisioning. Perfect for AI agents needing databases without ops overhead. ## Why Neon for Agents? - **Instant databases** — Create in seconds, no server setup - **Branching** — Fork your database like git (test without affecting prod) - **Scale-to-zero** — Pay nothing when idle - **Connection pooling** — Built-in, no PgBouncer needed - **Generous free tier** — 0.5 GB storage, 190 compute hours/month ## Quick Start ### 1. Install CLI ```bash # Homebrew (recommended) brew install neonctl # Or npm npm i -g neonctl ``` ### 2. Authenticate ```bash # Interactive (opens browser) neonctl auth # Or with API key (get from console.neon.tech) export NEON_API_KEY=your_api_key_here ``` ### 3. Create Your First Project ```bash neonctl projects create --name "my-agent-db" ``` ## Core Commands ### Projects (top-level container) ```bash # List all projects neonctl projects list # Create project neonctl projects create --name "project-name" # Delete project neonctl projects delete <project-id> # Get project details neonctl projects get <project-id> ``` ### Branches (database snapshots) ```bash # List branches neonctl branches list --project-id <project-id> # Create branch (fork from main) neonctl branches create --project-id <project-id> --name "dev-branch" # Create branch from specific point neonctl branches create --project-id <project-id> --name "restore-test" --parent main --timestamp "2024-01-15T10:00:00Z" # Reset branch to parent neonctl branches reset <branch-id> --project-id <project-id> --parent # Delete branch neonctl branches delete <branch-id> --project-id <project-id> # Compare schemas neonctl branches schema-diff --project-id <project-id> --base-branch main --compare-branch dev ``` ### Databases ```bash # List databases neonctl databases list --project-id <project-id> --branch <branch-name> # Create database neonctl databases create --project-id <project-id...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.