wiki-ingest

仓库创建 2026年2月25日最近提交 24 天前SkillHot 收录 20 天前
▸ 精选理由

自动化知识库更新并维护引用,适合持续知识管理场景。

▸ 风险提示

可能会处理敏感或个人数据,需注意隐私与存储合规性。

这个 Skill 做什么

将原始文档摄取入 wiki,提取关键信息并创建或更新页面。

把原始文档摄取进 wiki,抽取人物/组织/概念、要点和数据,创建或更新条目并维护交叉引用和来源日志。在你新增资料或说“把这份收录进 wiki”时使用,能把零散文本变成可查证的页面并记录变更历史。会尝试合并与现有知识、标注冲突并保留出处便于审校。

▸ 展开 SKILL.md 英文原文

Ingest a raw source document into the wiki. Reads the source, extracts key information, creates or updates wiki pages, maintains cross-references, and logs the operation. Use when the user adds a new source or says 'ingest this'.

数据与抓取文档摄取实体抽取知识更新交叉引用通用
2.9k
Stars
342
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/llm-wiki/skills/wiki-ingest/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/llm-wiki/skills/wiki-ingest/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Ingest

Process a new source document and integrate its knowledge into the wiki.

## Workflow

### Step 1: Read the source
Read the full source document from `knowledge/`. Identify:
- Key entities (people, organizations, concepts, technologies)
- Main claims and findings
- Relationships between entities
- Data points and statistics
- Contradictions with or confirmations of existing knowledge

### Step 2: Discuss with the user
Before writing, share a brief summary of key takeaways. Ask:
- What aspects to emphasize?
- Any entities or concepts to prioritize?
- Should this update existing pages or create new ones?

### Step 3: Update the wiki
For each significant entity or concept found i
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有