Hermes 内存
v1.0.0Hermes风格自驱记忆系统。模仿Hermes Agent的记忆机制,定期自检记忆健康度、自动提醒整理、保持记忆精简高效。
0· 1·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThis skill's code and instructions are consistent with a local 'memory health' checker that reads/writes files in the user's home directory and does not request credentials or network access.
评估建议
This skill appears to do what it says: a local script that inspects MEMORY.md, USER.md, and files under ~/self-improving and writes a local state JSON. Before installing/running: (1) review the script yourself (it is short and included) to confirm you accept it reading the listed directories; (2) ensure the cron example paths (python interpreter and absolute home paths) are adapted to your system—do not copy the hardcoded /home/jdvrommel path; (3) be aware the tool will read potentially sensitiv...详细分析 ▾
✓ 用途与能力
Name/description (Hermes-style self-checking memory system) align with the included script and SKILL.md: the code inspects MEMORY.md and USER.md under the user's workspace and reports suggestions. The additional files referenced (SOUL.md, HEARTBEAT.md, ~/self-improving/) are plausible extensions of the described memory system.
ℹ 指令范围
SKILL.md and memory_health.py limit actions to reading memory files in the user's home (~/.openclaw/workspace/* and ~/self-improving/*) and writing a state file in ~/self-improving. This is within the stated purpose, but SKILL.md contains example cron lines with user-specific hardcoded paths (/home/jdvrommel and a linuxbrew python path) that don't match the script's use of Path.home(); users should update those before installing. The script reads all files in ~/self-improving which may include arbitrary sensitive content—this is expected for a memory-management tool but worth reviewing.
✓ 安装机制
No install spec — the skill is instruction-only with one included Python script. Nothing is downloaded or executed from remote URLs, so there is no high-risk install behavior.
ℹ 凭证需求
No environment variables or external credentials are requested. The script accesses ~/.openclaw/workspace and ~/self-improving; that access is proportional to a local memory-management purpose, but those directories can contain sensitive data, so users should be aware the script will read them and will create a hermes-memory-state.json file in ~/self-improving.
✓ 持久化与权限
The skill does not request elevated privileges, does not set always:true, and does not modify other skills or global agent settings. Cron-based periodic execution is suggested in SKILL.md but is optional and user-controlled.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/17
hermes-memory 1.0.0 发布,提供 Hermes 风格的自驱记忆自检和整理提醒工具。 - 支持定期(每天1次)自动检测 MEMORY.md 和 USER.md 文件的使用率 - 达到设定阈值时主动提醒进行记忆整理 - 自动存档和管理历史记忆,保持文件精简高效 - 提供手动运行和定时任务(cron)两种自检方式 - 与 Hermes Agent 的主要区别:整理建议为手动,记忆上限为建议而非硬性
● 无害
安装命令
点击复制官方npx clawhub@latest install hermes-memory
镜像加速npx clawhub@latest install hermes-memory --registry https://cn.longxiaskill.com 镜像可用