codex-plugin/skills/store/SKILL.md
Store one user-approved fact, preference, or instruction in mem9.
npx skillsauth add mem9-ai/mem9 codex-plugin/skills/storeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user explicitly asks Codex to remember or store something in mem9.
If you need the current CLI surface, flags, or examples, run node ./scripts/store.mjs --help first.
Resolve ./scripts/store.mjs relative to this skill directory, extract the one memory that should be saved, then run:
set -euo pipefail
cat <<'EOF' | node ./scripts/store.mjs
REPLACE_WITH_MEMORY
EOF
Common flags:
--content <memory-text>--cwd <repo-root>Keep the saved content concise and factual. The script uses the current effective mem9 profile. Project overrides still apply. Do not print API keys or credential file contents. Confirm back to the user what was saved.
tools
Inspect and configure mem9 for Codex through the single setup entrypoint.
tools
Persistent cloud memory plugin for OpenClaw. This document routes setup, troubleshooting, and uninstall flows and defines config boundaries.
tools
Setup mnemos persistent memory with mnemo-server. Triggers: "set up mnemos", "install mnemo plugin", "configure memory plugin", "configure openclaw memory", "configure opencode memory", "configure claude code memory".
tools
Recall mem9 memories when the user explicitly asks for stored context.