wiki-query
仓库创建 2026年4月7日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
把知识库当作长期记忆,快速产出带证据的检索式回答并可回写。
▸ 风险提示
需要读取本地索引并可能写回页面,需 Vault 访问权限
这个 Skill 做什么
基于 Obsidian Vault 检索并合成带引用的答案,支持快、中、深三种模式。
在 Obsidian Vault 上按策略读缓存、索引和相关页面,合成带引用的答案并把优质回答写回成 wiki 页面。支持快、中、深三种模式,能在不同时间预算下返回不同深度的答案,并保证每个结论都有 citation。特别之处在于把检索和写回结合,让知识随着问答不断沉淀起来。
▸ 展开 SKILL.md 英文原文
Answer questions using the Obsidian wiki vault. Reads hot cache first, then index, then relevant pages. Synthesizes answers with citations. Files good answers back as wiki pages. Supports quick, standard, and deep modes. Triggers on: what do you know about, query:, what is, explain, summarize, find in wiki, search the wiki, based on the wiki, wiki query quick, wiki query deep.
10.0k
Stars
1.2k
Forks
15
仓库内 Skill
+1.1k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/wiki-query/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/wiki-query/SKILL.md"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"` and `obsidian-cli search "$VAULT" "<query>"` (Obsidian-native ranking); see [`skills/wiki-cli/SKILL.md`](../wiki-cli/SKILL.md) - **mcp-obsidian** / **mcpvault** — `mcp__obsidian-vault__read_note`, `search_notes`; see [`skills/wiki/references/mcp-setup.md`](../wiki
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有