把你和 AI 的每一轮对话都记成日记。
OpenClaw 插件。每次对话,自动写到 memory/dialog/gateway/,按天分文件。格式人看的那种:
时间: 2026-06-19 17:30:00
用户(Q):
今天天气怎么样
AI(A):
晴天,25度
打开 openclaw.plugin.json:
{
"userName": "用户",
"assistantName": "AI"
}
改成你喜欢的。改完重启 Gateway。
如果你在用 memory-keeper,装了 qa-logger 向量搜索会更准——自然语言日记比 JSON 结构更适合语义匹配。两个插件搭着用,远古记忆效果翻倍。
丢进 OpenClaw plugins 目录,重启 Gateway,插件面板里启用。
BUSL 1.1 → 2029 年转 Apache 2.0
haoyun18881@gmail.com
Logs every AI conversation as a human-readable diary.
An OpenClaw plugin. Every Q&A pair gets written to memory/dialog/gateway/, one file per day:
Time: 2026-06-19 17:30:00
User(Q):
How's the weather?
AI(A):
Sunny, 25°C
Edit openclaw.plugin.json:
{
"userName": "User",
"assistantName": "AI"
}
Restart Gateway after changes.
If you use memory-keeper, qa-logger makes vector search more accurate — natural-language diaries match better than raw JSON. The two plugins belong together.
Drop into OpenClaw’s plugins folder. Restart Gateway. Enable in plugin panel.
BUSL 1.1 → Apache 2.0 in 2029
haoyun18881@gmail.com