← 返回 Skills 市场
joeyiptk

OpenClaw Backup

作者 larryjoe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclawbackup
功能描述
Backup OpenClaw workspace, config, and state using the built-in `openclaw backup create` command. Also handles cleanup of old backups and health verification...
安全使用建议
This skill appears to do exactly what it says, but review these points before installing: - Confirm you trust the installed OpenClaw CLI binary on the machine: the scripts call only 'openclaw' — if that binary is malicious, any skill using it inherits that risk. - Backups include credentials, session history, and workspace files. Even if OpenClaw encrypts credentials, store the ~/openclaw_backups/ directory securely and consider additional encryption if you will copy archives off-machine. - The skill supports overriding the backup directory via OPENCLAW_BACKUP_DIR (not listed in registry metadata). If you want backups elsewhere, set that env var before running. - Cron creation is expected behavior, but verify the cron entry after setup (openclaw cron list) so you know what was added and can remove it if unwanted. - Run the scripts manually first (use --dry-run and --verify) to inspect outputs before enabling automated scheduling. - Small implementation quirks exist (e.g., cleanup script argument handling is confusing), but they look like bugs rather than malicious behavior. If you want additional assurance, inspect the 'openclaw' CLI on your system, run the scripts in dry-run mode, and verify archives are created and stored where you expect before enabling the cron job.
能力评估
Purpose & Capability
The name/description match what the files do: scripts invoke the OpenClaw CLI to create/verify backups, list/verify archives, delete old archives, and add an OpenClaw cron job. There are no unrelated binaries, extra cloud credentials, or surprising external services requested.
Instruction Scope
Instructions and scripts operate on ~/openclaw_backups/ and call 'openclaw' commands. They explicitly back up config, credentials (noted as encrypted by OpenClaw), session history and workspace files — this is appropriate for a backup skill, but it does mean backups will contain sensitive data. Scripts do not attempt to read or transmit other system files or contact unknown endpoints.
Install Mechanism
This is an instruction-only skill (no installer). The code shipped is plain Python scripts run locally; there are no downloads from remote URLs or package installs. Risk from installation is low.
Credentials
The registry metadata declares no required env vars, and no credentials are requested. The scripts do honor an optional OPENCLAW_BACKUP_DIR environment variable (used to override the backup directory) even though it's not listed in the metadata — this is benign but a small mismatch between docs/metadata and code. No other secrets are accessed.
Persistence & Privilege
The skill can add a daily cron job via 'openclaw cron add' to schedule backups — this is expected for a backup skill. The skill is not configured as always:true and does not modify other skills or system-wide agent settings beyond adding an OpenClaw cron entry.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclawbackup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclawbackup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Automated daily backup using OpenClaw's built-in `backup create` - Backups stored in ~/openclaw_backups/ as timestamped .tar.gz archives - Backup contents: config, credentials, session history, workspace, skills - Archive verification via `openclaw backup verify` - Cleanup old backups by age (--days flag, dry-run by default) - Optional daily cron at 04:00 HKT - Portable — works on any machine with OpenClaw installed, no extra deps
元数据
Slug openclawbackup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Backup 是什么?

Backup OpenClaw workspace, config, and state using the built-in `openclaw backup create` command. Also handles cleanup of old backups and health verification... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 OpenClaw Backup?

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

OpenClaw Backup 是免费的吗?

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

OpenClaw Backup 支持哪些平台?

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

谁开发了 OpenClaw Backup?

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

💬 留言讨论