Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Safe OpenClaw config updates with automatic backup, validation, and rollback. For agent use - prevents invalid config updates.
Safe OpenClaw config updates with automatic backup, validation, and rollback. For agent use - prevents invalid config updates.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
For Agent use only. Safe config updates with automatic backup, validation, and rollback. Prevents the agent from updating non-existent keys or invalid values.
Use this skill every time you need to update openclaw.json. Prevents: Updating non-existent config keys Using invalid values Breaking the gateway with bad config
For all config changes - handles everything in one command: ./scripts/atomic_apply.sh <config_path> <new_value> # Example: ./scripts/atomic_apply.sh "agents.defaults.model.primary" "minimax-portal/MiniMax-M2.5" What it does: Creates timestamped backup automatically Applies change via openclaw config set <path> <value> Validates with openclaw doctor --non-interactive Auto-rollback if validation fails Trap ensures rollback even on crash Backup location: ~/.openclaw/config-guardian-backups/
Never restart or apply config without explicit user approval Always use atomic_apply.sh If validation fails -> config auto-rolled back, don't force it
ScriptPurposeatomic_apply.shDefault - all-in-one safe applyvalidate_config.shValidate via OpenClaw doctorrestore_config.shManual restore from backup
Long-tail utilities that do not fit the current primary taxonomy cleanly.
Largest current source with strong distribution and engagement signals.