Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -32% | 0% |
/mnt/d/Obsidian Vault/AI Research/
Mostly flat at root level.
Ralph Wiggum Index.md, Skills Index.md, RAG Index.md)[[wikilinks]] syntax: [[Note Title]][[wikilinks]]bash# Search by filename find "/mnt/d/Obsidian Vault/AI Research/" -name "*.md" | grep -i "keyword" # Search by content grep -rl "keyword" "/mnt/d/Obsidian Vault/AI Research/" --include="*.md"
Or use Grep/Glob tools directly on the vault path.
[[wikilinks]] to related notes at the bottomSearch for [[Note Title]] across the vault to find backlinks:
bashgrep -rl "\\[\\[Note Title\\]\\]" "/mnt/d/Obsidian Vault/AI Research/"
bashfind "/mnt/d/Obsidian Vault/AI Research/" -name "*Index*"
Other measured skills in the registry, with their headline benchmark lift.