codex-plugin/skills/recall/SKILL.md
Recall mem9 memories when the user explicitly asks for stored context.
npx skillsauth add mem9-ai/mem9 codex-plugin/skills/recallInstall 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 to look up saved memories or recover prior context on demand.
If you need the current CLI surface, flags, or examples, run node ./scripts/recall.mjs --help first.
Resolve ./scripts/recall.mjs relative to this skill directory, extract the recall query from the current request, then run:
set -euo pipefail
cat <<'EOF' | node ./scripts/recall.mjs
REPLACE_WITH_SEARCH_QUERY
EOF
Common flags:
--query <query>--limit <count>--cwd <repo-root>The script uses the current effective mem9 profile. Project overrides still apply. Do not print API keys or credential file contents. Return only the memories that help with the current request.
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
Store one user-approved fact, preference, or instruction in mem9.