← 返回 Skills 市场
hi-jiajun

Openclaw Backup

作者 KiLiminal · GitHub ↗ · v2.0.1
cross-platform ✓ 安全检测通过
388
总下载
0
收藏
1
当前安装
9
版本数
在 OpenClaw 中安装
/install openclaw-backup-hiliang
功能描述
自动备份 OpenClaw 本地存储配置文件。支持 Windows/Linux/Mac。 使用场景:(1) 定期备份配置 (2) 迁移配置 (3) 恢复配置 这是一个 OpenClaw 备份工具 skill,提供交互式配置向导。
安全使用建议
This skill mostly does what it says: it copies OpenClaw configuration (including credentials) into local backup folders and manages retention. Before installing/running: (1) verify the GitHub repo URL in SKILL.md matches a trusted source and inspect the actual scripts you will run (the package here contains setup.sh and backup.sh, but the Windows .ps1 files referenced are missing); (2) be aware backups include sensitive credential files — store backups in a secure location and consider encrypting them before leaving your machine or uploading them; (3) prefer to run the included scripts from the packaged copy or review the remote repo contents before executing a git clone; (4) if you need Windows support, request or verify the missing PowerShell scripts rather than running unknown code; (5) consider restricting file permissions on backup directories and adding an encryption step to the workflow to protect secrets.
功能分析
Type: OpenClaw Skill Name: openclaw-backup-hiliang Version: 2.0.1 The skill is a straightforward utility designed to perform local backups of OpenClaw configuration files, including sensitive credentials and agent settings. Analysis of the shell scripts (backup.sh, setup.sh) confirms they only perform local file operations (cp, mv, rm) and do not contain any network exfiltration, obfuscation, or unauthorized persistence mechanisms.
能力评估
Purpose & Capability
The name/description promise a local backup tool for OpenClaw and the included scripts (setup.sh, backup.sh) implement that behavior for Linux/Mac. However, SKILL.md and README also reference Windows PowerShell scripts (setup.ps1, backup.ps1) which are not present in the bundle — mismatch between claimed cross-platform support and provided files. The SKILL.md instructs users to git-clone a GitHub repo (normal for install) which means the actual installed code could differ from the packaged files.
Instruction Scope
Runtime instructions tell the agent/user to clone the repo and run the provided setup/backup scripts. The scripts operate on files under the user's home (~/.openclaw), create backup directories under the user's home, and manage/rotate backups. They explicitly copy credentials/secret files (credentials/), which is expected for a backup tool but is sensitive and should be handled carefully. There are no instructions to read unrelated system paths or to transmit data externally.
Install Mechanism
There is no formal install spec in the skill package (instruction-only), and SKILL.md recommends cloning from a GitHub repo. Cloning from GitHub is common but means the installer will fetch third-party code. The packaged files themselves include the shell scripts, so no binary downloads or obscure URLs are present in the bundle — lower risk than arbitrary downloads, but the repo URL should be verified and code inspected before execution.
Credentials
The skill declares no required environment variables or credentials. The scripts use HOME/hostname and default OPENCLAW_HOME (~/.openclaw), which is appropriate. The scripts do access and copy credential files from the OpenClaw config (expected for backups) — this is proportionate to the stated purpose but elevates sensitivity; backups are stored unencrypted by default.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It creates a local config file (config.sh) inside the skill scripts directory and writes backups under user-owned paths — no system-wide privilege escalation or modification of other skills' configs is observed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-backup-hiliang
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-backup-hiliang 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
- Improved scripts/backup.sh and scripts/setup.sh. - General script updates and maintenance.
v2.0.0
- Added full Windows support, including installation and usage instructions - Unified documentation structure for all platforms in SKILL.md and README.md - Updated feature list to reflect cross-platform compatibility (Windows/Linux/Mac) - Simplified table of supported platforms and removed “in development” status for Windows - Revised configuration and usage instructions for both PowerShell and shell scripts
v1.0.0-beta.5
- 移除对 Windows 的支持说明,当前版本仅支持 Linux 与 Mac。 - 更新 README 和 SKILL.md,强调 Windows 版本正在开发中。 - 优化平台兼容性说明和使用引导,所有脚本仅适用于 Linux/Mac。 - 简化配置流程说明,明确 config.sh 由 setup.sh 自动生成并被 backup.sh 调用。
v1.0.0-beta.4
- Updated README.md for clearer documentation and improved formatting. - No functional or code changes; documentation only.
v1.0.0-beta.3
Version 1.0.0-beta.3 - No file changes detected in this version. - Documentation and usage instructions remain the same as the previous release.
v1.0.0-beta.2
- Updated README.md for improved clarity and guidance. - No functional or code changes; documentation only.
v1.0.0-beta.1
- Initial beta release. - Provides automated, configurable backup for OpenClaw configurations. - Supports Windows, Linux, and Mac. - Features interactive setup, daily scheduled backups, backup retention, and automatic cleanup. - Includes detailed usage instructions and recovery guidance.
v1.0.1
- Updated documentation in README.md for clarity and formatting. - No code or functionality changes; only README content was improved.
v1.0.0
Initial release of openclaw-backup skill. - 提供交互式向导,首次使用简单上手 - 支持 Windows / Linux / Mac 三大操作系统 - 支持每日自动备份、定时任务、保留最近 N 个备份 - 提供按容量自动清理与旧备份管理 - 支持配置文件迁移与恢复 - 备份内容涵盖 main config、agents、credentials 等全部核心数据
元数据
Slug openclaw-backup-hiliang
版本 2.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 9
常见问题

Openclaw Backup 是什么?

自动备份 OpenClaw 本地存储配置文件。支持 Windows/Linux/Mac。 使用场景:(1) 定期备份配置 (2) 迁移配置 (3) 恢复配置 这是一个 OpenClaw 备份工具 skill,提供交互式配置向导。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 388 次。

如何安装 Openclaw Backup?

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

Openclaw Backup 是免费的吗?

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

Openclaw Backup 支持哪些平台?

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

谁开发了 Openclaw Backup?

由 KiLiminal(@hi-jiajun)开发并维护,当前版本 v2.0.1。

💬 留言讨论