Blue Green Deployer
/install blue-green-deployer
Blue/Green Deployer
This skill provides a structured pre-production testing workflow for OpenClaw configuration changes using a Blue/Green deployment pattern.
Workflow
1. Setup the Green Environment
Initialize the testing area by creating the Green configuration from your current Blue master.
- Command:
bash \x3Cskill-path>/scripts/deploy.sh
2. Experiment
Modify the files within the green configuration folder or the openclaw.json.green file directly using your preferred editor.
3. Audit and Validate
Verify that the changes in the Green environment are valid and do not break the OpenClaw service.
- Step A: Check JSON syntax:
jq empty openclaw.json.green - Step B: Run the deployment script to perform the symlink-based validation check.
4. Promote or Rollback
- To Promote: If the audit passes, the
deploy.shscript will automatically promote the Green configuration to Blue. - To Rollback: If the audit fails, the
deploy.sh(or manual action) will revert the Blue configuration to its previous state using the.bakfile.
Troubleshooting
- Validation Error: If the script reports a failure, check the
openclaw.json.greenfile for syntax errors (missing commas, brackets) or invalid keys. - Manual Check: Always use
openclaw statusafter any deployment to ensure the live service is operational.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install blue-green-deployer - After installation, invoke the skill by name or use
/blue-green-deployer - Provide required inputs per the skill's parameter spec and get structured output
What is Blue Green Deployer?
A specialized skill for safely managing and testing OpenClaw configuration changes using a Blue/Green deployment pattern. Use when you need to test new setti... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install Blue Green Deployer?
Run "/install blue-green-deployer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Blue Green Deployer free?
Yes, Blue Green Deployer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Blue Green Deployer support?
Blue Green Deployer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Blue Green Deployer?
It is built and maintained by joshualeecowan33-ui (@joshualeecowan33-ui); the current version is v2.0.0.