From memex
Search Memex long-term memory for relevant information. Returns facts, notes, and entities matching the query.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have been invoked via the `/recall` slash command.
You have been invoked via the /recall slash command.
Determine the search query.
$ARGUMENTS as the search query.$ARGUMENTS is empty, ask the user what they would like to recall.Search strategy (execute in order, stop when you have useful results):
a. Call memex_memory_search with the query to retrieve atomic facts and memory units.
b. If the results are insufficient, call memex_note_search to search source documents.
c. If keyword-based search yields nothing, call memex_list_entities to browse
the knowledge graph for relevant entities.
Present results.
memex_read_note.npx claudepluginhub jasperhg90/memex --plugin memexSearches ourmem for relevant memories using semantic search API. Useful when users ask to find, recall, search, or remember information.
Searches personal knowledge base via MCP tool with query reformulation, multi-language support, and citation-rich answers.
Recalls past context, decisions, and discussions from Memsy memory. Activates on retrieval-intent queries like "what did we decide" or "search past conversations."