integration-hetzner

Connect Hetzner Cloud to a self-hosted Hermes agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-hetzner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-hetzner
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-hetzner
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-hetzner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill connects Hetzner Cloud to a self-hosted Hermes agent so AI coding agents can manage cloud resources securely over SSH without manual setup or fragile one-off wiring.

Core Features & Use Cases

  • SSH-first integration: Configures the agent on a VPS rather than relying on a hosted middleware service.
  • Hetzner Cloud coverage: Supports servers, volumes, firewalls, load balancers, datacenters, and pricing endpoints through the official REST API.
  • Safe operational flow: Validates the token, writes it idempotently, reloads the gateway, verifies connectivity, and includes rollback guidance.
  • Use case: A developer wants Claude Code or Hermes to provision and inspect Hetzner infrastructure with a project-scoped API token while keeping the setup reproducible and reversible.

Quick Start

Ask the AI to connect Hetzner Cloud to your self-hosted Hermes agent over SSH, validate the project token, reload the gateway, and confirm the integration end to end.

Frequently Asked Questions about integration-hetzner

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

FAQPage Schema
How do I connect Hetzner Cloud to an AI agent over SSH?

To connect Hetzner Cloud to an AI agent over SSH, you configure a self-hosted Hermes agent on a VPS using a project-scoped Bearer token. The integration validates the token, writes it idempotently, reloads the gateway, and verifies connectivity end to end.

What Hetzner Cloud resources can I manage through an SSH-based integration?

An SSH-based Hetzner Cloud integration supports managing servers, volumes, firewalls, load balancers, datacenters, and pricing endpoints. It achieves this by interfacing with the official Hetzner REST API through your self-hosted agent.

Do I need a hosted middleware service to manage Hetzner Cloud with Hermes?

No, you do not need a hosted middleware service to manage Hetzner Cloud with Hermes. The SSH-first integration configures the agent directly on your VPS, allowing secure infrastructure control without relying on external hosted middleware.

Is it safe to use an AI coding agent to provision Hetzner infrastructure?

Using an AI coding agent to provision Hetzner infrastructure is safe when following a rollback-safe handling workflow. The process validates the project token, applies idempotent environment injection, and includes rollback guidance to keep setup reproducible and reversible.

Can I inspect Hetzner Cloud infrastructure in read-only mode?

Yes, you can inspect Hetzner Cloud infrastructure in read-only mode. The integration supports both read-only and read-write workflows, enabling AI agents to safely query resources through the REST API without making modifications.

What is the best way to automate Hetzner server setup without manual wiring?

The best way to automate Hetzner server setup without manual wiring is using an SSH-based integration with a self-hosted agent. It securely injects a project-scoped API token and reloads the gateway to establish reproducible infrastructure control.