wiki-ingest

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

把外部材料自动结构化入知识库,显著减少手工整理成本。

▸ 风险提示

会抓取外部 URL 并写入本地 Vault,注意来源许可与隐私

这个 Skill 做什么

读取文件或 URL,抽取实体与概念,创建或更新 Obsidian 页面并交叉引用。

把外部文件或网页读进 Obsidian 知识库,自动抽取里面的实体、概念和关键段落,按主题创建或更新多篇笔记并互相交叉引用。常用在把长篇文章、报告或一批资料结构化、做知识拆解和建立索引时,省去手动分割和链接的繁琐工作。特点是支持文件和 URL 的批量导入,输出符合 Obsidian Markdown(wikilinks、YAML frontmatter)并记录操作日志,通常一条源材料会触发多页笔记的生成。

▸ 展开 SKILL.md 英文原文

Ingest sources into the Obsidian wiki vault. Reads a source, extracts entities and concepts, creates or updates wiki pages, cross-references, and logs the operation. Supports files, URLs, and batch mode. Triggers on: ingest, process this source, add this to the wiki, read and file this, batch ingest, ingest all of these, ingest this url.

数据与抓取内容摄取实体抽取批量处理通用
10.0k
Stars
1.2k
Forks
15
仓库内 Skill
+1.1k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/wiki-ingest/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/wiki-ingest/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# wiki-ingest: Source Ingestion

Read the source. Write the wiki. Cross-reference everything. A single source typically touches 8-15 wiki pages.

**Syntax standard**: Write all Obsidian Markdown using proper Obsidian Flavored Markdown. Wikilinks as `[[Note Name]]`, callouts as `> [!type] Title`, embeds as `![[file]]`, properties as YAML frontmatter. If the kepano/obsidian-skills plugin is installed, prefer its canonical obsidian-markdown skill for Obsidian syntax reference. Otherwise, follow the guidance in this skill.

---

## Transport (v1.7+)

Before mutating any vault file, consult `.vault-meta/transport.json` (auto-created by `bash scripts/detect-transport.sh`). Use the `preferred` tran
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有