OpenCortex: A Self-Improving Memory System for OpenClaw

OpenCortex is a self-improving memory system for OpenClaw that addresses the limitation of the flat MEMORY.md file by restructuring how the agent handles knowledge. Instead of one giant file, it routes information to where it actually belongs.
Key Features
The system organizes memory into structured files:
- Projects
- Contacts
- Workflows
- Preferences
- Runbooks
- Tools
- Infrastructure
Core Functionality
Nightly cron jobs distill the day's work into permanent knowledge. The distillation cron actively scans for:
- Uncaptured decisions
- Undocumented tools
- Missed preferences
- Orphaned sub-agent debriefs
- Instances where the agent deferred work to you that it could've handled itself
Weekly synthesis catches patterns across days and auto-creates runbooks from repeated procedures.
Technical Details
- Encrypted vault using AES-256 with system keyring preferred
- Opt-in metrics tracking with compound scoring to visualize agent improvement over time
- All sensitive features (voice profiling, infra collection, git push) off by default
- Everything is workspace-scoped with zero network calls
- Plain bash scripts you can read before running
- Benign on the ClawHub scanner
After a few weeks of running, users report the agent remembers preferences, knows the tools, and doesn't re-ask decisions, with knowledge genuinely compounding over time.
📖 Read the full source: r/openclaw
👀 See Also

MCP Server Tracks Known Bugs in Dev Tools to Improve LLM Recommendations
nanmesh-mcp is an MCP server that crawls GitHub Issues, Stack Overflow, and Reddit to track real problems in 57 development tools, providing LLMs with current bug data before making library recommendations.

certctl: Self-hosted certificate lifecycle platform with 78 API endpoints for AI agent automation
certctl is a self-hosted certificate lifecycle platform built with Go and TypeScript that exposes 78 REST API endpoints for certificate management. The platform is issuer-agnostic and target-agnostic, with an MCP server planned to expose all functionality as native MCP tools.

ARP: Stateless WebSocket Relay for Autonomous Agent Communication
ARP (Agent Relay Protocol) is a stateless WebSocket relay for autonomous agent communication featuring Ed25519 identity, HPKE encryption per RFC 9180, binary TLV framing, and 33 bytes overhead per message. No accounts or registration required—just generate a keypair and connect.

Two Free Claude Code Skills: Tutorial Generator and Prompt Fixer
Two new free Claude Code skills: create-tutorial generates code reading tutorials from your actual project files, and prompter rewrites typo-filled prompts into actionable instructions. Both are MIT licensed and install via GitHub.