with one click
obsidian-wiki-query
Query the personal wiki.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Query the personal wiki.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Browser automation via agent-browser. Use when the user wants to browse, interact with, or inspect web pages.
Review agent-facing knowledge (rules, AGENTS.md, CONVENTIONS.md, README.md, domain docs) for staleness and accuracy. Use when the user asks to audit, clean, or prune knowledge. Also use when they're confused by a rule/doc that seems wrong — treat that as the starting point for a broader audit.
Reflect on session, update rules, commit with jj.
Adversarial design interview.
Ingest sources into the wiki.
Wiki health checks.
| name | obsidian-wiki-query |
| description | Query the personal wiki. |
Answer questions from the wiki at ~/Documents/wiki/. All domains welcome.
Stop when you have enough to answer.
wiki_search:0 {"query": "<keywords>", "top": 5}
Returns content[0].text (snippets) and details.paths (full paths). Snippets are match context, not summaries — read the full files.
Try multiple search terms with wiki-specific terminology (e.g., "agent swarm" not "multi-agent AI").
Manual fallback:
rg -il "<keyword>" ~/Documents/wiki/wiki/
rg -i -C 2 "<phrase>" ~/Documents/wiki/wiki/
Pages use [[wiki-link]] cross-references. Read linked pages — the link graph surfaces context the initial search missed.
Answer with [[wiki links]] citations. If valuable, ask user about saving to wiki/analysis/<slug>.md.
| Directory | Content |
|---|---|
wiki/concepts/ | Definitions, properties, comparisons |
wiki/entities/ | People, orgs, tools, models |
wiki/sources/ | Source summaries |
wiki/synthesis/ | High-level overviews spanning sources |
wiki/analysis/ | Filed-back answers, comparisons |
If nothing relevant found, say so. Don't fabricate.