Stats
Actions
Tags
Search memory files for keywords, patterns, or categories
How this command is triggered — by the user, by Claude, or both
Slash command
/swannysec-context-keeper:memory-searchThe summary Claude sees in its command listing — used to decide when to auto-load this command
Search across memory files for keywords, patterns, or past decisions. **Usage:** **Flags:** - `--global` — Include global memory (`~/.claude/memory/`) - `--sessions` — Include session files (last 30 days) - `--category <name>` — Filter to entries with matching category tag Results are grouped by file with line numbers and category tags.
Search across memory files for keywords, patterns, or past decisions.
Usage:
/memory-search <query>
/memory-search --global <query>
/memory-search --sessions <query>
/memory-search --category <name> <query>
Flags:
--global — Include global memory (~/.claude/memory/)--sessions — Include session files (last 30 days)--category <name> — Filter to entries with matching category tagResults are grouped by file with line numbers and category tags.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin swannysec-context-keeper/memory-searchSearches the Forgetful knowledge base semantically with a user query. Returns memories with importance scores, content snippets, tags, and linked memories for verifying knowledge or retrieving specific information.