qa-logger

English below

把你和 AI 的每一轮对话都记成日记。


干嘛的

OpenClaw 插件。每次对话,自动写到 memory/dialog/gateway/,按天分文件。格式人看的那种:

时间: 2026-06-19 17:30:00

用户(Q):
今天天气怎么样

AI(A):
晴天,25度

配置称呼

打开 openclaw.plugin.json

{
  "userName": "用户",
  "assistantName": "AI"
}

改成你喜欢的。改完重启 Gateway。


配合 memory-keeper

如果你在用 memory-keeper,装了 qa-logger 向量搜索会更准——自然语言日记比 JSON 结构更适合语义匹配。两个插件搭着用,远古记忆效果翻倍。


安装

丢进 OpenClaw plugins 目录,重启 Gateway,插件面板里启用。


License

BUSL 1.1 → 2029 年转 Apache 2.0


联系

haoyun18881@gmail.com


qa-logger

Logs every AI conversation as a human-readable diary.


What

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

Configure names

Edit openclaw.plugin.json:

{
  "userName": "User",
  "assistantName": "AI"
}

Restart Gateway after changes.


Pair with memory-keeper

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.


Install

Drop into OpenClaw’s plugins folder. Restart Gateway. Enable in plugin panel.


License

BUSL 1.1 → Apache 2.0 in 2029


Contact

haoyun18881@gmail.com