← 返回 Skills 市场
stefanferreira

OpenClaw Complete Backup & Restore Cycle

作者 stefanferreira · GitHub ↗ · v2.2.0 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-backup-mother-skill
功能描述
Performs a complete OpenClaw backup, fresh installation, and restore cycle with verification and troubleshooting for reliable disaster recovery.
安全使用建议
This skill appears to do what it says (backup → remove → reinstall → restore), but take precautions before running it: 1) Do not blindly run 'curl | bash' — inspect the installer at https://install.openclaw.ai and prefer a signed GitHub release or vendor-provided checksum. 2) Make and copy backups to a separate machine or external storage so you can recover if the restore fails. 3) Test the full cycle in a VM or staging system first, especially because the instructions use 'sudo apt' (Debian/Ubuntu specific). 4) Review the remote install script for unexpected behavior if you must run it; if you cannot verify the installer provenance, avoid executing it. Additional information that would raise confidence: a vendor homepage, signed release assets for the installer URL, or a reputable repository/maintainer identity tracing back to OpenClaw.
功能分析
Type: OpenClaw Skill Name: openclaw-backup-mother-skill Version: 2.2.0 The skill bundle provides a workflow for backing up and reinstalling OpenClaw, which includes high-risk operations such as executing a remote script via 'curl | bash' (https://install.openclaw.ai) and using 'sudo' to remove system packages in SKILL.md. While these actions are consistent with the stated goal of a 'fresh installation,' they represent significant security risks (RCE and supply chain vulnerability) without built-in integrity checks. No clear evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the content: SKILL.md and quick-reference provide step-by-step backup, remove, install, restore, and verification commands that operate on ~/.openclaw and OpenClaw binaries. The included verification script checks local backup files and the OpenClaw install, which is coherent with the stated purpose. Note: the workflow uses apt (sudo apt remove) which is OS-specific even though the skill has no OS restriction.
Instruction Scope
Instructions operate only on OpenClaw-related paths (~/.openclaw) and run verification steps against local archives and the openclaw binary. However, the workflow explicitly instructs stopping services, removing the package with sudo, and running a remote install script (curl -sSL https://install.openclaw.ai | bash). Those actions require elevated privileges and execute remote code, so they expand the risk surface beyond simple file copy/restore.
Install Mechanism
There is no formal install spec, but the instructions tell the user to pipe a downloaded script into bash from install.openclaw.ai. Download-and-execute of a remote script is high-risk unless the installer source is trusted and verifiable (signed releases, known homepage). The skill itself does not provide a homepage or provenance to validate that URL.
Credentials
No environment variables or external credentials are requested. The only implicit requirement is elevated (sudo) privileges to stop services and remove/install packages; that is proportionate for a fresh-install workflow but should be noted by users.
Persistence & Privilege
The skill is instruction-only (plus a verification script) and does not request permanent presence (always is false). It does not modify other skills or agent-wide settings. It does instruct operations that change system state (uninstall/install), which is expected for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-backup-mother-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-backup-mother-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
The mother of all backup skills - comprehensive workflow with canine wisdom
元数据
Slug openclaw-backup-mother-skill
版本 2.2.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

OpenClaw Complete Backup & Restore Cycle 是什么?

Performs a complete OpenClaw backup, fresh installation, and restore cycle with verification and troubleshooting for reliable disaster recovery. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 OpenClaw Complete Backup & Restore Cycle?

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

OpenClaw Complete Backup & Restore Cycle 是免费的吗?

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

OpenClaw Complete Backup & Restore Cycle 支持哪些平台?

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

谁开发了 OpenClaw Complete Backup & Restore Cycle?

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

💬 留言讨论