hetzner-manager

Automate provisioning and management of Hetzner Cloud resources via API.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/PytaichukBohdan/salesbooster-snoopgame --skill hetzner-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hetzner-manager
Source: https://github.com/PytaichukBohdan/salesbooster-snoopgame/tree/main/.claude/skills/hetzner-manager
Command: npx skills add https://github.com/PytaichukBohdan/salesbooster-snoopgame --skill hetzner-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, python-dotenv, rich, typer, and includes scripts (resource) components.

What problem does it solve?

Helps teams automate and manage Hetzner Cloud infrastructure, reducing manual setup and configuration overhead.

Core Features & Use Cases

  • Provision and manage Hetzner Cloud servers, including lifecycle actions (start, stop, reboot, resize) and OS rebuild.
  • Centralize SSH key management and secure access to instances.
  • Integrate with existing workflows to maintain consistent infrastructure across datacenters.

Quick Start

Create a new Hetzner Cloud server using the provided CLI to begin deployment.

Frequently Asked Questions about hetzner-manager

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

FAQPage Schema
How do I automate Hetzner Cloud server provisioning and management?

Hetzner Cloud infrastructure management covers provisioning, lifecycle actions, and configuration of servers, SSH keys, networks, volumes, and firewalls. It allows teams to reduce manual setup overhead by automating these resources across various datacenters.

Do I need a Hetzner API token to manage cloud infrastructure programmatically?

Yes, managing Hetzner Cloud resources requires a Hetzner API token set in the environment. This token authenticates the scripts that perform API calls to provision and manage servers, SSH keys, networks, volumes, and firewalls.

Can I manage SSH keys and firewalls when deploying Hetzner Cloud servers?

Yes, Hetzner Cloud infrastructure management includes centralizing SSH key management and configuring firewalls. You can provision these resources alongside servers to secure access to instances across datacenters.

What server lifecycle actions are supported for Hetzner Cloud infrastructure?

Hetzner Cloud server lifecycle actions include start, stop, reboot, resize, and OS rebuild. These actions allow you to maintain and update servers programmatically across datacenters throughout their operational lifespan.

Does Hetzner Cloud automation handle API errors and retries during server deployment?

Hetzner Cloud automation includes validation, error handling, and retry logic within the scripts to manage API failures during server deployment. This ensures reliable infrastructure provisioning even when transient API issues occur.