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

Context-Kit: Open Source Tool for AI Assistant Configuration
Context-kit is a free tool that generates configuration files and skill documentation for AI coding assistants. It supports Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI.
Claude Prototypes Real Estate Analysis App in 3 Hours Using Live Zillow Data via clawhub
A developer used Claude with the zillow-full clawhub tool to build a rental cash flow analysis app — pulling live Zillow API data, prototyping the UI around real JSON responses, and delivering a working prototype in one afternoon.

nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure
nervx is a pip-installable CLI tool that parses repositories with tree-sitter, builds a SQLite graph of functions and imports, and generates a NERVX.md structural map. It automatically adds instructions to CLAUDE.md that teach Claude to use nervx navigation, reducing grep searches by 65% and output tokens by 48% in testing.

OpenClaw Optimizer v1.18.0 released with OpenClaw v2026.3.7 alignment
OpenClaw Optimizer skill v1.18.0 is now aligned with OpenClaw v2026.3.7, adding support for new AI providers including Google Gemini 3.1 Flash-Lite and OpenAI gpt-5.4, plus new CLI commands like /session idle and /usage cost.