# Send swarm-self-heal to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "swarm-self-heal",
    "name": "swarm-self-heal",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/tkuehnl/swarm-self-heal",
    "canonicalUrl": "https://clawhub.ai/tkuehnl/swarm-self-heal",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/swarm-self-heal",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swarm-self-heal",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "scripts/anvil_watchdog.sh",
      "scripts/check.sh",
      "scripts/setup.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "swarm-self-heal",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T05:50:06.874Z",
      "expiresAt": "2026-05-12T05:50:06.874Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swarm-self-heal",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swarm-self-heal",
        "contentDisposition": "attachment; filename=\"swarm-self-heal-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "swarm-self-heal"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/swarm-self-heal"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/swarm-self-heal",
    "downloadUrl": "https://openagent3.xyz/downloads/swarm-self-heal",
    "agentUrl": "https://openagent3.xyz/skills/swarm-self-heal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swarm-self-heal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swarm-self-heal/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: tkuehnl
- Version: 0.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T05:50:06.874Z
- Expires at: 2026-05-12T05:50:06.874Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/swarm-self-heal)
- [Send to Agent page](https://openagent3.xyz/skills/swarm-self-heal/agent)
- [JSON manifest](https://openagent3.xyz/skills/swarm-self-heal/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/swarm-self-heal/agent.md)
- [Download page](https://openagent3.xyz/downloads/swarm-self-heal)