/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install duplicati-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/duplicati-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Duplicati Backup Manager 是什么?
Manage Duplicati backups on the server using secure Bearer tokens. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1794 次。
如何安装 Duplicati Backup Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install duplicati-skill」即可一键安装,无需额外配置。
Duplicati Backup Manager 是免费的吗?
是的,Duplicati Backup Manager 完全免费(开源免费),可自由下载、安装和使用。
Duplicati Backup Manager 支持哪些平台?
Duplicati Backup Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Duplicati Backup Manager?
由 robnew(@robnew)开发并维护,当前版本 v0.1.0。