skills/zeabur/agent-skills/zeabur-server-rent

zeabur-server-rent

Installation
SKILL.md

Zeabur Server Rent

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.

Rent a Server

npx zeabur@latest server rent --provider <code> --region <id> --plan <name> -y -i=false

Workflow

1. Browse available options (use the zeabur-server-catalog skill for filtering)

npx zeabur@latest server catalog -i=false

2. Pick provider, region, plan from the JSON output

3. Rent

npx zeabur@latest server rent --provider hetzner --region fsn1 --plan CAX11 -y -i=false

Payment Errors

If the user has no credit card bound or insufficient balance, the CLI returns:

ERROR  Rent server failed: please bind a credit card or recharge credits first
INFO   Please bind a credit card or top up your balance at: https://zeabur.com/account/billing

Action: Direct the user to https://zeabur.com/account/billing to add a payment method or top up balance, then retry.

After Renting

The server takes a few minutes to provision. Check status with:

npx zeabur@latest server get <server-id> -i=false

Look for provisioningStatus to change to READY and VM STATUS to RUNNING. Once ready, use the zeabur-project-create skill to create a project on the new server.

Weekly Installs
3
GitHub Stars
20
First Seen
2 days ago
Installed on
opencode3
deepagents3
antigravity3
claude-code3
github-copilot3
codex3