Search origin memory by query
recallskillsetup L1★3,035
davepoon/buildwithclaude ↗What it does
Query and retrieve memories by text search, tags, entities
Best for
Retrieving durable facts and decisions during exploration without full-context load.
Inputs
- · Query text (free-form search)
- · Optional: entity filter
- · Optional: tag filter
- · Optional: memory_type filter
Outputs
- · Matching memories (up to N results)
- · Source context (mem_XXX IDs)
- · Related memories (graph traversal)
Requires
- · Origin MCP (recall, search)
- · Bash (optional fuzzy matching)
Preconditions
Origin daemon running; at least one captured memory in scope
Failure modes
- · Query too broad → too many results
- · Related memories not connected (orphan memories)
- · Stale cache if daemon not refreshed
Trust signals
- · Relevance ranking
- · Source memory IDs cited
- · Entity + tag filters available
- · Related memory graph