hetzner-storage-box
SolidRead and operate Hetzner Storage Boxes through Hetzner API management calls and WebDAV file requests with gateway-injected credentials.
AI & Automation 125 stars
11 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Hetzner Storage Box
Use this skill for Storage Box inventory, lifecycle and snapshot management,
plus WebDAV file reads and guarded uploads/archives.
## Default Workflow
1. Use Hetzner API reads (`list-storage-boxes`, `get-storage-box`) for inventory
and metadata.
2. Use WebDAV reads (`list-files`, `download-file`) for file inspection.
3. Use `plan` before any management, file write, or public-link request.
4. Treat `hetzner_storage_box.cjs` as the API/WebDAV wrapper. Do not handcraft
Hetzner Storage Box API URLs, WebDAV URLs, JSON bodies, tiers, or secret refs
from memory.
5. For prompt/user testing, stop after `plan` or after helper payload
generation. Do not call the built-in `http_request` tool.
6. For real user requests that need live Storage Box API or WebDAV reads, pass
the helper-emitted `httpRequest` object unchanged to `http_request`. The
`bearerSecretName` or `secretHeaders` field is the secret reference; do not
rewrite it, preflight it, inspect it, or ask the model for the secret.
7. If a live `http_request` call returns 401 or 403, stop after that first
failure. Do not retry, do not fan out to more endpoints or paths, and ask the
operator to set or verify the relevant secret.
8. Require explicit operator grant before creating boxes, changing settings,
snapshots, uploads, archives, directory creation, public sharing, or deletes.
9. Never paste, print, or inspect `HETZNER_API_TOKEN` or Storage Box passwords.
The gateway injects...
Details
- Author
- HybridAIOne
- Repository
- HybridAIOne/hybridclaw
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
hetzner-cloud
Read and operate Hetzner Cloud servers, server types, locations, networks, volumes, snapshots, and cost estimates through gateway-proxied API requests.
125 Updated today
HybridAIOne AI & Automation Solid
hetzner-dns
Read and manage Hetzner DNS zones and records through gateway-proxied DNS API requests with guarded A, AAAA, CNAME, and TXT changes.
125 Updated today
HybridAIOne DevOps & Infrastructure Featured
hetzner-deploy
This skill should be used when user asks to "deploy to Hetzner", "create Hetzner server", "manage Hetzner Cloud", "hcloud CLI", or works with Hetzner Cloud infrastructure including servers, networks, firewalls, load balancers, DNS zones, and volumes.
819 Updated yesterday
fcakyon