hetzner-cloud

Manage Hetzner Cloud servers, volumes, firewalls, and networks via the hcloud CLI.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/zangxin75/openclaw-skills --skill hetzner-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hetzner-cloud
Source: https://github.com/zangxin75/openclaw-skills/tree/main/hetzner-cloud
Command: npx skills add https://github.com/zangxin75/openclaw-skills --skill hetzner-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Hetzner Cloud resources, allowing users to control servers, volumes, firewalls, and networks through a command-line interface.

Core Features & Use Cases

  • Resource Management: Create, list, describe, and manage servers, volumes, firewalls, and networks.
  • Snapshotting: Easily create snapshots of servers for backup and recovery.
  • Configuration: Set up API contexts for secure access to your Hetzner Cloud account.
  • Use Case: A developer needs to quickly spin up a new Ubuntu server in the Nuremberg data center, attach a 50GB volume, and configure a firewall to allow SSH access.

Quick Start

Use the hetzner-cloud skill to list all available server types.

Frequently Asked Questions about hetzner-cloud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Hetzner Cloud servers from the command line?

You can manage Hetzner Cloud servers from the command line by using the hcloud CLI tool to create, list, and describe server instances. This approach enables programmatic control over cloud infrastructure resources for deployment and maintenance.

What do I need to configure before managing Hetzner Cloud infrastructure?

Before managing Hetzner Cloud infrastructure, you need the hcloud CLI tool installed and API tokens configured for authentication. Setting up API contexts ensures secure access to your Hetzner Cloud account before executing commands.

Can I create snapshots and configure firewalls for Hetzner Cloud servers?

Yes, you can create snapshots for backup and recovery, and configure firewalls to manage network access for Hetzner Cloud servers. The CLI supports creating volumes, networks, and DNS configurations alongside these server management tasks.

What is the best way to automate cloud infrastructure deployment on Hetzner?

The best way to automate cloud infrastructure deployment on Hetzner is using the hcloud CLI for programmatic control over resources. This allows you to script the creation of servers, volumes, and networks for repeatable deployments.

Does Hetzner Cloud CLI support managing volumes and networks programmatically?

Yes, the Hetzner Cloud CLI supports managing volumes and networks programmatically alongside servers and firewalls. You can create, list, and describe these network resources to build out your cloud infrastructure configuration.