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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blue-green-deployer - 安装完成后,直接呼叫该 Skill 的名称或使用
/blue-green-deployer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Blue Green Deployer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blue-green-deployer」即可一键安装,无需额外配置。
Blue Green Deployer 是免费的吗?
是的,Blue Green Deployer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blue Green Deployer 支持哪些平台?
Blue Green Deployer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blue Green Deployer?
由 joshualeecowan33-ui(@joshualeecowan33-ui)开发并维护,当前版本 v2.0.0。