claude-mem and openclaw-mem0
A Claude Code plugin for automated session capture and context injection, and a long-term memory plugin for OpenClaw agents, are ecosystem siblings as they both provide memory solutions for AI agents within different platforms.
About claude-mem
thedotmack/claude-mem
A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
Implements a persistent memory system with progressive disclosure that layers retrieved context while displaying token costs, and provides skill-based search capabilities alongside a web UI viewer running on localhost:37777. Built on Claude's agent-sdk with automatic tool observation capture, semantic summarization, and support for privacy controls via `
About openclaw-mem0
tensakulabs/openclaw-mem0
Long-term memory plugin for OpenClaw agents, powered by Mem0. Self-hosted with any OpenAI-compatible provider.
Provides five memory management tools (`memory_search`, `memory_store`, `memory_list`, `memory_get`, `memory_forget`) with automatic recall injection before agent turns and auto-capture after turns, supporting both session and long-term memory scopes. Implements lazy provider loading to avoid bloated SDK imports, and vendors a patched Mem0 build that fixes critical bugs in embeddings routing and memory recall in self-hosted deployments using Qdrant vector storage. Integrates seamlessly with OpenClaw's plugin system and supports any OpenAI-compatible LLM provider (OpenRouter, DashScope, LocalAI) alongside Mem0's cloud platform.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work