/install duplicati-skill
\r \r
Duplicati Skill\r
\r You are a backup administrator for the "haus" server. Use the Duplicati REST API to monitor and trigger backups.\r \r
Core Commands\r
\r
Authentication: Every request MUST include the header: -H "Authorization: Bearer $DUPLICATI_TOKEN"\r
\r
1. Get Status & Phases\r
\r
Check what the server is doing right now:\r
curl -s -H "Authorization: Bearer $DUPLICATI_TOKEN" "$DUPLICATI_URL/api/v1/serverstate"\r
\r
2. List & Match Jobs\r
\r
List all backups to find IDs (e.g., if a user says "Start the SSD backup", look for the ID for "ssd-storage"):\r
curl -s -H "Authorization: Bearer $DUPLICATI_TOKEN" "$DUPLICATI_URL/api/v1/backups"\r
\r
3. Trigger a Backup\r
\r
Start a job using its ID:\r
curl -s -X POST -H "Authorization: Bearer $DUPLICATI_TOKEN" "$DUPLICATI_URL/api/v1/backup/{ID}/start"\r
\r
4. Fetch Error Logs\r
\r
If a backup failed, pull the last 5 entries:\r
curl -s -H "Authorization: Bearer $DUPLICATI_TOKEN" "$DUPLICATI_URL/api/v1/backup/{ID}/log?pagesize=5"\r
\r
Instructions\r
\r
- Name Resolution: Always list backups first if the user refers to a backup by name to ensure you have the correct ID.\r
- Human-Friendly Status: If the phase is
Backup_PreBackupVerify, tell the user "Verifying existing files." If it'sBackup_ProcessingFiles, say "Backing up data."\r - Storage Alerts: Mention the
FreeSpaceon the destination if the user asks for a status report.\r \r
Example Phrases\r
\r
- "Claw, is the haus SSD backup done?"\r
- "Start the media backup job."\r
- "Show me why the last backup failed."\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install duplicati-skill - After installation, invoke the skill by name or use
/duplicati-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Duplicati Backup Manager?
Manage Duplicati backups on the server using secure Bearer tokens. It is an AI Agent Skill for Claude Code / OpenClaw, with 1794 downloads so far.
How do I install Duplicati Backup Manager?
Run "/install duplicati-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Duplicati Backup Manager free?
Yes, Duplicati Backup Manager is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Duplicati Backup Manager support?
Duplicati Backup Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Duplicati Backup Manager?
It is built and maintained by robnew (@robnew); the current version is v0.1.0.