swarm-self-heal

Monitor gateway health and swarm lane activity to detect failures and trigger bounded recovery.

10|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/cacheforge-ai/cacheforge-skills --skill swarm-self-heal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-self-heal
Source: https://github.com/cacheforge-ai/cacheforge-skills/tree/main/skills/swarm-self-heal
Command: npx skills add https://github.com/cacheforge-ai/cacheforge-skills --skill swarm-self-heal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, jq, openclaw, and includes scripts (resource) components.

What problem does it solve?

This skill consolidates gateway, channel, and lane health checks into a single automated watchdog, enabling rapid detection and bounded recovery for swarm reliability.

Core Features & Use Cases

  • Passive monitoring of gateway health, channel readiness, and agent lane recency.
  • Bounded recovery with a single restart pass and targeted re-probing to minimize disruption.
  • Produces auditable receipts for incident timelines and supports a primary plus backup watchdog setup.

Quick Start

Run the included setup and canary check scripts to deploy and verify operation.

Frequently Asked Questions about swarm-self-heal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor multi-agent swarm health and detect stuck lanes?

To monitor multi-agent swarm health, you need an automated watchdog that checks gateway health, channel readiness, and agent lane recency to detect stuck states and trigger bounded recovery.

What is bounded recovery for multi-agent swarm reliability?

Bounded recovery for swarm reliability is a safe, single-pass restart process that diagnoses failures and re-probes infrastructure issues while minimizing disruption and preserving auditable receipts.

How do I automate incident response for OpenClaw swarm failures?

Automating incident response for OpenClaw involves consolidating gateway, channel, and lane checks into a single watchdog that detects failures and produces deterministic output with auditable receipts for incident timelines.

Do I need bash and jq to run swarm automated recovery scripts?

Yes, you need bash and jq dependencies along with OpenClaw integration to run the watchdog scripts that monitor swarm readiness and execute single-pass automated recovery.

Can I set up a backup watchdog alongside a primary swarm reliability monitor?

Yes, you can deploy a primary plus backup watchdog setup to monitor swarm lane activity, ensuring continuous gateway health checks and targeted re-probing if the primary watchdog fails.

Why does my OpenClaw agent lane get stuck and need a restart?

OpenClaw agent lanes get stuck due to gateway health failures or channel readiness issues, requiring a bounded single-pass restart to re-probe infrastructure and restore swarm reliability.