Blue Green Deployer
PassAudited by ClawScan on Apr 16, 2026.
Overview
The skill's code and instructions match its stated purpose (managing OpenClaw configs via a blue/green pattern); it manipulates only the user's OpenClaw config files and invokes the OpenClaw CLI as expected.
This skill appears to do what it says, but it modifies your live OpenClaw config files. Before installing or running: (1) review scripts/deploy.sh yourself to confirm behavior; (2) ensure you trust the `openclaw` binary on your system (the script runs `openclaw status`); (3) take an independent backup of $HOME/.openclaw/openclaw.json in case of failures; (4) test the workflow on a non-production account or copy of your config; (5) note SKILL.md mentions using `jq` for validation but the included script does not call it — run `jq empty openclaw.json.green` manually if you want stricter JSON checks; and (6) consider restricting autonomous invocation if you don't want the agent to run the deployment script without explicit approval.
