使用 hcloud CLI 操作 Hetzner Cloud。当用户提到 Hetzner、hcloud、Hetzner Cloud、Hetzner VPS 等时触发此技能。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Scoheart/agentskills --skill cloud-hetzner --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cloud Hetzner?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/scoheart-cloud-hetzner)More formats (shields.io, HTML) on the badges page.
---
name: cloud-hetzner
description: 使用 hcloud CLI 操作 Hetzner Cloud。当用户提到 Hetzner、hcloud、Hetzner Cloud、Hetzner VPS 等时触发此技能。
---
# Hetzner Cloud Operator Skill
## 安装 CLI
```bash
# macOS
brew install hcloud
# Linux
curl -fsSL https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz | tar -xz
```
## 认证
```bash
hcloud context create my-project
# 输入 API Token(从 https://console.hetzner.cloud 获取)
```
## 常用命令
```bash
# 服务器
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
```
## 安全机制
- 只读操作:直接执行
- 写操作:先确认后执行Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!