QA Logger — OpenClaw Plugin to Turn AI Chats into a Searchable Diary
QA Logger — OpenClaw Plugin to Turn AI Chats into a Searchable Diary
QA Logger — 将 AI 对话转化为可搜索日志的 OpenClaw 插件
The Problem
问题所在
OpenClaw sessions generate tons of conversations. They’re stored as raw JSON — great for machines, terrible for humans to browse or search. OpenClaw 会话会产生海量对话。这些对话以原始 JSON 格式存储——这对机器来说很友好,但对人类浏览或搜索而言却非常糟糕。
The Solution
解决方案
QA Logger is a lightweight OpenClaw plugin that converts every Q&A pair into a human-readable diary file, organized by date. QA Logger 是一款轻量级的 OpenClaw 插件,它能将每一组问答对转换为按日期整理、人类可读的日志文件。
2026-06-19 17:30:00
User(Q): What’s the weather? 用户(问): 天气怎么样?
AI(A): Sunny, 25°C AI(答): 晴天,25°C
Why It Matters
核心价值
- Better Vector Search — Natural language diaries produce much better semantic matches than raw JSON
- 更佳的向量搜索 — 相比原始 JSON,自然语言日志能产生更好的语义匹配效果。
- Pairs with memory-keeper — Use both together for an unstoppable memory pipeline
- 搭配 memory-keeper 使用 — 两者结合,打造无懈可击的记忆流水线。
- Zero Config — Clone, drop into plugins, restart, done
- 零配置 — 克隆代码,放入插件目录,重启,即可完成。
Install
安装指南
git clone https://github.com/haoyun18881-beep/qa-logger.git
# Drop into your OpenClaw plugins directory
# 放入你的 OpenClaw 插件目录
# Restart Gateway
# 重启网关
# Enable in plugin panel
# 在插件面板中启用
Compatible
兼容性
OpenClaw 5.27 through 6.x. Tested on Windows, macOS, Linux. 兼容 OpenClaw 5.27 至 6.x 版本。已在 Windows、macOS 和 Linux 上完成测试。
GitHub: https://github.com/haoyun18881-beep/qa-logger Docs: https://haoyun18881-beep.github.io/qa-logger/