hetzner-cloud

Manages and inspects Hedzner Cloud servers, networks, volumes, and their lifecycle via proxied requests.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill hetzner-cloud-hybridaione
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hetzner-cloud
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/hetzner-cloud
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill hetzner-cloud-hybridaione

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing Hetzner Cloud VPS infrastructure requires careful inventory, cost estimation, and guarded execution of provisioning and lifecycle operations without leaking sensitive credentials.

Core Features & Use Cases

  • Guided inventory and cost visibility: Lists servers, server types, locations, images, prices, volumes, networks, and supports plan-based decision making before writes.
  • Guarded provisioning and lifecycle actions: Creates servers and volumes, manages snapshots (create, restore, delete/destroy), attaches/detaches volumes and networks, and changes server types with explicit operator grants.
  • Safety-first execution via gateway: Uses a Hetzner API token reference stored as a bearer secret, avoids handcrafting API calls, and enforces stop-on-401/403 and explicit approval for risky operations.

Quick Start

Ask: "List Hetzner Cloud VPS servers and estimate monthly cost for project acme."

Frequently Asked Questions about hetzner-cloud

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

FAQPage Schema
How do I list Hetzner Cloud VPS servers and estimate monthly costs?

You can inventory Hetzner Cloud servers and estimate monthly costs by retrieving server, server type, and price information. This guided visibility supports plan-based decision making before executing any write operations.

Can I create snapshots and restore Hetzner Cloud VPS instances?

Yes, you can manage the Hetzner Cloud snapshot lifecycle by creating, restoring, and deleting snapshots. These guarded lifecycle actions require explicit operator grants to ensure safe execution.

Do I need a Hetzner API token to provision cloud VPS infrastructure?

Yes, provisioning cloud VPS infrastructure requires a Hetzner API token stored as a bearer secret. The system enforces secure HETZNER_API_TOKEN injection via gateway-proxied HTTP requests.

What's the best way to resize a Hetzner Cloud server safely?

The best way to resize a Hetzner Cloud server safely is through guarded mutations requiring explicit operator grants. This enforces stop-on-401/403 errors and demands explicit approval for risky operations.

How do I attach volumes and networks to Hetzner Cloud VPS servers?

You can attach and detach volumes and networks to Hetzner Cloud VPS servers through guarded lifecycle actions. The system enforces tier-based escalation and requires operator grants for changing actions.

Why does my Hetzner Cloud API request fail with a 401 or 403 error?

Hetzner Cloud API requests fail with 401 or 403 errors because the safety-first execution gateway enforces a stop-on-401/403 policy. This prevents unauthorized handcrafted API calls and protects sensitive credentials.