Поиск по базе знаний в Obsidian

★ 7.6 · knowledge-management

wiki-query is a Claude Code skill that answers questions scoped to a local Obsidian vault without modifying any vault file. It offers three query depths — Quick (hot.md and index.md only), Standard (candidate retrieval with selective link traversal), and Deep (broader candidate set with provenance inspection and gap reporting). Retrieval runs through a prebuilt contextual/BM25 index via scripts/retrieve.py (--top 5, read-only mode), and evidence is assessed against claim-ledger.json and source-ledger.json: accepted, provisional, contested, and unsupported claims are each handled with distinct labeling rules. Every material claim is cited with the most specific available wikilink such as [[Page#Heading]], and the skill never creates notes, updates indexes, or refreshes caches — making it the right choice for querying a personal knowledge base with full provenance accountability.