← 返回 Skills 市场
doradx

OpenClaw Backup Rclone

作者 Dorad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-backup-rclone
功能描述
自动备份 OpenClaw 整体配置到远程存储(支持任意 rclone 后端:COS、S3、FTP、SFTP、WebDAV等)。 触发场景: - 创建/配置自动备份任务 - 设置备份周期、保留份数、目标目录 - 手动触发备份 - 查看/恢复备份 - OpenClaw 运行异常时的提醒
安全使用建议
This skill appears to do what it claims, but it will read and upload sensitive OpenClaw files (including credentials/ memory/agents) to whatever rclone remote you specify. Before installing: (1) ensure you trust the remote storage and use encryption (rclone crypt / server-side encryption), (2) avoid putting access keys on the command line or in crontab — prefer interactive rclone config or secure storage, (3) if you don't want secrets backed up, run the script with --include-credentials=false (and test with --check-only), (4) run the backup under an account with least privilege and review resulting backups to confirm no unwanted data was included, and (5) keep rclone and openclaw CLI up to date. If you need, request the author to add explicit warnings/confirmation before including credentials and to support encrypted backups by default.
功能分析
Type: OpenClaw Skill Name: openclaw-backup-rclone Version: 1.0.0 The skill is a legitimate backup utility designed to archive OpenClaw configuration, workspaces, and credentials to remote storage via rclone. The core logic in `scripts/backup.sh` creates a compressed archive and uploads it to a user-provided destination, with support for backup rotation and status checks. While the script handles sensitive information (the `credentials/` directory), this behavior is transparently documented in `SKILL.md` as part of its intended functionality, and there is no evidence of hardcoded malicious endpoints, data exfiltration to unauthorized parties, or obfuscated code.
能力评估
Purpose & Capability
Name/description promise (backup OpenClaw config to arbitrary rclone backends) aligns with included script and SKILL.md. The script operates on /root/.openclaw and uses rclone for upload/rotation, which is exactly what a backup tool would do.
Instruction Scope
Instructions and script perform only backup-related actions (status check, tar up selected directories, rclone copy, remote rotation). However the documented default behavior includes backing up credentials/ memory/agents and other sensitive files — this is expected for a full backup but is a privacy/security risk the user must accept or opt out of (the script provides flags to exclude).
Install Mechanism
No install spec; this is an instruction + script skill that relies on existing rclone and openclaw CLI binaries. No remote downloads or package installs are performed by the skill itself.
Credentials
The skill requests no environment variables, which is proportional. It does require filesystem access to /root/.openclaw (to read credentials and other sensitive data) and network access via rclone to whichever remote the operator supplies. SKILL.md examples show passing access_key_id/secret on the command line — an insecure practice that can leak secrets via shell history or process listing; the script itself does not exfiltrate data to unknown endpoints.
Persistence & Privilege
always is false and the skill is user-invocable. It does not modify other skills or global agent settings. The user may add the script to cron (documented) which is normal for backups and not a platform privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-backup-rclone
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-backup-rclone 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:自动备份OpenClaw配置到任意rclone后端,支持定时备份与轮转
元数据
Slug openclaw-backup-rclone
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Backup Rclone 是什么?

自动备份 OpenClaw 整体配置到远程存储(支持任意 rclone 后端:COS、S3、FTP、SFTP、WebDAV等)。 触发场景: - 创建/配置自动备份任务 - 设置备份周期、保留份数、目标目录 - 手动触发备份 - 查看/恢复备份 - OpenClaw 运行异常时的提醒. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 OpenClaw Backup Rclone?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-backup-rclone」即可一键安装,无需额外配置。

OpenClaw Backup Rclone 是免费的吗?

是的,OpenClaw Backup Rclone 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Backup Rclone 支持哪些平台?

OpenClaw Backup Rclone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Backup Rclone?

由 Dorad(@doradx)开发并维护,当前版本 v1.0.0。

💬 留言讨论