Agent Skills
› composio-community/awesome-agent-clis
› Neon CLI
Neon CLI
GitHub管理 Neon Serverless Postgres 项目、分支、数据库及连接字符串,支持创建预览环境分支和获取结构化输出。
Trigger Scenarios
需要创建或管理 Neon 数据库项目时
需要获取数据库连接字符串或管理角色时
Install
npx skills add composio-community/awesome-agent-clis --skill Neon CLI -g -y
SKILL.md
Frontmatter
{
"name": "Neon CLI",
"description": "Manage Neon serverless Postgres — projects, branches, databases, roles, and connection strings. Use when an agent needs to create database branches, manage Neon projects, or get connection strings for serverless Postgres."
}
Neon CLI
Manage Neon projects, branches, databases, roles, and connection strings.
Installation
npm i -g neonctl
neonctl auth
Key Commands
neonctl projects list
neonctl branches list --project-id <id>
neonctl branches create --project-id <id> --name feature-branch
neonctl databases list --branch <branch-id>
neonctl connection-string --project-id <id>
neonctl roles list --project-id <id>
Agent-Friendly Features
--output jsonfor structured output- API key auth via
NEON_API_KEY - Database branching for preview environments
Version History
- 9f765d2 Current 2026-07-24 16:03


