Memory Search banner
memvid memvid

Memory Search

Development community intermediate

Description

Search through Claude's persistent memories for specific content, patterns, or keywords. **Usage**: `/mind:search <query> [limit]` Execute the search script with user's query:

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for memvid/claude-brain, shared by 4 entries in this directory. It describes the repository, not this entry specifically.


description: Search memories for specific content or patterns argument-hint: [limit] allowed-tools: Bash

Memory Search

Search through Claude's persistent memories for specific content, patterns, or keywords.

**Usage**: `/mind:search [limit]`

Execute the search script with user's query:

node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "$ARGUMENTS" 10

Examples

  • /mind:search authentication - Find memories related to authentication
  • /mind:search "database schema" - Search for exact phrase
  • /mind:search API errors - Find memories about API errors

Response Format

  • Show matching memories with relevance scores
  • Include timestamps (convert to human-readable format)
  • Highlight matched keywords in context