Agent Skills
› composio-community/awesome-agent-clis
› PlanetScale CLI (pscale)
PlanetScale CLI (pscale)
GitHubPlanetScale CLI (pscale) 技能,用于通过命令行管理 PlanetScale MySQL 数据库。支持创建分支、提交部署请求、执行结构变更及连接数据库,提供 JSON 输出和服务令牌认证以适配自动化场景。
Trigger Scenarios
需要创建或列出 PlanetScale 数据库分支
需要提交或执行数据库模式变更的部署请求
需要连接或查询 PlanetScale 数据库实例
Install
npx skills add composio-community/awesome-agent-clis --skill PlanetScale CLI (pscale) -g -y
SKILL.md
Frontmatter
{
"name": "PlanetScale CLI (pscale)",
"description": "Branch, deploy, and manage MySQL databases with deploy requests. Use when an agent needs to manage PlanetScale databases, create branches, or submit deploy requests for schema changes."
}
PlanetScale CLI (pscale)
Branch, deploy, and manage MySQL databases with deploy requests.
- Repo: https://github.com/planetscale/cli
- Docs: https://planetscale.com/docs/reference/planetscale-cli
Installation
brew install planetscale/tap/pscale
pscale auth login
Key Commands
pscale database list --json
pscale branch list <database> --json
pscale branch create <database> feature-branch
pscale deploy-request create <database> feature-branch
pscale deploy-request deploy <database> <number>
pscale shell <database> <branch>
pscale connect <database> <branch> --port 3306
Agent-Friendly Features
--jsonfor structured output- Service token auth for CI/CD
- Non-interactive deploy requests
- Database branching workflow
Version History
- 9f765d2 Current 2026-07-24 16:03


