Safe OpenClaw config updates with automatic backup, validation, and rollback. For agent use - prevents invalid config updates.
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:
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:
openclaw config set <path> <value>openclaw doctor --non-interactiveBackup location:
~/.openclaw/config-guardian-backups/
atomic_apply.sh| Script | Purpose |
|---|---|
atomic_apply.sh | Default - all-in-one safe apply |
validate_config.sh | Validate via OpenClaw doctor |
restore_config.sh | Manual restore from backup |