← All Skills
🧠
memU (Cross-Agent Memory)
A lightweight, agent-driven memory system that gives you a shared knowledge wiki across sessions, agents and devices, and automatically distills reusable Markdown skills from your history. Its core memory logic is only ~500 lines — compact enough to inspect. Installs via SKILL.md and works with Claude Code, Codex, Cursor, OpenClaw and more.
Key Features
- Memory across sessions/agents
- Knowledge stored as a wiki
- Auto-distills reusable skills
- Core logic in ~500 lines
Installation
Get an API key from memu.so, then send your agent this message:
"Read https://memu.pro/SKILL.md, follow its instructions to install and configure memU, API Key is memu_..."
It installs the package, detects the host, configures the memory backend, registers a scheduled bridging task and verifies each step.
How to Use
After setup, memory is captured automatically by a scheduled task (Memorize) and pulled into later tasks (Retrieve). You can also retrieve manually from the CLI, e.g. memu-codex retrieve "What should I remember about this project?" (commands vary by host: memu-claude-code, memu-cursor, etc.). Judgment and synthesis stay inside the agent; MemoryService only stores, embeds and retrieves.
Requirements
A memu.so API key, Python 3.13+, and a supported host agent (Claude Code, Codex, Cursor, OpenClaw, Hermes, WorkBuddy, etc.).
Related Skills