Claude Code & Codex plugin for Zeabur CLI operations, deployment, and troubleshooting.
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-deploy使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Agent skills for Zeabur CLI operations, deployment, and troubleshooting. Works with Claude Code, OpenAI Codex, and other agents supporting the SKILL.md format.
Current version: 1.16.0
claude plugin marketplace add zeabur/agent-skills && claude plugin install zeabur@zeabur
Update to latest version:
claude plugin marketplace update zeabur && claude plugin update zeabur@zeabur
In the Codex app, search for "Zeabur" in the plugin directory and click Add to Codex.
In the Codex CLI, run /plugins and select "Install plugin" to browse and install.
# Claude Code
claude --plugin-dir /path/to/agent-skills
# Codex
codex --plugin-dir /path/to/agent-skills
| Skill | Description | Use When |
|---|---|---|
zeabur-deployment-logs |
View and filter service logs | Checking logs or seeing env-id required errors |
zeabur-domain-url |
Handle service domain and URL configuration | Services need public URLs or trailing slash issues |
zeabur-migration |
Resolve database migration blocking issues | Service stuck "Waiting for migrations" |
zeabur-port-mismatch |
Fix proxy connection issues from port mismatches | Proxy shows dial tcp timeout or connection refused |
zeabur-project-create |
Create new Zeabur projects | Creating a new project or deploying templates |
zeabur-restart |
Restart individual services | Restarting services or --env-id required error |
zeabur-server-list |
List, get, reboot, and SSH into dedicated servers | Checking server status, IP, rebooting, or SSH access |
zeabur-server-catalog |
Browse available server providers/regions/plans | User asks what servers are available to rent |
zeabur-server-rent |
Rent a new dedicated server | User wants to buy or provision a server |
zeabur-service-list |
List all services and get service IDs | Needing service IDs or checking existing services |
zeabur-startup-order |
Fix connection errors from startup order | Service fails with connection refused to database/redis |
zeabur-template |
Template knowledge base for creating, validating, and troubleshooting | Creating or editing Zeabur template YAML, converting docker-compose |
zeabur-template-backup |
Backup templates to git repository | Saving a template locally with standardized format |
zeabur-template-deploy |
Deploy templates via CLI | Automating template deployments |
zeabur-update-service |
Update service config without full redeploy | Modifying env vars or updating single service |
zeabur-deploy |
Deploy local projects or from GitHub | User says "deploy this" or wants Git-based CI/CD deployment |
zeabur-variables |
Manage environment variables via CLI | Managing env vars or handling empty variable issues |
zeabur-ai-hub |
Manage AI Hub account, keys, balance, and usage | AI Hub status, API keys, add balance, usage, auto-recharge |
zeabur-email |
Manage Zeabur Email (ZSend) service | Email domains, API keys, webhooks, ZSend |
zeabur-domain-register |
Search, purchase, renew, and manage registered domains | Buying domains, checking availability, renewal |
zeabur-domain-dns |
Manage DNS records for registered domains | Adding/updating/deleting DNS records |
zeabur-auth |
Login, logout, and check auth status | User says "login", "登入", "logout", "登出" |
zeabur-domain-registrant |
Manage registrant profiles for domain registration | Creating/updating contact info for domains |
zeabur-email — added Send an Email section with REST API endpoint and usage exampleszeabur-auth — login, logout, and auth status check. Runs login directly so the CLI auto-opens the browser for the userzeabur-deploy — emphasize saving service ID after first deploy to prevent duplicate services on redeployzeabur-template-deploy — added marketplace deploy via -c template code (no custom YAML needed)zeabur-server-catalog — corrected JSON example (uppercase provider codes, USD pricing, GB memory, egress field)zeabur-domain-register — search, purchase, renew, and manage registered domains (.com, .net, .org, .io, .dev, .app, .co, .me, .xyz)zeabur-domain-dns — full DNS record CRUD (list, create, update, delete) with domain-name-based lookupzeabur-domain-registrant — manage registrant profiles (contact info required for domain purchases)zeabur-port-mismatch skill with CLI diagnostic commands (service network, service port-forward)zeabur-template skillPORT_FORWARDED_HOSTNAME and PORT_FORWARDED_PORT variable descriptionszeabur-ai-hub — manage AI Hub tenant status, API keys, balance top-up, auto-recharge, and monthly usagezeabur-email — manage Zeabur Email (ZSend) domains, API keys, webhooks, and service statuszeabur-template skill: portForwarding, TCP port type, and when NOT to use HTTP/domainKeyportForwarding field to template skeleton--domain flag from deploy skill docszeabur-project-create skill (not CLI directly) when creating a new project, whether or not projects already exist--project-id for non-interactive mode — --service-id is optional (omit to auto-create a new service)-i=false from deploy examples — --json mode handles non-interactive automatically--create and --region flags from deploy skill — redirect to zeabur-project-create insteadhnd1, tpe1) — regions must now use server-<server-id> from server list--json flag to all CLI command examples across deploy and project-create skills-g (generated) vs custom domain behavior and region-based suffixeszeabur-template with progressive disclosure — moved database configs, complexity levels, and hard-won lessons to references/zeabur-template-deploy filename casing (skill.md → SKILL.md)zeabur-deploy — deploy local projects directly (zeabur deploy) or from GitHub (service deploy --template GIT)zeabur-context skill — use direct --project-id instead--env-id from all skills (now auto-resolved by CLI)npx zeabur@latestzeabur-server-list — added SSH into servers with automatic password authenticationzeabur-server-list — list, get, and reboot dedicated serverszeabur-server-catalog — browse available providers, regions, and plans with filterszeabur-server-rent — rent a new server with payment error guidanceMIT