← 返回 Skills 市场
Willow Memory Health
作者
Sean Campbell
· GitHub ↗
· v1.0.0
· MIT-0
68
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install willow-memory-health
功能描述
Audit an OpenClaw agent's memory for staleness, redundancy, dark records, and contradictions. Use when a user asks to check memory health, clean up old memor...
安全使用建议
This skill appears to do what its name says: it reads your memory (.md) files, scores them, and reports candidates for archiving/merging. Before running it, confirm the exact memory directory you want scanned. Be aware the script will read the full contents of any markdown files under that directory (so it will surface any sensitive text stored there). DARK detection requires the qmd CLI — if you don't have it the tool will skip that check. The script as bundled only reports issues; any file moves or edits are performed by the agent after you confirm — review the list of files the agent plans to change before approving. Finally, SKILL.md mentions appending a summary to memory when 'memory writes' are enabled, but the bundled script does not perform that append itself — if you enable agent memory writes, verify what the agent will append and consider running the tool with --json or in a sandbox first.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill scans .md memory files, scores age, redundancy, dark records (via qmd), and contradictions. The only required binary is python3, which is appropriate and proportionate.
Instruction Scope
SKILL.md stays mostly within scope (asks for memory directory, runs the included Python script, explains qmd usage, and requires confirmation before changes). Two minor mismatches: SKILL.md documents append-only 'memory writes' when the user opts in, but the included script only reports and does not perform appends or moves; and the SKILL.md lists cleanup actions (archive/merge) which are described as agent-driven — those file-modifying steps would be performed outside the report script, so installing this skill grants the agent the ability to propose and (with confirmation) perform filesystem operations. Reading all .md files in the specified directory is required for the task but does expose all memory contents to the agent/report.
Install Mechanism
Instruction-only install (script bundled); no downloads or external install steps. Low risk from install mechanism.
Credentials
No environment variables, credentials, or config paths are requested. The skill optionally invokes the qmd CLI if available, which is consistent with DARK detection behavior.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent platform privileges. The SKILL.md encourages user confirmation before file moves. Note that actual cleanup (moving/archiving) is an agent action outside the script and therefore depends on agent permissions and user consent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install willow-memory-health - 安装完成后,直接呼叫该 Skill 的名称或使用
/willow-memory-health触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of willow-memory-health: audit and maintain OpenClaw agent memory quality.
- Identifies STALE, DEAD, REDUNDANT, DARK, and CONTRADICTION issues in memory files with clear definitions.
- Provides actionable recommendations and cleanup options for each memory health issue.
- Guides users through running diagnostics, interpreting reports, and making informed cleanup decisions.
- Offers integration with qmd for DARK record detection and supports memory archiving, deduplication, and contradiction review.
- Ensures all actions require user confirmation before modifying or moving files.
- Optionally appends audit summaries to memory logs without overwriting previous entries.
元数据
常见问题
Willow Memory Health 是什么?
Audit an OpenClaw agent's memory for staleness, redundancy, dark records, and contradictions. Use when a user asks to check memory health, clean up old memor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。
如何安装 Willow Memory Health?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install willow-memory-health」即可一键安装,无需额外配置。
Willow Memory Health 是免费的吗?
是的,Willow Memory Health 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Willow Memory Health 支持哪些平台?
Willow Memory Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Willow Memory Health?
由 Sean Campbell(@rudi193-cmd)开发并维护,当前版本 v1.0.0。
推荐 Skills