← Back to Skills Marketplace
joshualeecowan33-ui

Blue Green Deployer

by joshualeecowan33-ui · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
85
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install blue-green-deployer
Description
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...
README (SKILL.md)

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.sh script 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 .bak file.

Troubleshooting

  • Validation Error: If the script reports a failure, check the openclaw.json.green file for syntax errors (missing commas, brackets) or invalid keys.
  • Manual Check: Always use openclaw status after any deployment to ensure the live service is operational.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: blue-green-deployer Version: 2.0.0 The skill provides a legitimate utility for managing OpenClaw configuration changes using a Blue/Green deployment pattern. The 'scripts/deploy.sh' script implements a structured workflow for backing up, testing, and promoting configuration files within the '$HOME/.openclaw/' directory, using 'openclaw status' for validation. No indicators of malicious intent, data exfiltration, or unauthorized execution were found.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The name/description claim a Blue/Green deployer for OpenClaw; the provided script implements that behavior (copies, backups, creates symlinks, runs `openclaw status`, promotes or restores). Required files and actions are proportional to the purpose.
Instruction Scope
SKILL.md instructs running the included deploy.sh and using jq for validation; the script itself operates only on $HOME/.openclaw/*. It does remove and recreate the live config file (via symlink and cp) which is expected but potentially disruptive if run on a production host without testing. SKILL.md lists `jq` validation steps that are not invoked by the script (you must run them manually if desired).
Install Mechanism
Instruction-only skill with an included shell script and no install spec — nothing is downloaded or installed by the skill itself, minimizing install-time risk.
Credentials
The skill declares no required env vars or credentials and only touches $HOME/.openclaw config files. The dependency list mentions `jq` but the script does not call it; `openclaw` is used and is a reasonable dependency given the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not change other skills or global settings. It does modify files under the user's OpenClaw configuration, so the agent running the skill must be trusted to perform filesystem operations on that path. The platform default allowing autonomous invocation means the agent could run this script without explicit user action — consider invocation policy if that matters.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install blue-green-deployer
  3. After installation, invoke the skill by name or use /blue-green-deployer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Blue-green-deployer 2.0.0 is a significant update introducing versioning and dependency metadata. - Added explicit `version` and `dependencies` fields to SKILL.md for improved clarity and reproducibility. - Declared dependencies on `openclaw` and `jq` in the documentation. - Corrected minor documentation issues (e.g., file naming typo: `open:openclaw.json.green` → `openclaw.json.green`). - No changes to the documented deployment script workflow.
v1.0.0
Initial release of the Blue/Green deployment skill.
Metadata
Slug blue-green-deployer
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments