OpenClaw CoreBrain Plugin: Persistent Memory for AI Coding Agents

OpenClaw Memory Plugin Solves Persistent Context Problems
The OpenClaw CoreBrain plugin addresses fundamental memory issues in OpenClaw where the AI agent writes to memory but then acts like it never happened, requiring users to re-explain everything in new sessions.
Core Problems Identified
- Memory is optional - the model decides whether to invoke memory tools and frequently skips this step
- The memory.md file lives in the context window and gets wiped during compaction
- No project separation exists, and searches often return noise with no way to trace where answers originated
CoreBrain Solution
The plugin stores memory outside the context window in a knowledge graph and auto-injects it before every query. This eliminates tool calls and the "choosing to remember" problem.
Installation and Compatibility
Install with: openclaw plugins install /openclaw-corebrain
The plugin is open-source and works with other AI agents including Claude Code, Cursor, and Codex. It can be self-hosted from the repository at RedplanetHQ/core.
📖 Read the full source: r/openclaw
👀 See Also

Slate: Open-Source macOS AI Chat App with Built-in Browser
Slate is a native macOS app that combines AI chat and web browsing in a single window, supporting Anthropic, OpenAI, Gemini, and Ollama models. It's built with SwiftUI and WebKit, runs light on resources, and is MIT licensed.

WhatsApp AI Assistant Built with Claude Code as OpenClaw Alternative
A developer built a WhatsApp AI assistant using Claude Code as the agentic brain, with a local relay server for WhatsApp webhooks and MCP server bridging. The project includes Arcade for scoped auth to Google Calendar, Gmail, and Slack.

Rails-AI-Context Gem Provides Claude Code with Complete Rails App Model via MCP
The rails-ai-context gem auto-introspects Rails applications and exposes 39 tools via MCP, allowing Claude Code to query specific app details like schema with encrypted columns, model associations, routes, Stimulus wiring, and Turbo mappings instead of reading entire files.

9 Building Blocks for Running Claude Code as a Persistent OS Across 18 Businesses
One developer runs 18 Claude Code instances as a shared OS with selective sync, state moved to MCP servers, receipt-based verification, and auto-loading rules. Details the architecture.