Ar9av/obsidian-wiki✦ 精选0°

wiki-query

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由

在本地知识库上提供可引用的合成答案,适合快速查询与决策。

▸ 风险提示

需要读取本地 Vault 内容以构建答案,可能暴露敏感信息。

这个 Skill 做什么

基于已编译的 Obsidian 维基检索并回答问题,带引用来源。

在已编译的 Obsidian 知识库里查信息并给出带出处的答案,适合问“我知道关于 X 的哪些事”或要找某主题在笔记里哪里出现。还能做跨页的多跳检索,沿着链接追踪 X 到 Y 的关系并返回引用来源,支持追溯依赖链。只读不改库,并有索引优先的快速模式,查询速度快、结果带引用方便核验。

▸ 展开 SKILL.md 英文原文

Answer questions by searching the compiled Obsidian wiki. Use this skill when the user asks a question about their knowledge base, wants to find information across their wiki, asks "what do I know about X", "find everything related to Y", or wants synthesized answers with citations from their wiki pages. Also use when the user wants to explore connections between topics in their wiki, or asks a multi-hop "how is X connected to Y", "what links X to Y", "trace the chain from X to Z", or "what does X depend on transitively" question — answered by walking typed edges across multiple hops. Works from any project. Includes an index-only fast mode triggered by "quick answer", "just scan", "don't read the pages", "fast lookup" — returns answers from page summaries and frontmatter without reading page bodies. Accepts inline named-vault routing like "wiki-query @work what do I know about X" via the shared Config Resolution Protocol.

研究检索知识检索问答引用追踪通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-query/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-query/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Query — Knowledge Retrieval

You are answering questions against a compiled Obsidian wiki, not raw source documents. The wiki contains pre-synthesized, cross-referenced knowledge.

## This skill is READ-ONLY

`wiki-query` answers questions. It MUST NOT create or modify any wiki content. The ONLY write it may perform is the single Step 6 append to `log.md`.

Never, even when a change seems obviously helpful:
- create or edit pages under `concepts/`, `entities/`, `skills/`, `references/`, `synthesis/`, `journal/`, or `projects/`
- modify `index.md`, `hot.md`, `_insights.md`, or `.manifest.json`

If the user's message contains a new finding, an action request ("save this", "ban X", "reco
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有