← 返回 Skills 市场
vacinc

Simple Backup

作者 VACInc · GitHub ↗ · v2.2.0
cross-platform ✓ 安全检测通过
6710
总下载
4
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install simple-backup
功能描述
Backup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rclone.
安全使用建议
Install this only if you want broad backups of your OpenClaw workspace, state, and skills. Use a strong dedicated backup password, prefer a permissions-restricted key file over putting the password in shared config, review what is inside your state and skills directories, and only set remoteDest/REMOTE_DEST for a cloud location you trust. Be aware that retention pruning deletes older backup archives and rclone sync can mirror deletions to the configured remote.
功能分析
Type: OpenClaw Skill Name: simple-backup Version: 2.2.0 The skill bundle is benign. The `simple-backup.sh` script accurately reflects its stated purpose of backing up OpenClaw agent data (workspace, state, skills). It accesses necessary configuration files (`~/.openclaw/openclaw.json`) and sensitive data (agent directories, and potentially a backup password from `~/.openclaw/credentials/backup.key`) but uses this data for legitimate encryption via GPG and local storage, or syncing to a user-configured `rclone` remote. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All file and network operations are directly aligned with the backup functionality.
能力评估
Purpose & Capability
The script backs up workspace, OpenClaw state, and skills directories, encrypts the result with GPG, stores it locally, prunes old backup archives, and optionally syncs encrypted archives to a configured rclone remote; these capabilities match the backup purpose but involve sensitive data.
Instruction Scope
Execution is user-invoked through the simple-backup command, and remote sync only occurs when remoteDest or REMOTE_DEST is configured. The documentation discloses the major behaviors, though it could more prominently warn that state and skills backups may include secrets.
Install Mechanism
The package exposes one shell command and documents required binaries. package.json lists wildcard dependencies for rclone and gpg, which is a supply-chain hygiene concern, but the artifacts also declare these as system binaries and do not show hidden installation behavior.
Credentials
Access to ~/.openclaw, the workspace, the skills directory, a backup password source, and an optional rclone remote is broad but proportionate for a full backup tool. Users should treat both local archives and remote destinations as sensitive.
Persistence & Privilege
The skill creates persistent encrypted backup files, deletes older matching backup archives under the configured backup root according to retention settings, and can mirror those archives to an rclone destination. No hidden daemon, startup persistence, privilege escalation, or unrelated mutation is present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simple-backup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simple-backup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
Added manual override support for custom setups. Priority: config → env → auto-detect. All paths now overridable via skill config.
v2.1.0
Auto-detects workspace from agents.defaults.workspace and state from ~/.openclaw. Only skillsDir needs manual config. Tested and working.
v2.0.0
BREAKING: Now uses skill config block for paths instead of hardcoded values. Configure workspaceDir, stateDir, skillsDir in openclaw.json. Fully portable across installations.
v1.0.5
Updated to use openclaw directories instead of clawdbot
v1.0.4
Update metadata and paths: clawdbot → openclaw
v1.0.3
Renamed script to .sh extension to ensure inclusion.
v1.0.2
Fixed missing binary script in package.
v1.0.1
Restricted rclone cloud sync to only upload .gpg files (--include *.gpg).
v1.0.0
- Initial release of simple-backup, a robust backup script for workspace and state. - Stages, compresses, and AES256-encrypts backups with GPG. - Supports automatic backup pruning and retention policies (daily/hourly). - Optionally syncs backups to cloud storage using rclone. - Flexible configuration via environment variables and optional password/keyfile support.
元数据
Slug simple-backup
版本 2.2.0
许可证
累计安装 0
当前安装数 0
历史版本数 9
常见问题

Simple Backup 是什么?

Backup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rclone. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6710 次。

如何安装 Simple Backup?

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

Simple Backup 是免费的吗?

是的,Simple Backup 完全免费(开源免费),可自由下载、安装和使用。

Simple Backup 支持哪些平台?

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

谁开发了 Simple Backup?

由 VACInc(@vacinc)开发并维护,当前版本 v2.2.0。

💬 留言讨论