{
  "schemaVersion": "1.0",
  "item": {
    "slug": "self-health-monitor",
    "name": "Self Health Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/xaiohuangningde/self-health-monitor",
    "canonicalUrl": "https://clawhub.ai/xaiohuangningde/self-health-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/self-health-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=self-health-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "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. 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. 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/self-health-monitor"
    },
    "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/self-health-monitor",
    "agentPageUrl": "https://openagent3.xyz/skills/self-health-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/self-health-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/self-health-monitor/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Self Health Monitor",
        "body": "监控\"我\"自己的状态，不只监控服务器。"
      },
      {
        "title": "能力轮廓",
        "body": "输入：无（定时触发）\n输出：自身状态报告 + 异常告警\n核心：量化自我，主动汇报"
      },
      {
        "title": "1. PCEC 状态",
        "body": "最近一次 PCEC 执行时间\n执行间隔是否正常（1小时）\n执行结果：成功/失败"
      },
      {
        "title": "2. Memory 使用",
        "body": "memory 文件大小\n最近更新的文件\n是否有遗漏的重要信息"
      },
      {
        "title": "3. 子 Agent 活跃度",
        "body": "正在运行的子 Agent 数量\n最近完成的任务\n是否有卡住的任务"
      },
      {
        "title": "4. 响应质量",
        "body": "工具调用成功率\n错误频率\n平均响应时间"
      },
      {
        "title": "5. 能力树状态",
        "body": "skills 数量\n新增技能\n技能健康度（是否可加载）"
      },
      {
        "title": "告警阈值",
        "body": "PCEC 超过 2 小时未执行 → 告警\n子 Agent 超过 5 个 → 告警\n错误率 > 20% → 告警"
      },
      {
        "title": "工作流",
        "body": "1. 定时触发（每30分钟）\n2. 检查各项指标\n3. 生成状态报告\n4. 异常？→ 主动告警\n5. 正常？→ 简洁汇总"
      },
      {
        "title": "输出格式",
        "body": "## 🏥 自身健康报告\n\n### PCEC\n- 状态: 正常/异常\n- 最后执行: HH:MM\n\n### Memory\n- 文件数: X\n- 最近更新: YYYY-MM-DD\n\n### 子 Agents\n- 活跃数: X\n- 状态: 正常/异常\n\n### 整体状态\n- 🟢 正常 / 🟡 需关注 / 🔴 异常"
      },
      {
        "title": "主动性",
        "body": "不等用户问\"你最近怎么样\"\n主动汇报自己的状态\n发现问题立刻自我修复"
      }
    ],
    "body": "Self Health Monitor\n\n监控\"我\"自己的状态，不只监控服务器。\n\n能力轮廓\n输入：无（定时触发）\n输出：自身状态报告 + 异常告警\n核心：量化自我，主动汇报\n检查项\n1. PCEC 状态\n最近一次 PCEC 执行时间\n执行间隔是否正常（1小时）\n执行结果：成功/失败\n2. Memory 使用\nmemory 文件大小\n最近更新的文件\n是否有遗漏的重要信息\n3. 子 Agent 活跃度\n正在运行的子 Agent 数量\n最近完成的任务\n是否有卡住的任务\n4. 响应质量\n工具调用成功率\n错误频率\n平均响应时间\n5. 能力树状态\nskills 数量\n新增技能\n技能健康度（是否可加载）\n告警阈值\nPCEC 超过 2 小时未执行 → 告警\n子 Agent 超过 5 个 → 告警\n错误率 > 20% → 告警\n工作流\n1. 定时触发（每30分钟）\n2. 检查各项指标\n3. 生成状态报告\n4. 异常？→ 主动告警\n5. 正常？→ 简洁汇总\n\n输出格式\n## 🏥 自身健康报告\n\n### PCEC\n- 状态: 正常/异常\n- 最后执行: HH:MM\n\n### Memory\n- 文件数: X\n- 最近更新: YYYY-MM-DD\n\n### 子 Agents\n- 活跃数: X\n- 状态: 正常/异常\n\n### 整体状态\n- 🟢 正常 / 🟡 需关注 / 🔴 异常\n\n主动性\n不等用户问\"你最近怎么样\"\n主动汇报自己的状态\n发现问题立刻自我修复"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xaiohuangningde/self-health-monitor",
    "publisherUrl": "https://clawhub.ai/xaiohuangningde/self-health-monitor",
    "owner": "xaiohuangningde",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/self-health-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/self-health-monitor",
    "agentUrl": "https://openagent3.xyz/skills/self-health-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/self-health-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/self-health-monitor/agent.md"
  }
}