Install
openclaw skills install @goog/claw-config-backupBackup OpenClaw configuration file with hash-based change detection. Use when user asks to backup, create backup of, or save OpenClaw config (openclaw.json). Automatically skips backup if file hasn't changed.
openclaw skills install @goog/claw-config-backupBackup OpenClaw configuration file with automatic change detection.
From workspace directory:
python config_backup.py ..\openclaw.json
Or with custom backup directory:
python config_backup.py ..\openclaw.json -o backup
openclaw_20260319_143052_123456.json-o flagThe script is located in "scripts" directory
usage: config_backup.py [-h] [-o OUTPUT] file
Validate JSON5 and backup with hash check
positional arguments:
file JSON5 file path
options:
-h, --help show this help message and exit
-o OUTPUT, --output Backup directory (default: backup)
✅ JSON5 validate passed
📦 已备份: backup\openclaw_20260319_143052_123456.json
If file unchanged:
✅ JSON5 validate passed
⚠️ config file unchange, skip backup