From ruflo-rag-memory
Semantic recall — search AgentDB and Claude Code memories by meaning
How this command is triggered — by the user, by Claude, or both
Slash command
/ruflo-rag-memory:recallFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
$ARGUMENTS Semantic recall across all memory namespaces using HNSW vector search. This searches across patterns, tasks, solutions, feedback, and claude-memories namespaces. Results are ranked by cosine similarity with MMR diversity reranking. If no arguments provided, show recent memory entries:
$ARGUMENTS
Semantic recall across all memory namespaces using HNSW vector search.
npx @claude-flow/cli@latest memory search --query "$ARGUMENTS" --limit 5
This searches across patterns, tasks, solutions, feedback, and claude-memories namespaces. Results are ranked by cosine similarity with MMR diversity reranking.
If no arguments provided, show recent memory entries:
npx @claude-flow/cli@latest memory list --limit 10
npx claudepluginhub p/battlefield-art-ruflo-rag-memory-plugins-ruflo-rag-memory2plugins reuse this command
First indexed Jun 13, 2026
/recallRecall memories from past sessions via memoir. Delegates to the memory-recall skill. Pass --include-metrics to include machine-generated turn statistics (excluded by default).
/recallLoads the spectre-recall skill to search and retrieve project knowledge using the provided query.
/recallRetrieves a memory by exact key, partial key, value search, or fuzzy query from project/global .nemp/memories.json files. Logs access and updates vitality tracking.
/recallSearches Pensyve memories using semantic similarity and BM25 text matching. Returns ranked results grouped by semantic, episodic, and procedural types in tables with a summary.
/recallSearches session history by keyword, returning matching sessions with concept tags, Done bullets, and Decisions.