🦀 ClawHub
记忆索引管理器
by @zxc159620352
记忆索引系统。用于管理长期项目记忆、自动维护索引、快速定位历史项目。仅在用户明确说"回忆一下""remember""recall"时触发读取,写入与OpenClaw原生机制保持一致,索引维护在后台自动进行。
⚙️ Configuration
memory-index-manager/config.json:
{
"consolidationThreshold": 3,
"autoProposeIndex": true,
"categories": ["Projects", "Major Events", "Decisions", "Preferences"],
"indexFile": "memory/INDEX.md",
"consolidatedDir": "memory/consolidated",
"recallTriggers": ["回忆一下", "remember", "recall", "记不记得"]
}
📋 Tips & Best Practices
TERMINAL
clawhub install memory-index-manager