From anchored
Searches persistent memory (hybrid vector + BM25) for anchored memories and displays top 5 results with category, project, and content snippet.
How this command is triggered — by the user, by Claude, or both
Slash command
/anchored:search <query>The summary Claude sees in its command listing — used to decide when to auto-load this command
Search Anchored memory for: $ARGUMENTS Call the `anchored_search` MCP tool with the query above. If the user did not pass a query (the argument is empty), ask them what they want to search for. Show the top 5 results inline: each result's category, project, and the first 200 characters of content. End with the result IDs so the user can copy them for `anchored update` or `anchored forget`. ## Remote Search When the user mentions a project or context that might have remote memories, use `--remote` to search the remote server instead of (or in addition to) local search. - `--remote` (no ...
Search Anchored memory for: $ARGUMENTS
Call the anchored_search MCP tool with the query above. If the user did not pass a query (the argument is empty), ask them what they want to search for.
Show the top 5 results inline: each result's category, project, and the first 200 characters of content. End with the result IDs so the user can copy them for anchored update or anchored forget.
When the user mentions a project or context that might have remote memories, use --remote to search the remote server instead of (or in addition to) local search.
--remote (no value): search on the default remote server--remote=name: search on a named remote serverIf the remote search fails (403, network error), the tool automatically falls back to local search and prints a warning — the flow never breaks.
npx claudepluginhub aronpc/anchored --plugin anchored3plugins reuse this command
First indexed May 23, 2026
/searchSearches persistent memory (hybrid vector + BM25) for anchored memories and displays top 5 results with category, project, and content snippet.
/memory-searchSearches Forgetful knowledge base semantically for memories using a query with context, showing top 5 results with scores, snippets, tags, and links.
/contextSearches memories by keyword with smart term expansion, matching keys and values in project and global memory files.
/searchSearches stored CORE memory for relevant past conversations, user preferences, project context, and decisions. Supports optional space/project filtering.
/recallSearches persistent memories by query or lists recent project ones (limit 20), showing ID, category, importance, content, tags, domain in numbered list with refine, view, delete actions.