From zeabur
Rents discounted dedicated servers from Linode, DigitalOcean, Hetzner, AWS Lightsail, GCP, Tencent Cloud, Alibaba Cloud, and Volcano Engine via Zeabur CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zeabur:zeabur-server-rentThe 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 server rent --provider <code> --region <id> --plan <name> -y -i=false
zeabur-server-catalog skill for filtering)npx zeabur@latest server catalog -i=false
npx zeabur@latest server rent --provider hetzner --region fsn1 --plan CAX11 -y -i=false
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.
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.
npx claudepluginhub zeabur/agent-skills --plugin zeaburBrowses Zeabur dedicated server options by provider, region, CPU, memory, or GPU. Returns JSON with specs and pricing to use with the rent skill.
Advisory skill for Contabo resource planning across regions, instance tiers (VPS, VDS, Storage VPS), and add-ons with Cloud-Init and SSH key strategies. Use for new deployments, region evaluation, or tier comparisons.
Use this skill when the user wants to provision a Hetzner VPS, create a cloud server, deploy to Hetzner, set up a development server, configure server security (UFW, fail2ban), or estimate cloud hosting costs. Handles secure VPS provisioning with Claude Code pre-installed.