obsidian-wiki-ingest

Ingest documents into an Obsidian wiki via the wiki-ingest pipeline.

6|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill obsidian-wiki-ingest-pax-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-wiki-ingest
Source: https://github.com/pax-k/war-gov-uap-wiki/tree/main/.cursor/skills/obsidian-wiki-ingest
Command: npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill obsidian-wiki-ingest-pax-k

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the ingestion of documents into the Obsidian wiki (obsidian-wiki) using the wiki-ingest pipeline. Handles deduplication via manifest, frontmatter, and cross-links; triggers on user request within the obsidian-wiki project context.

Core Features & Use Cases

  • Validate target vault path from the environment and manifest state.
  • Decide between Append, Full, or Raw ingest modes based on user input or changes in the source.
  • Invoke the wiki-ingest workflow to process new/modified sources.
  • Update manifest and log files with ingest metadata.
  • Create or update project overview pages and cross-links as needed.

Quick Start

Run the ingest-wiki wrapper for the current project to process new or updated sources into the Obsidian wiki.

Frequently Asked Questions about obsidian-wiki-ingest

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

FAQPage Schema
How do I automate document ingestion into an Obsidian wiki vault?

Obsidian wiki ingestion automates document integration by processing new or modified sources through a pipeline that validates vault paths and applies frontmatter. It orchestrates the wiki-ingest workflow to maintain a consistent knowledge graph.

How does deduplication work when ingesting updated sources into Obsidian?

Deduplication during Obsidian ingestion works by tracking source state through a manifest and frontmatter. The pipeline checks these records to prevent duplicate entries before appending or updating content in the vault.

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

Append, full, and raw ingest modes control how sources are integrated into the Obsidian wiki. The pipeline selects the mode based on user input or detected source changes to determine whether to add, overwrite, or process raw document data.

Do I need a specific vault path setup before running Obsidian wiki ingestion?

Yes, Obsidian wiki ingestion requires a valid target vault path configured in your environment. The pipeline validates this path against the manifest state before processing any new or updated sources into the wiki.

How are cross-links and project overview pages maintained during wiki ingestion?

Cross-links and project overview pages are maintained during wiki ingestion by updating the manifest and creating links as needed. This ensures the knowledge graph stays consistent after new or modified sources are processed.