From ruflo-rag-memory
Quick semantic recall — searches all memory namespaces with MMR diversity and recency weighting
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 with MMR diversity reranking. For richer results when ruvector is available: This searches across patterns, tasks, solutions, feedback, security, and claude-memories namespaces. Results are ranked by composite score: cosine similarity * MMR diversity * recency decay. If no arguments provided, show recent memory entries:
$ARGUMENTS
Semantic recall across all memory namespaces using HNSW vector search with MMR diversity reranking.
npx @claude-flow/cli@latest memory search --query "$ARGUMENTS" --limit 5
For richer results when ruvector is available:
npx ruvector search "$ARGUMENTS" --hybrid --limit 5
This searches across patterns, tasks, solutions, feedback, security, and claude-memories namespaces. Results are ranked by composite score: cosine similarity * MMR diversity * recency decay.
If no arguments provided, show recent memory entries:
npx @claude-flow/cli@latest memory list --limit 10
npx claudepluginhub meefs/claude-code-flow --plugin ruflo-rag-memory22plugins reuse this command
First indexed May 13, 2026
Showing the 6 earliest of 22 plugins
/recallRecalls memories from past Claude Code sessions via the memoir system. Queries by argument with optional --include-metrics flag for telemetry data.
/recallSearches CortexDB global brain for memories and knowledge relevant to the query, expands it with keywords and aliases, and summarizes findings with source IDs.
/recallSearches Honeycomb's memory for prior context matching a query, retrieves relevant hits, and presents summaries with drill-down capability.
/recallRetrieves a memory by exact key, partial key match, or fuzzy value search across project and global stores. Logs access and updates memory vitality tracking with confidence scoring and decay.
/recallSearches Pensyve memory by semantic similarity and text matching, returning ranked results from episodic, semantic, and procedural memory groups.
/recallSearches session history logs by concept keyword, returning matching sessions with relevant bullets and decisions. Results sorted newest-first with deduplication.