wiki-ingest

Ingest documents into an Obsidian wiki as interconnected pages.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Nero-kk/claude-agent-skills --skill wiki-ingest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/Nero-kk/claude-agent-skills/tree/main/claude-skills/wiki-ingest
Command: npx skills add https://github.com/Nero-kk/claude-agent-skills --skill wiki-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ingest documents into the Obsidian wiki by distilling their knowledge into interconnected wiki pages. Use this skill whenever the user wants to add new sources to their wiki, process a document or directory, import articles, papers, or notes into their knowledge base, or says things like "add this to the wiki", "process these docs", "ingest this folder". Also triggers when the user drops a file and wants it incorporated into their existing knowledge base. Also handles raw mode: "process my drafts", "promote my raw pages", or any reference to the raw/ source directory.

Core Features & Use Cases

  • Ingest modes: Append mode (default), Full mode, and Raw mode to handle new, all, or raw sources across documents or folders.
  • Wiki distillation: distill and integrate knowledge across the wiki, creating interlinked pages rather than simple summaries.
  • Provenance & collaboration: respects manifest tracking, source attribution, and integration with index.md and log.md for auditability.
  • Use Case: ingest new sources to expand the wiki, or drop a file to add it to the existing knowledge base.

Quick Start

Ingest the documents in a folder into my Obsidian wiki and distill them into interconnected wiki pages.

Frequently Asked Questions about wiki-ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest documents into an Obsidian wiki as interconnected pages?

To ingest documents into an Obsidian wiki, this skill distills knowledge from sources into interconnected pages using append, full, or raw modes. It enforces provenance and manifest tracking while generating required frontmatter, sources, and wikilinks.

What is the best way to import articles and papers into an Obsidian knowledge base with cross-linking?

Importing articles and papers into an Obsidian knowledge base with cross-linking is done by distilling source documents into wiki pages. The skill uses extraction prompts to generate interlinked pages rather than simple summaries.

Can I process an entire folder of drafts to promote raw sources into my Obsidian wiki?

Yes, you can process an entire folder of drafts to promote raw sources into your Obsidian wiki using raw ingest mode. This mode handles raw sources across documents and directories, integrating them into your existing knowledge base.

Does wiki-ingest support provenance tracking and manifest management for imported notes?

Yes, wiki-ingest supports provenance tracking and manifest management for imported notes. It enforces source attribution and integrates with index.md and log.md files to provide auditability for all ingested documents.

What is the difference between append, full, and raw ingest modes for Obsidian knowledge management?

Append mode handles new sources, full mode processes all sources, and raw mode manages raw sources across documents or folders. Each mode ensures frontmatter, sources, and wikilinks are generated during the knowledge distillation process.