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 agentmods add skills/danjdewhurst/hcloud-skills/hcloud-referencenpx skills add danjdewhurst/hcloud-skills --skill hcloud-referencegit 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-reference)<a href="https://agentmods.dev/skills/danjdewhurst/hcloud-skills/hcloud-reference"><img src="https://agentmods.dev/badge/skills/danjdewhurst/hcloud-skills/hcloud-reference.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 | $0.00048 | $0.05085 |
| Opus 5 | $0.00024 | $0.02542 |
| Sonnet 5 | $0.00010 | $0.01017 |
| Haiku 4.5 | $0.00005 | $0.00509 |
Grade A, and why
hcloud-reference 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 4d 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 — 423 lines — stays where its author put it; the contents beside it link to each section on GitHub.
hcloud CLI Reference Documentation Index
Full reference docs for every hcloud CLI command are bundled with this plugin. Read the specific file for detailed flag documentation when the other skills don't have enough detail.
Reference Manual
Location: ${CLAUDE_PLUGIN_ROOT}/docs/reference/manual/
File naming pattern: hcloud_<resource>_<subcommand>.md (e.g., hcloud_server_create.md)
Top-Level Commands
| Command | File |
|---|---|
hcloud |
hcloud.md |
hcloud version |
hcloud_version.md |
hcloud completion |
hcloud_completion.md |
all
| Subcommand | File |
|---|---|
all |
hcloud_all.md |
all list |
hcloud_all_list.md |
certificate
| Subcommand | File |
|---|---|
certificate |
hcloud_certificate.md |
certificate add-label |
hcloud_certificate_add-label.md |
certificate create |
hcloud_certificate_create.md |
certificate delete |
hcloud_certificate_delete.md |
certificate describe |
hcloud_certificate_describe.md |
certificate list |
hcloud_certificate_list.md |
certificate remove-label |
hcloud_certificate_remove-label.md |
certificate retry |
hcloud_certificate_retry.md |
certificate update |
hcloud_certificate_update.md |
config
| Subcommand | File |
|---|---|
config |
hcloud_config.md |
config add |
hcloud_config_add.md |
config get |
hcloud_config_get.md |
config list |
hcloud_config_list.md |
config remove |
hcloud_config_remove.md |
config set |
hcloud_config_set.md |
config unset |
hcloud_config_unset.md |
context
| Subcommand | File |
|---|---|
context |
hcloud_context.md |
context active |
hcloud_context_active.md |
context create |
hcloud_context_create.md |
context delete |
hcloud_context_delete.md |
context list |
hcloud_context_list.md |
context rename |
hcloud_context_rename.md |
context unset |
hcloud_context_unset.md |
context use |
hcloud_context_use.md |
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.
- 4d ago First seen · 423 lines · 48 tokens per session scan A 3b62d83ac29e
hcloud-reference is a skill published in the GitHub repository danjdewhurst/hcloud-skills (3 stars, last pushed 6mo ago), licensed MIT. It adds 48 tokens to every session and 5,085 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
upgrade-cluster
Use when upgrading or hardening an existing kube-hetzner cluster, including module version bumps, provider lockfile refreshes, k3s/RKE2 channel/version upgrades, immutable node replacement, system-upgrade-controller changes, or live cluster rollout validation.
kh-assistant
Use when users need help with kube-hetzner configuration, debugging, or questions - acts as an intelligent assistant with live repo access.
pulumi-migrate-from-discovered-stack
Migrate a CloudFormation or ARM stack into a Pulumi stack, sourced from a stack that Pulumi Cloud's Discovery feature has already found and exposed via the discovered-stacks API. Load this skill when the user has a discovered stack in Pulumi Cloud and wants to bring its resources under Pulumi management. Do NOT load…
pulumi-component
Guide for authoring Pulumi ComponentResource classes. Use when creating reusable infrastructure components, designing component interfaces, setting up multi-language support, or distributing component packages.
pulumi-overview
Use this skill for any task that creates, modifies, inspects, or destroys cloud infrastructure or SaaS configuration, from one-off CLI operations to full multi-resource projects, across providers in the Pulumi ecosystem. A typical project spans many providers (AWS or Azure or GCP, Kubernetes, Cloudflare, Auth0…
provider-upgrade
Upgrade any Pulumi provider to a newer version and reconcile the resulting diff. Use when users want to upgrade or update a provider (including editing package.json, requirements.txt, pyproject.toml, go.mod, or Pulumi.yaml to bump a provider SDK), check for breaking changes before or during an upgrade, fix resources…