wiki-ingest

Ingest sources into an Obsidian wiki with entity and concept extraction.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/deox420/second-brain --skill wiki-ingest-deox420
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/deox420/second-brain/tree/main/skills/wiki-ingest
Command: npx skills add https://github.com/deox420/second-brain --skill wiki-ingest-deox420

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Ingesting sources into a wiki vault and turning them into interconnected wiki pages is error-prone and labor-intensive. This skill automates source intake, entity/concept extraction, page creation or updates, cross-referencing, and meticulous logging to keep the wiki coherent and up-to-date.

Core Features & Use Cases

  • Source ingestion: reads files, URLs, and batch inputs, then creates or updates wiki pages for sources, entities, and concepts.
  • Cross-referencing: auto-links related pages to reveal relationships and improve navigation.
  • Operational governance: logs actions, enforces transport rules, and maintains delta-tracking for idempotent ingests.
  • Use Case: ingest a set of articles to populate wiki/sources, wiki/entities, and wiki/concepts with minimal manual curation.

Quick Start

Drop a source file into .raw/ and let the ingest process create wiki entries.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I automatically create Obsidian wiki pages with crosslinks from source files?

To automatically create Obsidian wiki pages with crosslinks, drop source files into the .raw/ directory to trigger ingestion. The system reads the sources, extracts entities and concepts, generates interconnected wiki pages, and updates cross-references automatically.

What is entity and concept extraction for Obsidian wiki ingestion?

Entity and concept extraction for Obsidian wiki ingestion is the automated process of identifying key subjects within source files and generating dedicated, cross-referenced wiki pages. It scopes single-source and batch ingests to populate wiki/entities and wiki/concepts directories.

Can I ingest multiple URLs and files into an Obsidian vault in batch mode?

Yes, you can ingest multiple URLs and files into an Obsidian vault in batch mode. The ingestion process scopes batch inputs, routing them through transport rules to create or update sources, entities, and concepts while maintaining delta-tracking for safe, idempotent operations.

Does Obsidian wiki ingestion support idempotent updates and activity logging?

Yes, Obsidian wiki ingestion supports idempotent updates and activity logging through delta-tracking and operational governance. It enforces transport rules, mode routing, and locking during source intake to ensure safe, repeatable ingests without duplicating or corrupting existing wiki pages.

What are the limitations of automated cross-referencing during wiki page ingestion?

A key limitation of automated cross-referencing during wiki page ingestion is the potential need for manual curation to refine relationships. While the system auto-links related pages, complex semantic relationships may require user review to ensure accurate navigation and coherence within the wiki vault.