安全通知回显
极简OpenClaw
Clawdbot Update Plus 是一套完整的 Clawdbot 环境管理工具,覆盖配置、工作区和技能的备份、更新与恢复。支持自动备份前置、失败自动回滚、选择性恢复及云端同步。
安装步骤:
clawdhub install clawdbot-update-plus --dir ~/.clawdbot/skillsgit clone https://github.com/hopyky/clawdbot-update-plus.git ~/.clawdbot/skills/clawdbot-update-plusmkdir -p ~/bin && echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrc && source ~/.zshrcln -sf ~/.clawdbot/skills/clawdbot-update-plus/bin/clawdbot-update-plus ~/bin/clawdbot-update-plus基础命令:
clawdbot-update-plus checkclawdbot-update-plus backupclawdbot-update-plus updateclawdbot-update-plus update --dry-runclawdbot-update-plus restore 备份文件名.tar.gzclawdbot-update-plus restore 备份文件名.tar.gz config配置文件位置:~/.clawdbot/clawdbot-update.json,可设置备份路径、保留数量、远程存储、加密和通知选项。
见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | Clawdbot 环境目录、JSON 配置文件、可选 GPG 密钥与 rclone 远程配置 |
| 输出 | 压缩备份包、更新日志、恢复后的文件状态、云端副本、消息通知 |
| 适用人群 | Clawdbot 运维人员、多环境开发者、需要自动回滚的团队 |
| 不包含 | 非 Clawdbot 环境备份、数据库热备、跨系统迁移、内置定时调度 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/hopyky/clawdbot-update-plus/SKILL.md
来源类型:GitHub 仓库