hcloud-status

hcloud-status is a command for coding agents from danjdewhurst/hcloud-skills. It costs 17 tokens per session (259 once invoked), scanned A, original, MIT.

A command that summarizes Hetzner Cloud resources in the active project, including servers, networks, firewalls, volumes, IP addresses, and other listed resource types.

In plain words
What is it for?
Use it for a quick infrastructure inventory and to spot warnings, unassigned resources, and enabled protection settings.
Why use it?
It saves you from checking each resource category separately and highlights notable states such as powered-off servers or unused volumes.

Command

Part of the hcloud plugin — 7 skills, 3 commands, 1 hook shipped together

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 commands/danjdewhurst/hcloud-skills/hcloud-status
Clone the repo
git clone --depth 1 https://github.com/danjdewhurst/hcloud-skills

Or install hcloud, the plugin that ships this one along with the rest of its 7 skills, 3 commands, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hcloud-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/danjdewhurst/hcloud-skills/hcloud-status.svg)](https://agentmods.dev/commands/danjdewhurst/hcloud-skills/hcloud-status)
Your own site
<a href="https://agentmods.dev/commands/danjdewhurst/hcloud-skills/hcloud-status"><img src="https://agentmods.dev/badge/commands/danjdewhurst/hcloud-skills/hcloud-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 259 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.1 $0.00017 $0.00259
Opus 5 $0.00009 $0.00130
Sonnet 5 $0.00003 $0.00052
Haiku 4.5 $0.00002 $0.00026

Measured 5d ago against content hash 964e747e2c19, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

hcloud-status scanned grade A with 0 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/hcloud-status.md · 38 lines

What it actually says

Show a comprehensive overview of the current Hetzner Cloud infrastructure.

Steps

  1. Show the active context:

    hcloud context active
    
  2. List all resources using individual commands for a clear summary:

    • hcloud server list
    • hcloud network list
    • hcloud firewall list
    • hcloud volume list
    • hcloud floating-ip list
    • hcloud primary-ip list
    • hcloud load-balancer list
    • hcloud ssh-key list
    • hcloud certificate list
    • hcloud placement-group list
    • hcloud zone list
    • hcloud storage-box list
  3. Present a concise summary highlighting:

    • Total resource counts per type (skip types with zero resources)
    • Servers that are powered off or in error state
    • Unattached volumes
    • Unassigned floating IPs or primary IPs
    • Any resources with protection enabled
    • Any notable states or warnings

Run all list commands and present the summary. Skip resource types that return empty results.

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. 5d ago First seen · 38 lines · 17 tokens per session scan A 964e747e2c19

Subscribe to this mod's changes

hcloud-status is a command published in the GitHub repository danjdewhurst/hcloud-skills (3 stars, last pushed 6mo ago), licensed MIT. It adds 17 tokens to every session and 259 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.