| name | cloud-hetzner |
| description | 使用 hcloud CLI 操作 Hetzner Cloud。当用户提到 Hetzner、hcloud、Hetzner Cloud、Hetzner VPS 等时触发此技能。 |
Hetzner Cloud Operator Skill
安装 CLI
brew install hcloud
curl -fsSL https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz | tar -xz
认证
hcloud context create my-project
常用命令
hcloud server list
hcloud server create --name my-server --type cx22 --image ubuntu-22.04
hcloud server delete my-server
hcloud image list --type system
hcloud server-type list
hcloud network list
hcloud network create --name my-network --ip-range 10.0.0.0/16
hcloud load-balancer list
安全机制