DEV Community

黑暗森林
黑暗森林

Posted on

QA Logger — OpenClaw Plugin to Turn AI Chats into a Searchable Diary

QA Logger: Turn Every AI Chat Into a Searchable Diary\n\n## The Problem\n\nOpenClaw sessions generate tons of conversations. They're stored as raw JSON — great for machines, terrible for humans to browse or search.\n\n## The Solution\n\n*QA Logger* is a lightweight OpenClaw plugin that converts every Q&A pair into a human-readable diary file, organized by date.\n\n\n2026-06-19 17:30:00\n\nUser(Q):\nWhat's the weather?\n\nAI(A):\nSunny, 25°C\n\n\n## Why It Matters\n\n- Better Vector Search — Natural language diaries produce much better semantic matches than raw JSON\n- Pairs with memory-keeper — Use both together for an unstoppable memory pipeline\n- Zero Config — Clone, drop into plugins, restart, done\n\n## Install\n\nash\ngit clone https://github.com/haoyun18881-beep/qa-logger.git\n# Drop into your OpenClaw plugins directory\n# Restart Gateway\n# Enable in plugin panel\n\n\n## Compatible\n\nOpenClaw 5.27 through 6.x. Tested on Windows, macOS, Linux.\n\nGitHub: https://github.com/haoyun18881-beep/qa-logger\nDocs: https://haoyun18881-beep.github.io/qa-logger/

Top comments (0)