📦 openclaw-all-backup — 配置全备份

v1.0.0

一键将 .openclaw 配置目录完整复制到带时间戳的新目录,含隐藏文件,快速生成配置快照,方便回滚与迁移。

0· 209·0 当前·0 累计
下载技能包
最后更新
2026/3/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code and instructions are consistent with its stated purpose of locally backing up the ~/.openclaw directory; it does not request unrelated credentials, network access, or install arbitrary code.
评估建议
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 on...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec. This is instruction-only plus a local shell script. No downloads or archive extraction are present.
凭证需求
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.
持久化与权限
The skill is not marked always:true, does not modify other skills or system-wide configs, and does not request persistent elevated privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/16

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.

无害

安装命令

点击复制
官方npx clawhub@latest install openclaw-all-backup
镜像加速npx clawhub@latest install openclaw-all-backup --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库