wiki-ingest

Automate ingestion of files and URLs into an Obsidian wiki.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of importing sources into an Obsidian wiki, organizing them, and cross-referencing entities and concepts, saving time and improving knowledge management.

Core Features & Use Cases

  • Source Ingestion: Automates the import of files, URLs, and batch files into the Obsidian vault.
  • Entity and Concept Creation: Automatically creates or updates pages for people, organizations, products, and concepts.
  • Cross-Referencing: Generates cross-references between pages, enhancing the interconnectedness of the knowledge base.
  • Batch Ingestion: Handles multiple files at once, ideal for large batches of documents.
  • Delta Tracking: Avoids reprocessing unchanged sources, saving computational resources.
  • Mode Awareness: Supports different methodology modes like LYT, PARA, Zettelkasten, and Generic.
  • Concurrency Control: Ensures safe multi-writer access to the vault.
  • Address Assignment: Assigns stable addresses to new pages for easier reference.
  • Contradiction Detection: Flags potential contradictions between new information and existing pages.
  • Quick Start: Use the 'wiki-ingest' skill to import a new source file into the Obsidian wiki.

Quick Start

Run the 'wiki-ingest' skill to import the file 'source.md' into the Obsidian vault.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I automate importing content into an Obsidian wiki?

Automating Obsidian wiki content ingestion is done by triggering scripts with file drops, URL inputs, or batch commands to read sources, extract concepts, and create or update wiki pages automatically.

Can I batch import multiple files into my Obsidian vault at once?

Yes, batch ingestion handles multiple files at once to automate importing large document batches into the Obsidian vault while extracting entities and cross-referencing existing wiki pages.

Does wiki-ingest support different knowledge management methodologies like Zettelkasten or PARA?

Yes, the ingestion process supports different methodology modes like LYT, PARA, Zettelkasten, and Generic, allowing you to organize imported content and extract concepts according to your specific knowledge management framework.

How does content ingestion handle unchanged sources to save processing time?

Delta tracking avoids reprocessing unchanged sources during content ingestion, saving computational resources and ensuring only new or modified files trigger entity extraction and wiki page updates.

Do I need Python to automate Obsidian wiki organization and cross-referencing?

Yes, Python is required to run the scripts that process sources, extract entities, generate cross-references, and handle mode-specific organization when automating Obsidian wiki content ingestion.

How does the Skill handle conflicting information when updating wiki pages?

Contradiction detection flags potential conflicts between new information and existing pages during the content ingestion process, ensuring knowledge management accuracy when updating or creating wiki entries.