Recall

Recall mem9 memories when the user explicitly asks for stored context.

mem9-ai 66f1709 3 files · 7.9 KB Updated

File contents

Mem9 Recall

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.

mem9-ai/mem9/tree/main/codex-plugin/skills/recall commit 66f1709aeb

Frequently asked questions

npx skillmds@latest add mem9-ai/recall