# Send Self Health Monitor 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/self-health-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=self-health-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Self Health Monitor

监控"我"自己的状态，不只监控服务器。

### 能力轮廓

输入：无（定时触发）
输出：自身状态报告 + 异常告警
核心：量化自我，主动汇报

### 1. PCEC 状态

最近一次 PCEC 执行时间
执行间隔是否正常（1小时）
执行结果：成功/失败

### 2. Memory 使用

memory 文件大小
最近更新的文件
是否有遗漏的重要信息

### 3. 子 Agent 活跃度

正在运行的子 Agent 数量
最近完成的任务
是否有卡住的任务

### 4. 响应质量

工具调用成功率
错误频率
平均响应时间

### 5. 能力树状态

skills 数量
新增技能
技能健康度（是否可加载）

### 告警阈值

PCEC 超过 2 小时未执行 → 告警
子 Agent 超过 5 个 → 告警
错误率 > 20% → 告警

### 工作流

1. 定时触发（每30分钟）
2. 检查各项指标
3. 生成状态报告
4. 异常？→ 主动告警
5. 正常？→ 简洁汇总

### 输出格式

## 🏥 自身健康报告

### PCEC
- 状态: 正常/异常
- 最后执行: HH:MM

### Memory
- 文件数: X
- 最近更新: YYYY-MM-DD

### 子 Agents
- 活跃数: X
- 状态: 正常/异常

### 整体状态
- 🟢 正常 / 🟡 需关注 / 🔴 异常

### 主动性

不等用户问"你最近怎么样"
主动汇报自己的状态
发现问题立刻自我修复
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xaiohuangningde
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/self-health-monitor)
- [Send to Agent page](https://openagent3.xyz/skills/self-health-monitor/agent)
- [JSON manifest](https://openagent3.xyz/skills/self-health-monitor/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/self-health-monitor/agent.md)
- [Download page](https://openagent3.xyz/downloads/self-health-monitor)