A resilient self-healing system designed to monitor, backup, and automatically recover the Openclaw Skills gateway from process or configuration failures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gw-self-heal
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 gw-self-heal using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gateway Watchdog is a critical utility for developers and system administrators using Openclaw Skills who require high availability and fault tolerance. It functions as a persistent background monitor that prevents downtime by managing the lifecycle of the gateway process. By implementing a multi-layered protection strategy, it addresses common failure points such as configuration corruption, sudden process crashes, and authentication errors.
This skill provides peace of mind by ensuring that any accidental breaking changes to the environment are caught and mitigated instantly. It serves as an essential component for production-grade deployments, offering robust recovery levels that range from simple process restarts to full configuration rollbacks without requiring manual intervention.
To install and activate the watchdog for your Openclaw Skills gateway, execute the following setup script:
bash scripts/setup-watchdog.sh
This script automatically handles the creation of the watchdog utility at ~/.openclaw/watchdog.sh, registers the monitoring task as a recurring cron job, and performs an initial baseline backup of your configuration.
The Gateway Watchdog organizes its recovery data and logs within the ~/.openclaw/ directory using the following structure:
| File Path | Purpose |
|---|---|
openclaw.json.bak |
The last known good configuration file used for auto-recovery. |
openclaw.json.bak.prev |
A secondary backup created immediately before a configuration change. |
openclaw.json.broken.<timestamp> |
A preserved copy of a failing configuration for manual debugging. |
watchdog.log |
A chronological record of all health checks, restarts, and rollbacks. |
watchdog.sh |
The core executable logic for the monitoring system. |
Loading
A comprehensive Git automation skill that streamlines status checks, smart commits, and safe pushes with intelligent defaults.

A professional decision-tracking skill that records rationales and automatically evaluates results after 30 days.

A lightweight web collection utility for extracting structured data and monitoring site changes without a headless browser.

An automated sales aggregation and reporting skill for e-commerce platforms with multi-channel delivery.

A specialized tool for AI agents to read, extract, and analyze text content from Korean HWP and HWPX document formats.

A browser automation tool for streamlining freelancer registration and service profile management on the Kmong marketplace.








































