← 返回 Skills 市场
lijiangtai

openclaw-all-backup

作者 lijiangtai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
235
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-all-backup
功能描述
完整备份 OpenClaw 配置目录 (.openclaw) 到同名带时间戳的目录,包括所有文件和隐藏文件。当用户需要备份 OpenClaw 配置、数据或创建配置快照时使用。
安全使用建议
This script performs a local full copy of ~/.openclaw, which will include sensitive items like credentials/, logs/, and agent data. Before running it: 1) ensure you have enough disk space; 2) store the backup directory securely (consider encrypting or moving it to a safe location); 3) review ownership and permissions of the created backup; 4) if you want to verify behavior first, run a dry-run with rsync -n or inspect the script; 5) note this skill does not transmit data over the network — it only makes a local copy.
功能分析
Type: OpenClaw Skill Name: openclaw-all-backup Version: 1.0.0 The skill bundle provides a legitimate utility for creating local, timestamped backups of the OpenClaw configuration directory (~/.openclaw). The primary script, scripts/openclaw-backup.sh, performs standard file copy or rsync operations within the user's home directory without any network calls, data exfiltration, or obfuscated code. While it handles sensitive data like credentials, it does so entirely locally and in accordance with its stated purpose.
能力评估
Purpose & Capability
Name/description match the provided script and README. The script only operates on $HOME/.openclaw and creates a timestamped copy in the same parent directory — functionality is proportional to the stated backup purpose.
Instruction Scope
SKILL.md and the script limit actions to reading and copying ~/.openclaw (including credentials/, logs/, etc.). This is expected for a full backup, but it does mean secrets stored in .openclaw will be duplicated into the backup directory; the instructions do not attempt to read other system files or send data externally.
Install Mechanism
No install spec. This is instruction-only plus a local shell script. No downloads or archive extraction are present.
Credentials
No required environment variables or credentials are declared or used beyond standard $HOME and common shell utilities. The requested access to files under ~/.openclaw is appropriate given the backup purpose.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or system-wide configs, and does not request persistent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-all-backup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-all-backup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of openclaw-backup. - Provides a script to fully back up the .openclaw configuration directory, including all files and hidden files. - Backup directories are timestamped for easy snapshot management. - Preserves file permissions and timestamps. - Uses rsync (if available) or cp -a to ensure data integrity. - Includes instructions for both automated and manual backup and restore.
元数据
Slug openclaw-all-backup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

openclaw-all-backup 是什么?

完整备份 OpenClaw 配置目录 (.openclaw) 到同名带时间戳的目录,包括所有文件和隐藏文件。当用户需要备份 OpenClaw 配置、数据或创建配置快照时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。

如何安装 openclaw-all-backup?

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

openclaw-all-backup 是免费的吗?

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

openclaw-all-backup 支持哪些平台?

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

谁开发了 openclaw-all-backup?

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

💬 留言讨论