Install
openclaw skills install blue-green-deployerA specialized skill for safely managing and testing OpenClaw configuration changes using a Blue/Green deployment pattern. Use when you need to test new settings, tools, or channel configurations without risking the stability of the main (Blue) session.
openclaw skills install blue-green-deployerThis skill provides a structured pre-production testing workflow for OpenClaw configuration changes using a Blue/Green deployment pattern.
Initialize the testing area by creating the Green configuration from your current Blue master.
bash <skill-path>/scripts/deploy.shModify the files within the green configuration folder or the openclaw.json.green file directly using your preferred editor.
Verify that the changes in the Green environment are valid and do not break the OpenClaw service.
jq empty openclaw.json.greendeploy.sh script will automatically promote the Green configuration to Blue.deploy.sh (or manual action) will revert the Blue configuration to its previous state using the .bak file.openclaw.json.green file for syntax errors (missing commas, brackets) or invalid keys.openclaw status after any deployment to ensure the live service is operational.