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.
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.
Fetches Zeabur dedicated server catalog as JSON listing providers, regions, plans with CPU, memory, disk, bandwidth, and monthly USD prices. Filters by provider, country, min-CPU/memory, GPU.
Guides hcloud CLI for Hetzner Cloud: provision servers, networks, firewalls, load balancers, volumes with decision trees and commands.
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 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.