hcloud-cli

A command-line workflow for managing Hetzner Cloud infrastructure. Hetzner Cloud provides virtual machines and related network, storage, load-balancing, firewall, snapshot, and DNS services.

In plain words
What is it for?
Use it to provision or resize virtual machines, manage networks and volumes, configure load balancers and firewalls, create snapshots, manage DNS, and rotate a Hetzner token.
Why use it?
It lets you carry out infrastructure changes and checks from the terminal using the provider's official command-line tool.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/xipher-labs/walter-os/hcloud-cli
Any agent
npx skills add Xipher-Labs/walter-os --skill hcloud-cli
Clone the repo
git clone --depth 1 https://github.com/Xipher-Labs/walter-os

Made for: Claude Code, Codex.

Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,370 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00118 $0.02370
Opus 5 $0.00059 $0.01185
Sonnet 5 $0.00024 $0.00474
Haiku 4.5 $0.00012 $0.00237

Measured 2d ago against content hash 9f4f08ca3d5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

hcloud-cli scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

hcloud ssh-key create --name ${WALTER_SSH_KEY_NAME} --public-key-from-file ~/.ssh/id_ed25519.pub

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

# Or use the API directly with curl + HCLOUD_DNS_TOKEN
skills/hcloud-cli/SKILL.md · 267 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 267 lines · 118 tokens per session scan C 9f4f08ca3d5e

Subscribe to this mod's changes

hcloud-cli is a skill published in the GitHub repository Xipher-Labs/walter-os (6 stars, last pushed 1mo ago), licensed AGPL-3.0. It adds 118 tokens to every session and 2,370 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (reaches for credential files, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agenticx-deployer

Guide for deploying AgenticX agents to production including Docker containerization, Kubernetes orchestration, Volcengine AgentKit cloud deployment, and API server setup. Use when the user wants to deploy agents, containerize applications, set up Kubernetes, configure cloud deployment, or run the AgenticX API server…

DemonDamon/AgenticX · 69 tokens

oss

List, read, upload, copy, move, delete and presign objects in S3-compatible object storage via exec, using a family + verb + target command syntax.

opskat/opskat · 36 tokens

Foundry Toolbox Ops

Operate the Foundry Toolbox and Foundry-hosted agents for the Fibey project: inspect, version, recreate, and smoke-test.

microsoft/Build26-BRK242-turn-your-agents-into-action-connect-tools-apis-and-documents · 32 tokens

k8s

Run kubectl commands against a Kubernetes asset via exec. Covers command syntax and the stored kubeconfig / jump-host behavior.

opskat/opskat · 28 tokens

container-manager-kubernetes-operations

Full operational Kubernetes surface via the container-manager-mcp MCP server — workloads (pods/rollouts/StatefulSets/DaemonSets/ReplicaSets/Jobs/CronJobs), config (ConfigMaps/Secrets/Namespaces/CRDs/patch), networking (Ingress/native Services/NetworkPolicy/DNS), storage (PV/PVC/StorageClass/snapshots/CSI), RBAC…

Knuckles-Team/container-manager-mcp · 189 tokens

AWS Naming And Tagging

AWS naming convention and mandatory tags — resource-type abbreviations, region codes, and owner/cost-center/environment/workload tags for cost attribution.

niels-emmer/myace · 34 tokens