danjdewhurst

Hcloud Status — Development skill for Claude Code

Development community

Show overview of all Hetzner Cloud resources in the current context.

How to install Hcloud Status

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

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

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

What Hcloud Status does


name: hcloud-status description: Show overview of all Hetzner Cloud resources in the current context

Show a comprehensive overview of the current Hetzner Cloud infrastructure.

Steps

  1. Show the active context:

    hcloud context active
  2. List all resources using individual commands for a clear summary:

    • hcloud server list
    • hcloud network list
    • hcloud firewall list
    • hcloud volume list
    • hcloud floating-ip list
    • hcloud primary-ip list

Alternatives in Development

  • Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
  • Telegram — Show Telegram bot status and manage global session 1.3k ★
  • Mnemos Status — /mnemos-status — Show Mnemos Memory Status 705 ★

Full documentation available on GitHub

View Source Repository