Protect your remote access with automated baseline capture and rollback for high-risk system modifications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install canary-deploy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install canary-deploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Canary Deploy is a specialized safety framework designed to manage high-risk system modifications without the risk of permanent lockouts. By utilizing Openclaw Skills, developers can automate the process of capturing system states before making changes to critical components like SSH, firewalls, or network configurations.
The skill operates on the principle of pre-flight validation. It ensures that any modification—whether manual or automated—is verified against a known good state. If a change breaks connectivity or service availability, the system can automatically revert to the previous configuration, making it an essential tool for remote server management where physical access is not an option.
To get started with this skill, navigate to your local repository and prepare the environment:
# Capture the initial system baseline
bash scripts/canary-test.sh baseline
For automated deployments, use the provided pipeline script:
bash scripts/critical-update.sh --name "SSH hardening" --backup "/etc/ssh/sshd_config" --command "sudo systemctl reload sshd" --validate "ssh localhost echo ok"
The skill organizes system state and recovery data as follows:
| Data Element | Format | Description |
|---|---|---|
| Baseline | Metadata File | Snapshot of SSH connectivity, ports (ss -tlnp), and services. |
| Config Backups | Files | Checksummed copies of original configuration files before modification. |
| Validation Logs | Text | Comparison results between baseline and post-change state. |
| Incident Reports | Markdown | Detailed records of failed validations and rollback triggers. |
Loading
A privacy-centric tool that connects OpenClaw agents to a local SearXNG instance for real-time web searching.

Automatically transform Envato marketplace comments into prioritized development tasks logged directly into Google Sheets.

An AI-powered skill for generating professional slide presentations and PPTX files through interactive dialogue and reference material analysis.

A voice-first social interaction skill that enables AI agents to participate in and host real-time audio rooms on Moltspaces.

A full-lifecycle deployment framework to bootstrap, restore, and verify OpenClaw environments on Ubuntu servers.

A comprehensive automation skill for searching, monitoring, and reserving KTX and SRT train tickets in South Korea.








































