wiki-query
仓库创建 2026年2月25日最近提交 24 天前SkillHot 收录 20 天前
▸ 精选理由
把知识库变成可查询问答并可将答案沉淀为新页面。
这个 Skill 做什么
在内部维基中检索并综合回答问题,附带来源引用。
在内部 wiki 里快速检索并把多页信息合成一个带引用的答案,必要时还能把优质回答回写成新页面。适合团队成员提问知识库内容时使用,会先检索相关页面、摘取要点然后给出清晰的来源链。对减少重复问答和把隐性知识沉淀成文档特别有用。
▸ 展开 SKILL.md 英文原文
Query the wiki to answer questions. Searches wiki pages, synthesizes answers with citations, and optionally files valuable answers back as new wiki pages. Use when the user asks a question about the knowledge base.
2.9k
Stars
342
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/llm-wiki/skills/wiki-query/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/llm-wiki/skills/wiki-query/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Wiki Query Answer questions by searching and synthesizing from the wiki. ## Workflow ### Step 1: Search the wiki 1. Read `memory/wiki/index.md` to find relevant pages 2. Use Grep to search for specific terms across `memory/wiki/` 3. Read the most relevant pages (usually 3-10) ### Step 2: Synthesize an answer - Combine information from multiple wiki pages - Cite sources: reference both wiki pages and the underlying raw documents - Note confidence level — distinguish well-sourced claims from inferences - Flag if the wiki has gaps on this topic ### Step 3: Present the answer Format depends on the question: - **Factual question** — direct answer with citations - **Comparison** — markdown
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有