wiki-query
Installation
SKILL.md
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 — Claude's
ReadandGlob/Greptools (final floor; always works)
Full decision tree: wiki/references/transport-fallback.md. Quick mode (hot.md only) is transport-agnostic — always uses Read.