← Back to list

hetzner
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 Jan 24, 2026
SKILL.md
name: hetzner description: Hetzner Cloud server management using the hcloud CLI. Manage servers, networks, volumes, firewalls, floating IPs, and SSH keys. metadata: {"clawdbot":{"emoji":"🖥️","requires":{"bins":["hcloud"]},"env":{"HCLOUD_TOKEN":"Hetzner Cloud API token"}}}
Hetzner Cloud Skill
Manage your Hetzner Cloud infrastructure using the hcloud CLI.
Setup
Set your Hetzner Cloud API token:
export HCLOUD_TOKEN="your_token_here"
Or add it to the skill's .env file.
Usage
Common commands:
Servers
servers list- List all serversservers get <id>- Get server detailsservers create <name> <type> <image> <location>- Create a serverservers delete <id>- Delete a serverservers start <id>- Start serverservers stop <id>- Stop serverservers reboot <id>- Reboot serverservers ssh <id>- SSH into server
Networks
networks list- List networksnetworks get <id>- Get network details
Floating IPs
floating-ips list- List floating IPs
SSH Keys
ssh-keys list- List SSH keys
Volumes
volumes list- List volumes
Firewalls
firewalls list- List firewalls
Example Usage
You: List my Hetzner servers
Bot: Runs servers list → Shows all your cloud servers
You: Create a new server for testing
Bot: Runs servers create test-server cx11 debian-11 fsn1
You: What's using the most resources?
Bot: Runs servers list and analyzes resource usage
Note: Requires HCLOUD_TOKEN environment variable.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

