Long-term memory for every AI agent — one command to install.
# One command (curl the install script)
curl -fsSL https://logicmem.io/install/openclaw.sh | bash
# OR clone and run locally
git clone https://github.com/logicframe/logicmem-openclaw.git
cd logicmem-openclaw
./install.sh6 memory tools + proactive recall injected into every OpenClaw agent:
logicmem_memory_log → Store anything permanently
logicmem_memory_recall → Search past context
logicmem_memory_session → Full session briefing
logicmem_memory_outcome → Track what worked
logicmem_memory_stats → Storage stats
logicmem_memory_health → Health check
Plus automatic memory injection — no voluntary call needed.
- OpenClaw >= 2024.1.0
- Node.js >= 18
- LogicMem API key (free at https://memory.logicframe.io/dashboard)
{
"plugins": {
"entries": {
"logicmem-memory": {
"enabled": true,
"config": {
"apiKey": "YOUR_API_KEY",
"baseUrl": "http://5.78.202.35:8421"
}
}
}
}
}Or via environment:
export MEMORY_API_KEY=your_api_key_hereThis plugin ships with enabledByDefault: true in its manifest. When accepted into OpenClaw core, it will be enabled out-of-the-box for all new OpenClaw users.
MIT — LogicFrame LLC, edcreed@logicframe.io