← 返回 Skills 市场
6282
总下载
4
收藏
30
当前安装
9
版本数
在 OpenClaw 中安装
/install simple-backup
功能描述
Backup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rclone.
安全使用建议
Install only if you want a tool that backs up broad OpenClaw workspace, state, and skills data. Use a dedicated backup folder and rclone destination, keep the backup password out of shared config where possible, protect the encrypted archives, and review the retention settings because older backup archives are deleted automatically.
功能分析
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 the declared workspace, OpenClaw state, and skills directories, encrypts the archive with GPG, and optionally syncs to a user-configured rclone remote. This is purpose-aligned, but the backed-up state may include sensitive configuration, prompts, and credentials.
Instruction Scope
Execution is user-invoked through the simple-backup command. Once run, it stages files, encrypts, prunes old local backups, and optionally syncs remotely without additional confirmation prompts.
Install Mechanism
The skill declares a local shell command and documents required system tools. package.json also lists wildcard dependencies for rclone and gpg, which creates some installation ambiguity if a package manager tries to resolve them rather than using system binaries.
Credentials
Broad access to the workspace, ~/.openclaw state, skills directory, backup password, and optional rclone remote is proportionate for a backup tool, but users should treat the resulting archives and remote destination as highly sensitive.
Persistence & Privilege
The skill creates persistent encrypted backup archives, deletes older backup archives according to retention settings, and can mirror backups to a configured remote. No hidden background service, unauthorized persistence, or unrelated privilege use is shown.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install simple-backup - 安装完成后,直接呼叫该 Skill 的名称或使用
/simple-backup触发 - 根据 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.
元数据
常见问题
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 插件,目前累计下载 6282 次。
如何安装 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。
推荐 Skills