What problem does it solve? Finding the right page or passage in a large Obsidian wiki vault is slow when keyword search misses semantically related content and raw clipped evidence sits outside the normal index. This Skill performs read-only, tiered retrieval over the vault and returns exact path:line matches you can cite directly. ## Core Features & Use Cases - Hybrid retrieval: Combines Obsidian keyword lookup with an Ollama-backed chunk-level semantic index fused via Reciprocal Rank Fusion, with a stderr status line disclosing any degraded channel. - Raw evidence search: The --include-raw flag searches immutable clipped sources in raw/ alongside the synthesized wiki/ pages in one call. - Evidence resolution: Pipe results into resolve-evidence.mjs to jump from a synthesized wiki hit to the raw clipping it cites, with explicit unreachable and declared-no-provenance reporting. - Use Case: You need to locate where a specific claim lives in a 1,800-page research vault. Run the search with your terms, read the matched line, then pipe the hit to resolve-evidence to inspect the original clipped source before quoting it. ## Quick Start Ask the agent to search the wiki for your terms, for example: find pages about embedding index freshness and show the matching passages with their raw sources.