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-securitynpx skills add danjdewhurst/hcloud-skills --skill hcloud-securitygit 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-security)<a href="https://agentmods.dev/skills/danjdewhurst/hcloud-skills/hcloud-security"><img src="https://agentmods.dev/badge/skills/danjdewhurst/hcloud-skills/hcloud-security.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.00038 | $0.01871 |
| Opus 5 | $0.00019 | $0.00936 |
| Sonnet 5 | $0.00008 | $0.00374 |
| Haiku 4.5 | $0.00004 | $0.00187 |
Grade A, and why
hcloud-security 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.
How it starts
The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hetzner Cloud Security
SSH Keys
Create an SSH Key
hcloud ssh-key create [options] --name <name> (--public-key <key> | --public-key-from-file <file>)
| Flag | Description |
|---|---|
--name |
Key name (required) |
--public-key |
Public key string |
--public-key-from-file |
Path to file containing the public key |
--label |
User-defined labels as key=value (repeatable) |
-o, --output |
Output options: json|yaml |
List SSH Keys
hcloud ssh-key list [options]
Columns: id, name, fingerprint, public_key, age, created, labels
| Flag | Description |
|---|---|
-l, --selector |
Filter by label selector |
-s, --sort |
Sort results |
-o, --output |
Output options: noheader|columns=...|json|yaml |
Describe an SSH Key
hcloud ssh-key describe [options] <ssh-key>
| Flag | Description |
|---|---|
-o, --output |
Output options: json|yaml|format |
Delete SSH Keys
hcloud ssh-key delete <ssh-key>...
Accepts one or more SSH keys by name or ID.
Update an SSH Key
hcloud ssh-key update [options] <ssh-key>
| Flag | Description |
|---|---|
--name |
New SSH key name |
Labels
hcloud ssh-key add-label [--overwrite] <ssh-key> <label>...
hcloud ssh-key remove-label <ssh-key> (--all | <label>...)
Certificates
Create a Certificate (Uploaded)
hcloud certificate create --name <name> --type uploaded --cert-file <file> --key-file <file>
| Flag | Description |
|---|---|
--name |
Certificate name (required) |
-t, --type |
Certificate type: uploaded or managed (default: uploaded) |
--cert-file |
File containing the PEM encoded certificate (required for uploaded) |
--key-file |
File containing the PEM encoded private key (required for uploaded) |
--label |
User-defined labels as key=value (repeatable) |
-o, --output |
Output options: json|yaml |
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.
- 5d ago First seen · 285 lines · 38 tokens per session scan A 6b80d624d5c0
hcloud-security is a skill published in the GitHub repository danjdewhurst/hcloud-skills (3 stars, last pushed 6mo ago), licensed MIT. It adds 38 tokens to every session and 1,871 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
deploy-site
Deploys an existing Power Pages code site to a Power Pages environment using PAC CLI. Handles tooling verification, authentication, environment confirmation, building, and uploading. Use when the user wants to deploy, upload, or publish their code site.
activate-site
Activates and provisions a Power Pages website in a Power Platform environment via the Power Platform REST API. Use when the user wants to activate, provision, turn on, or enable a Power Pages website or portal.
deploy
Builds and deploys a Power Apps code app to Power Platform. Use when deploying changes, redeploying an existing app, or pushing updates.
deploy-to-connect
Deploy or publish Python and R content to a Posit Connect server using rsconnect-python or the R rsconnect package. Handles interactive apps and dashboards, web APIs, rendered documents, and prepared bundles/manifests. Use whenever the user asks to deploy, publish, or redeploy content to Posit Connect, or mentions…
telephony-and-conferencing
Runs voice and meeting infrastructure — phone systems and numbers, emergency calling obligations, conference rooms and their AV, call recording and its retention consequences, and the porting that makes provider changes go badly. Use this to replace a phone system, fix rooms nobody can start a meeting in, meet…
business-continuity-and-resilience
Plans for operating through disruption — impact analysis, recovery objectives, continuity plans, and the exercises that prove they work. Use this to run a business impact analysis, set RTO and RPO, write or test a continuity plan, prepare for a supplier or site failure, or answer a customer's resilience questionnaire.