← All skills
Tencent SkillHub · AI

swarm-self-heal

Swarm reliability watchdog for OpenClaw — validates gateway/channel and every lane, performs bounded recovery, and emits auditable receipts.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Swarm reliability watchdog for OpenClaw — validates gateway/channel and every lane, performs bounded recovery, and emits auditable receipts.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, README.md, SKILL.md, scripts/anvil_watchdog.sh, scripts/check.sh, scripts/setup.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

When to use this skill

Use this skill when the user wants to: Diagnose why a multi-agent swarm feels "stuck" or partially offline Check gateway + channel + lane liveness in one run Perform bounded auto-recovery (restart + retry only) Capture auditable receipts for incident timelines Keep a primary watchdog lane plus a backup lane in place

Commands

# Install/refresh watchdog scripts + cron wiring bash skills/swarm-self-heal/scripts/setup.sh # Run an immediate canary check bash skills/swarm-self-heal/scripts/check.sh # Run watchdog directly (uses deployed workspace path) bash ~/.openclaw/workspace-studio/scripts/anvil_watchdog.sh # Optional: increase lane ping timeout for slower providers PING_TIMEOUT_SECONDS=180 bash ~/.openclaw/workspace-studio/scripts/anvil_watchdog.sh

What it checks

Gateway health via openclaw health Channel readiness via openclaw channels status --json --probe Passive lane recency via openclaw status --json (latest OpenClaw-compatible) Active lane probe only when stale for main, builder-1, builder-2, reviewer, designer Bounded recovery with a single restart pass + targeted re-probe of infra failures

Output contract

The watchdog output includes: timestamp targets ok_agents failed_agents actions VERDICT RECEIPT

Safety model

Bounded recovery only (single restart pass per run) No destructive state wipes No blind reinstall behavior Recovery actions are explicit in output

Notes

Cron wiring sets both primary and backup watchdog lanes to xhigh thinking. Telegram target is auto-derived from config when available, with a safe fallback. Healthy runs can be summarized as a single line to reduce operator noise.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs3 Scripts
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • README.md Docs
  • scripts/anvil_watchdog.sh Scripts
  • scripts/check.sh Scripts
  • scripts/setup.sh Scripts