# Send Memory Health Score 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": "memory-health-score",
    "name": "Memory Health Score",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/weidadong2359/memory-health-score",
    "canonicalUrl": "https://clawhub.ai/weidadong2359/memory-health-score",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/memory-health-score",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=memory-health-score",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "agent-amnesia-guide.md",
      "check-health.mjs",
      "package.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/memory-health-score"
    },
    "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/memory-health-score",
    "downloadUrl": "https://openagent3.xyz/downloads/memory-health-score",
    "agentUrl": "https://openagent3.xyz/skills/memory-health-score/agent",
    "manifestUrl": "https://openagent3.xyz/skills/memory-health-score/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/memory-health-score/agent.md"
  }
}
```
## Documentation

### 概述

一个总分让用户快速判断 Agent 记忆系统健康状况。

### 1. 完整性 (30分)

MEMORY.md 存在且有内容 (10分)
memory/INDEX.md 存在 (5分)
近 7 天有日志文件 (10分)
P0 标记使用率 (5分) — 至少 3 个 P0 项

### 2. 新鲜度 (25分)

今日日志已创建 (10分)
MEMORY.md 最近 7 天内更新 (10分)
INDEX.md 最近 3 天内更新 (5分)

### 3. 结构化 (20分)

任务系统 (.issues/) 存在 (10分)
至少 3 个 open issue (5分)
心跳配置正确 (5分)

### 4. 密度 (15分)

MEMORY.md 行数 50-500 (10分) — 太少=信息不足，太多=需压缩
日志文件平均长度 20-200 行 (5分)

### 5. 一致性 (10分)

INDEX.md 与 MEMORY.md 项目一致 (5分)
issue 文件与 INDEX.md 一致 (5分)

### 健康等级

分数等级状态建议90-100🟢 优秀记忆系统运转良好保持当前节奏70-89🟡 良好基本健康，有改进空间检查低分项50-69🟠 警告存在明显问题立即优化0-49🔴 危险记忆系统失效紧急修复

### 使用方法

# 运行评分
openclaw cron add --name "memory-health-check" \\
  --cron "0 9 * * *" --tz "Asia/Shanghai" \\
  --session isolated --agent main \\
  --message "运行记忆健康度评分，生成报告并更新 memory/health-score.json"

### 输出格式

{
  "timestamp": "2026-03-01T09:00:00Z",
  "totalScore": 85,
  "grade": "良好",
  "dimensions": {
    "completeness": { "score": 28, "max": 30, "issues": ["缺少 P0 标记"] },
    "freshness": { "score": 25, "max": 25, "issues": [] },
    "structure": { "score": 15, "max": 20, "issues": ["open issue 不足"] },
    "density": { "score": 12, "max": 15, "issues": ["MEMORY.md 过长"] },
    "consistency": { "score": 5, "max": 10, "issues": ["INDEX 与 MEMORY 不一致"] }
  },
  "recommendations": [
    "添加更多 P0 标记到 MEMORY.md",
    "创建至少 3 个 open issue",
    "压缩 MEMORY.md，移除过时信息"
  ]
}

### 自动修复建议

评分 <70 时，自动触发：

记忆压缩 — 合并重复内容
索引重建 — 同步 INDEX.md
任务清理 — 关闭过期 issue

### 集成到 AgentAwaken

在 Dashboard 显示：

大号分数 (85/100)
彩色进度条
各维度雷达图
一键修复按钮
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: weidadong2359
- 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/memory-health-score)
- [Send to Agent page](https://openagent3.xyz/skills/memory-health-score/agent)
- [JSON manifest](https://openagent3.xyz/skills/memory-health-score/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/memory-health-score/agent.md)
- [Download page](https://openagent3.xyz/downloads/memory-health-score)