hcloud-networking

hcloud-networking is a skill for Claude Code from danjdewhurst/hcloud-skills. It costs 56 tokens per session (4,749 once invoked), scanned A, original, MIT.

A set of command-line instructions for managing networking in Hetzner Cloud, a cloud hosting provider. It covers networks, subnets, routes, firewalls, IP addresses, load balancers, and vSwitch connections.

In plain words
What is it for?
Use it to create, list, describe, update, and delete networks, and to manage related Hetzner Cloud networking resources.
Why use it?
It gives you the commands and options needed to inspect or change Hetzner networking without working out each command yourself.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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 skills/danjdewhurst/hcloud-skills/hcloud-networking
Any agent
npx skills add danjdewhurst/hcloud-skills --skill hcloud-networking
Clone the repo
git clone --depth 1 https://github.com/danjdewhurst/hcloud-skills

Made for: Claude Code.

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-networking

README.md
[![agentmods](https://agentmods.dev/badge/skills/danjdewhurst/hcloud-skills/hcloud-networking.svg)](https://agentmods.dev/skills/danjdewhurst/hcloud-skills/hcloud-networking)
Your own site
<a href="https://agentmods.dev/skills/danjdewhurst/hcloud-skills/hcloud-networking"><img src="https://agentmods.dev/badge/skills/danjdewhurst/hcloud-skills/hcloud-networking.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,749 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.00056 $0.04749
Opus 5 $0.00028 $0.02374
Sonnet 5 $0.00011 $0.00950
Haiku 4.5 $0.00006 $0.00475

Measured 6d ago against content hash fd95cc9f18b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

hcloud-networking 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 6d 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.

skills/hcloud-networking/SKILL.md · 665 lines

How it starts

The opening of the file, as written. The whole thing — 665 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hetzner Cloud Networking

Networks

Create a Network

hcloud network create --name <name> --ip-range <cidr>
Flag Description
--name Network name (required)
--ip-range Network IP range in CIDR notation (required)
--label User-defined labels as key=value (repeatable)
--enable-protection Enable protection: delete
--expose-routes-to-vswitch Expose routes to connected vSwitch
-o, --output Output options: json|yaml

List Networks

hcloud network list

Columns: id, name, ip_range, servers, age, created, labels, protection, expose_routes_to_v_switch

Flag Description
-l, --selector Filter by label selector
-s, --sort Sort results
-o, --output Output options: noheader|columns=...|json|yaml

Describe a Network

hcloud network describe <network>
Flag Description
-o, --output Output options: json|yaml|format

Delete Networks

hcloud network delete <network>...

Accepts one or more networks by name or ID.

Update a Network

hcloud network update --name <name> <network>

Add a Subnet

hcloud network add-subnet --network-zone <zone> --type <cloud|server|vswitch> <network>
Flag Description
--network-zone Name of network zone (required)
--type Subnet type: cloud, server, or vswitch (required)
--ip-range Range to allocate IPs from
--vswitch-id ID of the vSwitch (required when type is vswitch)

Remove a Subnet

hcloud network remove-subnet --ip-range <cidr> <network>
Flag Description
--ip-range IP range of the subnet to remove (required)

Add a Route

hcloud network add-route --destination <cidr> --gateway <ip> <network>
Flag Description
--destination Destination network or host in CIDR notation (required)
--gateway Gateway IP address (required)

Read the full file on GitHub · 665 lines

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. 6d ago First seen · 665 lines · 56 tokens per session scan A fd95cc9f18b2

Subscribe to this mod's changes

hcloud-networking is a skill published in the GitHub repository danjdewhurst/hcloud-skills (3 stars, last pushed 6mo ago), licensed MIT. It adds 56 tokens to every session and 4,749 once invoked, about $0.0003 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.

Related

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…

CrowdStrike/foundry-skills · 141 tokens

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…

gfargo/skills · 73 tokens

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…

gfargo/skills · 67 tokens

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-cmd/x-cmd · 67 tokens

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.

x-cmd/x-cmd · 62 tokens

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-cmd/x-cmd · 72 tokens