openclaw configure backup
v1.0.0Backup OpenClaw configuration file with hash-based change detection. Use when user asks to backup, create backup of, or save OpenClaw config (openclaw.json)....
⭐ 0· 82·0 current·0 all-time
byJay@goog
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (backup openclaw.json) align with included script and SKILL.md. The script only reads the provided config file, validates it as JSON5, computes hashes, and copies it to a local backup directory — all expected for a backup utility.
Instruction Scope
SKILL.md instructs running the included script against a given file and optionally a backup directory. The script only reads the specified file and local filesystem paths; it does not access other system config, environment variables, or network endpoints.
Install Mechanism
No install spec — instruction-only with an included script. Nothing is downloaded or written system-wide by an installer. The only runtime requirement is Python and the json5 package (not declared), which is a low-risk dependency.
Credentials
The skill declares no environment variables, credentials, or config paths and the code does not attempt to read any secrets or unrelated config. Requested access (local file read/write) is proportional to the purpose.
Persistence & Privilege
Skill is user-invocable, not always-enabled; it does not request permanent presence or modify other skills or system-wide settings.
Assessment
This skill appears coherent and limited to local backups. Before installing/using: ensure you run the script intentionally (it will read the file path you provide and write backups to the chosen directory), and confirm you have Python and the json5 package available (the SKILL.md/script do not declare this dependency). Verify the backup directory and filesystem permissions so backups are stored where you expect, and review the included script if you need to ensure no additional behavior (the script is short and local-only).Like a lobster shell, security has layers — review code before you run it.
latestvk97d7p28as78q63jkhqhrfadcx837bxs
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
