OpenClaw Shared Memory Plugin: SQLite-Based Multi-Agent Coordination

A developer has created a shared memory plugin for OpenClaw multi-agent environments to address the isolation problem where agents operate without knowledge of each other's decisions and context. The plugin uses SQLite and Markdown as the source of truth, requiring no external services, Docker, or internet connection—it works offline with a local embedding model by default.
Key Features
- Memory Sharing: Agents can explicitly share memories using a
memory_sharetool, or operate in implicit mode where a cheap model automatically extracts and shares context after each turn. - Access Control: Not all memories are shared with every agent; there's basic access control to manage what information is distributed.
- Entity and Relationship Tracking: The system tracks entities and relationships across agents, so information like "Alice manages the auth team" becomes known to all agents, not just the one that learned it.
- Contradiction Detection: The plugin flags when two agents have contradicting information, helping maintain consistency.
- CLI Tools: Includes a command-line interface to inspect shared memory, find contradictions, and rebuild the index.
The plugin was developed in response to workarounds like using Google Sheets for shared context, which the author found inadequate. It's designed to be consistent with how OpenClaw operates, focusing on simplicity and local functionality. The current implementation is available on GitHub, though it still lacks features like memory pruning and per-agent granular access control lists (ACLs).
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw iOS app adds historical Apple Health data sync up to 18 months
The latest version of the OpenClaw iOS app enables historical Apple Health data export, allowing users to sync up to 18 months of health data to their agent for personalized insights or AI training.

Reverse-Engineered Airtable Internal API Exposed via MCP: 60+ Tools for Claude Code
A developer reverse-engineered Airtable's internal API and built an MCP server with 60+ tools, letting Claude Code and 15+ IDEs control database views, computed fields, and extensions. Already used by 2000+ users, it's free and open source.

TideSurf: DOM compression tool reduces web agent token usage 30x, speeds TTFT 12x
TideSurf v0.3 converts rendered DOM to markdown-like compressed format, reducing token consumption by 32x on GitHub pages versus raw DOM while adding 18 interactive tools for LLM agents.

OpenYak: Open-Source Desktop AI Agent for Local File Management and Automation
OpenYak is an open-source desktop AI assistant that runs entirely on your machine, offering file management, data analysis, and office automation with 100+ AI models through OpenRouter and 20+ BYOK providers.