danjdewhurst

Hcloud Cleanup — Development skill for Claude Code

Development community

Find and clean up unused or orphaned Hetzner Cloud resources.

How to install Hcloud Cleanup

Installs to ~/.claude/skills/danjdewhurst-hcloud-skills-hcloud-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danjdewhurst-hcloud-skills-hcloud-cleanup && curl -fsSL https://raw.githubusercontent.com/danjdewhurst/hcloud-skills/HEAD/commands/hcloud-cleanup.md -o ~/.claude/skills/danjdewhurst-hcloud-skills-hcloud-cleanup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Hcloud Cleanup does


name: hcloud-cleanup description: Find and clean up unused or orphaned Hetzner Cloud resources

Scan for unused or orphaned resources and help clean them up.

Steps

  1. **Show context**: Run `hcloud context active` to confirm scope.

  2. **Scan for unused resources** by running these commands:

    a. **Unattached volumes**: Run `hcloud volume list -o json` and filter for volumes where server is null/empty.

    b. **Unassigned floating IPs**: Run `hcloud floating-ip list -o json` and fi

Alternatives in Development

Full documentation available on GitHub

View Source Repository