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.
npx skills add danjdewhurst/hcloud-skills --skill hcloud-storagegit clone --depth 1 https://github.com/danjdewhurst/hcloud-skillsWrote 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.
[](https://agentmods.dev/skills/danjdewhurst/hcloud-skills/hcloud-storage)<a href="https://agentmods.dev/skills/danjdewhurst/hcloud-skills/hcloud-storage"><img src="https://agentmods.dev/badge/skills/danjdewhurst/hcloud-skills/hcloud-storage.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.03025 |
| Opus 5 | $0.00019 | $0.01512 |
| Sonnet 5 | $0.00008 | $0.00605 |
| Haiku 4.5 | $0.00004 | $0.00302 |
Grade A, and why
hcloud-storage 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 483 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hetzner Cloud Storage
Volumes (Block Storage)
Create a Volume
hcloud volume create [options] --name <name> --size <size>
Flags:
--name <name>- Volume name (required)--size <gb>- Size in GB (required)--server <server>- Server ID or name to attach to--location <location>- Location ID or name--automount- Automount Volume after attach (server must be provided)--format <ext4|xfs>- Format Volume after creation--label <key=value>- User-defined labels (can be specified multiple times)--enable-protection <delete>- Enable protection (value: delete)-o, --output json|yaml- Output format
List Volumes
hcloud volume list [options]
Columns: id, name, size, server, location, status, linux_device, age, created, labels, protection
Flags:
-l, --selector <label>- Filter by label selector-s, --sort <field>- Sort results-o, --output noheader|columns=...|json|yaml- Output options
Describe a Volume
hcloud volume describe [options] <volume>
Flags:
-o, --output json|yaml|format- Output format
Delete Volumes
hcloud volume delete <volume>...
Accepts one or more volume IDs or names.
Update a Volume
hcloud volume update [options] <volume>
Flags:
--name <name>- New volume name
Attach a Volume to a Server
hcloud volume attach [--automount] --server <server> <volume>
Flags:
--server <server>- Server ID or name (required)--automount- Automount Volume after attach
Detach a Volume
hcloud volume detach <volume>
Resize a Volume
hcloud volume resize --size <size> <volume>
Flags:
--size <gb>- New size in GB (required)
Labels and Protection
Add Label
hcloud volume add-label [--overwrite] <volume> <label>...
Labels use key=value format.
Flags:
-o, --overwrite- Overwrite if label key already exists
Remove Label
hcloud volume remove-label <volume> (--all | <label>...)
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.
- 7d ago First seen · 483 lines · 39 tokens per session scan A 7b9f3d367c7c
hcloud-storage is a skill published in the GitHub repository danjdewhurst/hcloud-skills (3 stars, last pushed 6mo ago), licensed MIT. It adds 39 tokens to every session and 3,025 once invoked, about $0.0002 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.
Other skills, from other repositories
development-workflow
Orchestrates the complete Falcon Foundry app lifecycle from requirements through deployment. TRIGGER when user asks to "create a Foundry app", "build a Foundry app", "plan a Foundry app", runs any foundry apps CLI command, or discusses Foundry app architecture. DO NOT TRIGGER when user is working on a specific…
doorman
Manage Vercel, Cloudflare, and Fastly WAF firewall rules as code with the Doorman CLI. Use for any firewall-as-code task — creating rules, IP blocking, rate limiting, bot protection, geo-blocking, syncing local config to providers, validating configurations, exporting documentation, CI/CD automation, or translating…
strut
Operate and manage Docker Compose stacks on VPS infrastructure with the strut CLI. Use for any strut task — deploying and releasing services, database backup and restore, debugging production issues, detecting config drift, rotating secrets and keys, setting up monitoring, configuring domains and SSL, validating…
x-osv
CLI for Google OSV database. Query vulnerabilities for packages, scan local projects for vulnerable dependencies. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill). Required Tool: Install osv-scanner for project scanning (see https://github.com/google/osv-scanner).
x-uptime
Enhanced uptime with structured YAML output showing uptime, users, and 1/5/15-minute load averages. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
x-mankier
Search and browse man pages from ManKier.com. Command line interface for ManKier man page repository. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.