Maintained by 半斤九两科技.
This is the Codex-adapted variant of Mars Memory Engine. It keeps the durable learning workflow from the main project while intentionally dropping OpenClaw-specific runtime concerns.
- Capture corrections, failures, and reusable patterns in Markdown.
- Promote durable lessons into stable operating docs.
- Keep
MEMORY.mdindex-like and lightweight. - Distill large topic histories into reusable skills later.
SKILL.md— Codex skill behavior and triggerstemplates/— starter Markdown files for a Codex memory workspacescripts/install_for_codex.sh— installs the skill into~/.codex/skills/
- Logs failures into
memory/ERRORS.md - Logs corrections and lessons into
memory/LEARNINGS.md - Promotes durable items into:
SOUL.mdAGENTS.mdTOOLS.mdmemory/topics/*.md
- Escalates repeated problems into rules
- No LanceDB
- No embeddings
- No OpenClaw plugin interface
- No guild/private/shared isolation
./for-codex/scripts/install_for_codex.shThis installs the skill package into:
~/.codex/skills/mars-memory-engine-for-codex
codex-memory/
├── MEMORY.md
├── SOUL.md
├── AGENTS.md
├── TOOLS.md
└── memory/
├── ERRORS.md
├── LEARNINGS.md
├── FEATURE_REQUESTS.md
├── topics/
└── archive/