skills$openclaw/hetzner
thesethrose9.2k

by thesethrose

hetzner – OpenClaw Skill

hetzner is an OpenClaw Skills integration for coding workflows. Hetzner Cloud server management using the hcloud CLI. Manage servers, networks, volumes, firewalls, floating IPs, and SSH keys.

9.2k stars2.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namehetzner
descriptionHetzner Cloud server management using the hcloud CLI. Manage servers, networks, volumes, firewalls, floating IPs, and SSH keys. OpenClaw Skills integration.
ownerthesethrose
repositorythesethrose/hetzner
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @thesethrose/hetzner
last updatedFeb 7, 2026

Maintainer

thesethrose

thesethrose

Maintains hetzner in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
277 B
hetzner.sh
6.7 KB
SKILL.md
1.5 KB
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 servers
  • servers get <id> - Get server details
  • servers create <name> <type> <image> <location> - Create a server
  • servers delete <id> - Delete a server
  • servers start <id> - Start server
  • servers stop <id> - Stop server
  • servers reboot <id> - Reboot server
  • servers ssh <id> - SSH into server

Networks

  • networks list - List networks
  • networks 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.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install hetzner?

Run openclaw add @thesethrose/hetzner in your terminal. This installs hetzner into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/thesethrose/hetzner. Review commits and README documentation before installing.