一键导入
obsidian-wiki-query
Query the personal wiki.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query the personal wiki.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.