From zeabur
Lists services in a Zeabur project to retrieve IDs, names, types for commands like variable management, logs, restarts. Uses npx zeabur@latest service list.
npx claudepluginhub zeabur/agent-skills --plugin zeaburThis skill uses the workspace's default tool permissions.
> **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.
Retrieves Zeabur service runtime and build logs using npx zeabur CLI commands. Useful for debugging deploy failures, runtime errors, and build output with filtering and tailing tips.
Automates Render cloud platform operations like listing services, triggering deployments, and managing projects via Rube MCP and Composio toolkit. Use for Render DevOps workflows after connecting via RUBE_MANAGE_CONNECTIONS.
Automates Render services, deployments, and projects via Rube MCP and Composio toolkit. Lists services with filters, triggers deploys, monitors progress.
Share bugs, ideas, or general feedback.
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.