How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-om:recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Retrieve and display observations from the observational memory system.
Retrieve and display observations from the observational memory system.
Determine the memory directory by running:
python3 -c "import os; print(os.path.expanduser('~/.claude/projects/' + os.getcwd().replace('/','-') + '/memory/'))"
Read the observations file (observations.md) from that directory.
If no arguments provided ($ARGUMENTS is empty):
If a search topic is provided ($ARGUMENTS):
Also check MEMORY.md in the same directory for any related curated facts.
Present the results in a clear, organized format.
npx claudepluginhub turlockmike/claude-om --plugin claude-omFull-text search and management of past work, memories, project history, and session notes with token-efficient browsing.
Searches agentmemory for past observations, sessions, and learnings matching a query. Groups results by session, shows type/title/narrative, highlights importance >=7. Triggers on 'recall', 'remember', or prior context needs.
Searches persistent cross-session memory database (claude-mem) to retrieve past work, decisions, and context. Use when user asks about prior sessions or solutions.