From zeabur
Lists Zeabur services and their IDs for a given project. Provides IDs needed for other Zeabur commands like variable management, logs, and restarts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zeabur:zeabur-service-listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Always use `npx zeabur@latest` to invoke Zeabur CLI.** Never use `zeabur` directly or any other installation method. If `npx` is not available, install Node.js first.
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
npx zeabur@latest service list --project-id <project-id> -i=false
ID NAME TYPE CREATEDAT
-----------------+-------------+-------------+------------------
696faeb192eadb... postgresql PREBUILT_V2 18 minute(s) ago
696faeb192eadb... api PREBUILT_V2 18 minute(s) ago
696faeb192eadb... web PREBUILT_V2 18 minute(s) ago
| Need | Command |
|---|---|
| Check variables | npx zeabur@latest variable list --id <service-id> -i=false (use the zeabur-variables skill) |
| Set variables | npx zeabur@latest variable create --id <service-id> --key "KEY=value" -y -i=false (use the zeabur-variables skill) |
| View logs | npx zeabur@latest deployment log --service-id <id> -t runtime (use the zeabur-deployment-logs skill) |
| Restart service | npx zeabur@latest service restart --id <id> -y (use the zeabur-restart skill) |
Always use --id not --name — name lookup is unreliable.
Setting or updating variables? Load the
zeabur-variablesskill first for full syntax, known issues, and shell escaping rules. Do not guess CLI syntax — subcommands likesetdo not exist and will silently fail.
npx claudepluginhub zeabur/agent-skills --plugin zeaburViews Zeabur service runtime and build logs to debug deployment failures, errors, or runtime issues. Supports filtering, watching, and targeting specific deployments.
Automates Render services, deployments, and projects via Rube MCP and Composio toolkit. Lists services with filters, triggers deploys, monitors progress.
Automates Render cloud platform tasks: list services, trigger deployments, manage projects via Composio's Rube MCP toolkit. Use for Render DevOps and deployment workflows.