{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/swarm-self-heal",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swarm-self-heal",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "scripts/anvil_watchdog.sh",
      "scripts/check.sh",
      "scripts/setup.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/swarm-self-heal",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "When to use this skill",
        "body": "Use this skill when the user wants to:\n\nDiagnose why a multi-agent swarm feels \"stuck\" or partially offline\nCheck gateway + channel + lane liveness in one run\nPerform bounded auto-recovery (restart + retry only)\nCapture auditable receipts for incident timelines\nKeep a primary watchdog lane plus a backup lane in place"
      },
      {
        "title": "Commands",
        "body": "# Install/refresh watchdog scripts + cron wiring\nbash skills/swarm-self-heal/scripts/setup.sh\n\n# Run an immediate canary check\nbash skills/swarm-self-heal/scripts/check.sh\n\n# Run watchdog directly (uses deployed workspace path)\nbash ~/.openclaw/workspace-studio/scripts/anvil_watchdog.sh\n\n# Optional: increase lane ping timeout for slower providers\nPING_TIMEOUT_SECONDS=180 bash ~/.openclaw/workspace-studio/scripts/anvil_watchdog.sh"
      },
      {
        "title": "What it checks",
        "body": "Gateway health via openclaw health\nChannel readiness via openclaw channels status --json --probe\nPassive lane recency via openclaw status --json (latest OpenClaw-compatible)\nActive lane probe only when stale for main, builder-1, builder-2, reviewer, designer\nBounded recovery with a single restart pass + targeted re-probe of infra failures"
      },
      {
        "title": "Output contract",
        "body": "The watchdog output includes:\n\ntimestamp\ntargets\nok_agents\nfailed_agents\nactions\nVERDICT\nRECEIPT"
      },
      {
        "title": "Safety model",
        "body": "Bounded recovery only (single restart pass per run)\nNo destructive state wipes\nNo blind reinstall behavior\nRecovery actions are explicit in output"
      },
      {
        "title": "Notes",
        "body": "Cron wiring sets both primary and backup watchdog lanes to xhigh thinking.\nTelegram target is auto-derived from config when available, with a safe fallback.\nHealthy runs can be summarized as a single line to reduce operator noise."
      }
    ],
    "body": "When to use this skill\n\nUse this skill when the user wants to:\n\nDiagnose why a multi-agent swarm feels \"stuck\" or partially offline\nCheck gateway + channel + lane liveness in one run\nPerform bounded auto-recovery (restart + retry only)\nCapture auditable receipts for incident timelines\nKeep a primary watchdog lane plus a backup lane in place\nCommands\n# Install/refresh watchdog scripts + cron wiring\nbash skills/swarm-self-heal/scripts/setup.sh\n\n# Run an immediate canary check\nbash skills/swarm-self-heal/scripts/check.sh\n\n# Run watchdog directly (uses deployed workspace path)\nbash ~/.openclaw/workspace-studio/scripts/anvil_watchdog.sh\n\n# Optional: increase lane ping timeout for slower providers\nPING_TIMEOUT_SECONDS=180 bash ~/.openclaw/workspace-studio/scripts/anvil_watchdog.sh\n\nWhat it checks\nGateway health via openclaw health\nChannel readiness via openclaw channels status --json --probe\nPassive lane recency via openclaw status --json (latest OpenClaw-compatible)\nActive lane probe only when stale for main, builder-1, builder-2, reviewer, designer\nBounded recovery with a single restart pass + targeted re-probe of infra failures\nOutput contract\n\nThe watchdog output includes:\n\ntimestamp\ntargets\nok_agents\nfailed_agents\nactions\nVERDICT\nRECEIPT\nSafety model\nBounded recovery only (single restart pass per run)\nNo destructive state wipes\nNo blind reinstall behavior\nRecovery actions are explicit in output\nNotes\nCron wiring sets both primary and backup watchdog lanes to xhigh thinking.\nTelegram target is auto-derived from config when available, with a safe fallback.\nHealthy runs can be summarized as a single line to reduce operator noise."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tkuehnl/swarm-self-heal",
    "publisherUrl": "https://clawhub.ai/tkuehnl/swarm-self-heal",
    "owner": "tkuehnl",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}