.claude/skills/search-vault/SKILL.md
Quick search across Obsidian vault using keywords or semantic similarity
npx skillsauth add abilityai/cornelius search-vaultInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search the Obsidian vault using both semantic and keyword-based search.
Use Local Brain Search for all semantic search operations. Supports two modes:
Note: Usage-based learning is active - searches are tracked and rankings improve over time.
$ARGUMENTS
Semantic Search - Use Local Brain Search:
# For quick lookups, use static mode
/Users/eugene/Dropbox/Agents/Cornelius/resources/local-brain-search/run_search.sh "$ARGUMENTS" --limit 5 --json
# For finding connections, use spreading mode
/Users/eugene/Dropbox/Agents/Cornelius/resources/local-brain-search/run_search.sh "$ARGUMENTS" --mode spreading --limit 5 --json
Keyword Search - Use Grep:
Brain/Retrieve Content - For the top result from semantic search:
Read tool to get full content# Search Results: "$ARGUMENTS"
## Semantic Matches
[Top 5 notes with similarity/activation scores]
## Keyword Matches
[Top 5 notes with context snippets from Grep]
## Top Result Content
[Full content of the most relevant note]
Keep results concise and actionable. Highlight the most relevant findings.
| Source | Location | Read | Write | Description |
|--------|----------|------|-------|-------------|
| Brain notes | Brain/**/*.md | X | | All vault notes for search |
| Local Brain Search index | resources/local-brain-search/ | X | | Vector index for semantic search |
| Memory config | resources/local-brain-search/memory_config.py | X | | Tunable memory parameters |
development
Rebuild the Cornelius voice agent system prompt from knowledge base sources
data-ai
Update dashboard.yaml with current knowledge base metrics from analysis report
documentation
Update Knowledge Graph Changelog
testing
Comprehensive testing playbook for Local Brain Search memory improvements (Phases 1, 3, 4)