OpenClaw Memory Plugin Testing Results and Recommended Stack

Memory Plugin Performance Breakdown
A recent test of OpenClaw memory plugins reveals significant issues with default configurations and provides specific recommendations for effective setups.
Problem with Default Setup
The default markdown setup will quietly destroy your agent over time. Token bloat is real—your instructions get compressed away and your API bill climbs for nothing.
Plugin Tier Rankings
- C tier — Markdown/Obsidian. Fine for strict rules. Disaster as your only memory.
- B tier — Mem0. Great automation, kills your privacy and costs up to 7 cents per message.
- A tier — LanceDB. Fast, private, local. Black box though—hard to debug bad memories.
- A tier — Knowledge graphs (Graphiti). The future. Too experimental right now.
- A tier — SQLite. Not for conversation. Essential for structured data where accuracy matters.
- S tier — QMD. Free, local, surgical. Grabs only what the agent needs instead of loading everything. This is the one.
Recommended Setup
The actual winning setup is a stack: Obsidian as the human-readable layer, QMD to search it without token cost, SQLite for hard data. Run a nightly consolidation script and you basically never think about memory again.
📖 Read the full source: r/clawdbot
👀 See Also

Debugging OpenClaw + Ollama Local Model Timeouts: Five Fixes for Silent Failures
A developer identified five root causes for OpenClaw agents silently timing out with local Ollama models like Gemma 4 26B, including a blocking slug generator, a 38K character system prompt, and hidden timeouts. The fixes involve disabling hooks, modifying configs, and adjusting Ollama settings.

Understanding the .claude/ folder structure for Claude Code configuration
The .claude/ folder contains two directories: project-level for team configuration and global ~/.claude/ for personal preferences. CLAUDE.md files provide instructions that Claude follows throughout sessions, with CLAUDE.local.md for personal overrides.

OpenClaw Installation on MacBook Pro Using Local Homebrew and NVM
A user successfully installed OpenClaw on a MacBook Pro using a non-admin account with local Homebrew, NVM v0.40.4, Python 3.14.3 via pyenv, Node 24, and the Qwen3.5-122B-A10B-MLX-vision-4.7-bit LLM through oMLX.

Camoufox Cookie Injection: Browse Reddit as Yourself While Your Agent Does the Work
A detailed walkthrough on bypassing Reddit bot detection by extracting Firefox cookies and injecting them into Camoufox via Playwright.