hetzner-storage-box

Manage Hetzner Storage Boxes via API and WebDAV operations.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill hetzner-storage-box
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hetzner-storage-box
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/hetzner-storage-box
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill hetzner-storage-box

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the risky, repetitive work of manually looking up Hetzner Storage Box inventory and then separately handling WebDAV file operations and public-sharing steps.

Core Features & Use Cases

  • Hetzner Storage Box inventory & snapshot lifecycle: list boxes, fetch box details, list snapshots, and create or delete snapshots with tiered safety controls.
  • WebDAV file operations with guarded writes: list, download, upload text, create directories, archive text, delete paths, and generate public URLs only for already-public targets.
  • Controlled public link sharing: prepare a public-link handoff with explicit operator confirmation and expiration recording.

Quick Start

Ask the assistant to list all Storage Boxes in your Hetzner project and show the available snapshots and archive folder contents.

Frequently Asked Questions about hetzner-storage-box

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Hetzner Storage Box snapshots via API?

You can manage Hetzner Storage Box snapshots via API by listing boxes, fetching details, and creating or deleting snapshots with tiered safety controls and operator grants.

Can I use WebDAV to upload and archive files on a Hetzner Storage Box?

Yes, you can use WebDAV to upload text, create directories, archive text, and delete paths on a Hetzner Storage Box. Guarded write operations ensure safe file archiving and management.

How do I create public sharing links for files on a Hetzner Storage Box?

You create public sharing links by preparing a public-link handoff with explicit operator confirmation and expiration recording. This controlled public link sharing only generates URLs for already-public targets.

What credentials do I need to automate Hetzner Storage Box file operations?

You need gateway-injected credentials including HETZNER_API_TOKEN and optional WebDAV Basic auth to automate Storage Box operations. The system emits payloads suitable for execution without exposing secrets.

Does this approach support retention-based cleanup for Hetzner Storage Box archives?

Yes, it supports retention-based cleanup for Hetzner Storage Box archives by combining API inventory operations with WebDAV file reads and guarded write operations for deletions and maintenance.