wiki-query
wiki-query lets you ask questions against your Obsidian vault and retrieves answers by reading cached content, indexes, and relevant pages. It supports three query depths—quick for simple facts, standard for most questions, and deep for comprehensive synthesis—and can file good answers back into your wiki to compound knowledge over time.
wiki-query searches your Obsidian vault and synthesizes answers with citations from relevant pages.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-05-28
wiki-query searches your Obsidian vault and synthesizes answers with citations from relevant pages. wiki-query lets you ask questions against your Obsidian vault and retrieves answers by reading cached content, indexes, and relevant pages. It supports three query depths—quick for simple facts, standard for most questions, and deep for comprehensive synthesis—and can file good answers back into your wiki to compound knowledge over time.
Use it when
- wiki-query offers three search depths: quick mode for simple factual lookups, standard mode for most questions.
- Yes.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
AgriciDaniel/claude-obsidian/wiki-query · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What do you know about this topic from my wiki?
wiki-query searches your Obsidian vault to find and synthesize answers with citations from your cached content and indexes. It reads relevant pages and returns synthesized responses tied to their sources, helping you discover what knowledge you already have on any subject.
How does wiki-query search my Obsidian vault?
wiki-query offers three search depths: quick mode for simple factual lookups, standard mode for most questions, and deep mode for comprehensive synthesis across multiple pages. It accesses your hot cache and index for fast retrieval, then synthesizes findings into coherent answers.
Can wiki-query file answers back into my knowledge base?
Yes. wiki-query can store good answers back into your wiki to compound your knowledge over time. This turns frequent queries into permanent, citable entries that strengthen your personal knowledge base for future reference.
What happens if wiki-query finds gaps in my notes?
wiki-query identifies knowledge gaps and suggests sources for missing information. When your vault lacks coverage on a topic, it flags what's absent and recommends where you might find authoritative material to fill those holes.
How does wiki-query retrieve and synthesize wiki pages?
wiki-query retrieves relevant wiki pages from your Obsidian vault using cached indexes and then synthesizes their content into coherent answers. Each response is tied to its source pages, so you can trace findings back to your original notes.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
wiki-query: Query the Wiki
The wiki has already done the synthesis work. Read strategically, answer precisely, and file good answers back so the knowledge compounds.
Transport (v1.7+)
Reads should prefer the same transport the rest of the plugin uses. Consult .vault-meta/transport.json (auto-created by bash scripts/detect-transport.sh) and use the preferred entry:
- cli —
obsidian-cli read "$VAULT" "$NOTE"andobsidian-cli search "$VAULT" "<query>"(Obsidian-native ranking); seeskills/wiki-cli/SKILL.md - mcp-obsidian / mcpvault —
mcp__obsidian-vault__read_note,search_notes; seeskills/wiki/references/mcp-setup.md - filesystem —
(truncated - see the full file via the links below)
File tree — 1 file
skills/wiki-query/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Query personal wiki vault to find and synthesize answers with citations”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
wiki transforms Obsidian into a compounding knowledge system by scaffolding vault structure from your description, organizing sources and entities, and maintaining a hot cache of recent context. Unlike RAG systems, the wiki persists as a structured artifact where cross-references and contradictions surface automatically. Route ingest, query, and maintenance tasks to specialized sub-skills while the skill handles vault setup, indexing, and knowledge layer management.
wiki-cli establishes the Obsidian CLI (v1.12+) as the primary transport layer for vault operations in claude-obsidian v1.7+, handling reads, writes, searches, and mutations without requiring MCP servers or REST API plugins. When the CLI is unavailable, the skill automatically falls back to direct filesystem access. Detection and fallback logic ensure reliable vault access across desktop and headless environments.
wiki-retrieve upgrades vault search from page-level to chunk-level granularity, combining contextual prefixes, BM25 sparse retrieval, and dense reranking to reduce retrieval failures. Setup is opt-in with built-in privacy gates: run fully on-machine with synthetic prefixes, or opt into Anthropic API or claude CLI tiers for better context generation.
save captures valuable chat content and files it as a permanent wiki page with the right structure and metadata. It analyzes conversations to pick the best note type—synthesis, concept, source, decision, or session—then creates frontmatter, places the note in the correct folder, and updates your wiki's index and log. The skill respects your vault's organization mode and handles concurrent writes safely.
wiki-ingest reads external sources—files, URLs, or images—and populates your Obsidian vault by extracting entities and concepts, then creating or updating interconnected wiki pages. It handles delta tracking to skip unchanged sources, supports multiple vault organization modes, and uses file locking to safely coordinate concurrent writes across your knowledge base.
wiki-lint scans your Obsidian vault to surface structural problems: orphaned pages, broken wikilinks, missing cross-references, incomplete frontmatter, and empty sections. It generates a timestamped health report, updates Dataview dashboards, and can create visual canvas maps of your vault's domain structure.
More skills wiki-mode (MIT) · wiki-dedup (MIT) · Second Brain Query (unlicensed) · canvas (MIT)