Save Memory

Save an explicit Codex session note to Crabshell memory. Use when the user asks to remember, save context, or persist decisions.

ZipperBagCoffee Updated

File contents

Save Memory

Summarize only durable context: decisions, changed files, unresolved issues, verification results, and user preferences. Resolve {SKILL_DIR} to the directory containing this SKILL.md and {PROJECT_ROOT} to the active project root, then run:

node "{SKILL_DIR}/scripts/codex-memory.js" save --title="Codex session note" --message="..." --project-dir="{PROJECT_ROOT}"

For longer notes, pipe the note on stdin:

node "{SKILL_DIR}/scripts/codex-memory.js" save --title="Codex session note" --project-dir="{PROJECT_ROOT}"

The script appends to .crabshell/memory/logbook.md and resets the Crabshell counter.

ZipperBagCoffee/memory-keeper-plugin/tree/main/codex-skills/save-memory commit 4872edfeca

Frequently asked questions

npx skillmds@latest add zipperbagcoffee/save-memory-2