Auto Memory Manager
/install memory-auto-manager
memory-auto-manager
基于内置 memory-lancedb-local-storage 的自动记忆管理 Skill。
功能
- ✅ 会话结束自动触发 → 无需手动输入指令,会话结束自动运行
- ✅ 自动压缩提炼 → 调用 LLM 去掉闲聊、重复内容,保留核心信息
- ✅ 自动分类 → 将内容分为
decision/fact/preference/entity四类 - ✅ 自动写入 → 提炼后的核心内容自动追加到
MEMORY.md永久记忆 - ✅ 自动更新索引 → 写入完成后自动执行
openclaw memory index --force更新本地向量语义索引 - ✅ 完全兼容 → 不修改原有
memory-lancedb-local-storage配置和数据,只是在上层增加自动管理功能
配置
无需额外配置,使用当前 OpenClaw 默认 LLM 进行提炼。
工作流程
- 会话结束 → 触发
session:endhook - 获取完整会话对话
- 调用 LLM 提炼核心要点,分类
- 判断是否值得长期保存(内容太短/无价值跳过)
- 值得保存 → 追加写入
MEMORY.md - 执行
openclaw memory index --force更新向量索引 - 完成,日志输出结果
作者
OpenClaw auto generated
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-auto-manager - After installation, invoke the skill by name or use
/memory-auto-manager - Provide required inputs per the skill's parameter spec and get structured output
What is Auto Memory Manager?
Automatic memory management based on built-in memory-lancedb-local-storage. Auto-extract key points, compress conversation, write to MEMORY.md and update vec... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Auto Memory Manager?
Run "/install memory-auto-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Auto Memory Manager free?
Yes, Auto Memory Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Auto Memory Manager support?
Auto Memory Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Auto Memory Manager?
It is built and maintained by xuchuanyu1 (@xuchuanyu1); the current version is v1.0.0.