← 返回 Skills 市场
426
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-health-score
功能描述
Provides a comprehensive score (0-100) evaluating the Agent's memory system health across completeness, freshness, structure, density, and consistency.
安全使用建议
This skill appears coherent and limited to reading/writing files in the agent workspace and producing a JSON health report — it does not make network calls or ask for credentials. Before installing or enabling autonomous runs: 1) review check-health.mjs to confirm its filesystem targets are acceptable (it will read MEMORY.md, memory/*.md, .issues, HEARTBEAT.md and write memory/health-score.json); 2) be aware SKILL.md mentions automatic repair and dashboard UI, but those are not implemented in the provided script — do not assume the skill will auto-modify your memory files; 3) if you plan to run it on a sensitive workspace, run it first in an isolated session or inspect the repo for any additional repair scripts it references; 4) consider whether you want the agent to invoke this autonomously (normal default) or only run it manually via the cron command.
功能分析
Type: OpenClaw Skill
Name: memory-health-score
Version: 1.0.0
The skill is classified as suspicious due to potential prompt injection vectors in the markdown files. Specifically, SKILL.md contains instructions for the AI agent to 'automatically trigger' memory compression, index rebuilding, and task cleaning if the health score is low. While these actions are related to the skill's stated purpose of memory health, they instruct the agent to perform further actions without explicit user confirmation, which is a risky capability. Additionally, agent-amnesia-guide.md, a documentation file, includes shell commands (e.g., `git`, `cat | grep`, `node` calls to other local scripts) as 'Acute Treatment' suggestions. An AI agent could potentially interpret and execute these commands if prompted to 'fix' its memory, posing a risk of unintended execution, even though the commands themselves are related to memory management and not overtly malicious.
能力评估
Purpose & Capability
The name/description describe a memory health scorer and the included check-health.mjs performs exactly that: reads workspace files (MEMORY.md, memory/*.md, memory/INDEX.md, .issues, HEARTBEAT.md), computes scores, prints JSON, and writes memory/health-score.json. Required envs/binaries are none (code optionally uses OPENCLAW_WORKSPACE), which is proportionate to the stated purpose. Minor note: SKILL.md and agent-amnesia-guide reference auto-repair actions and dashboard UI, but the shipped script only computes and writes a score — it does not perform the automatic fixes or UI integration.
Instruction Scope
Runtime instructions are narrowly scoped to inspecting and scoring files inside the agent workspace and scheduling runs with openclaw cron. They do not attempt to read unrelated system files or network endpoints. However SKILL.md describes automatic repair flows (compression, index rebuild, task cleanup) and one-click dashboard fixes; those are advisory and not implemented by check-health.mjs. The agent-amnesia-guide references other scripts (e.g., rebuild-index.mjs, dedup.mjs) which are not present in this package — callers should not assume auto-fix behavior exists.
Install Mechanism
No install spec — instruction-only with a single utility script. No downloads, package installs, or external installers are present, so nothing additional would be fetched or executed beyond the included Node script.
Credentials
The skill requests no credentials or configuration paths. The script optionally uses OPENCLAW_WORKSPACE (defaulting to cwd) to locate files and writes memory/health-score.json inside that workspace — this is reasonable for a health-checking tool. There are no requests for unrelated secrets or cloud credentials.
Persistence & Privilege
always: false and no special privileges requested. The skill will run only when invoked (user-invocable or agent-initiated under normal autonomous-invocation rules). It writes a report file to the workspace (expected behavior) but does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-health-score - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-health-score触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:记忆健康度评分系统,5大维度评估
元数据
常见问题
Memory Health Score 是什么?
Provides a comprehensive score (0-100) evaluating the Agent's memory system health across completeness, freshness, structure, density, and consistency. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 426 次。
如何安装 Memory Health Score?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-health-score」即可一键安装,无需额外配置。
Memory Health Score 是免费的吗?
是的,Memory Health Score 完全免费(开源免费),可自由下载、安装和使用。
Memory Health Score 支持哪些平台?
Memory Health Score 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Health Score?
由 ceelo(@weidadong2359)开发并维护,当前版本 v1.0.0。
推荐 Skills