ingest_raw

Process the next ingest unit and update wiki pages and workflow logs.

118|26|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/songzhuozhu/obsidian-llm-wiki --skill ingest-raw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest_raw
Source: https://github.com/songzhuozhu/obsidian-llm-wiki/tree/main/.codex-en/skills/ingest_raw
Command: npx skills add https://github.com/songzhuozhu/obsidian-llm-wiki --skill ingest-raw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the processing of the next ingest unit in inspool-wiki-en/raw/unprocessed, updates the wiki accordingly, and marks the raw files as pending_review to streamline content ingestion.

Core Features & Use Cases

  • Selects the next ingest unit based on priority: same subfolder, same ingest_group, or a single file; splits batches if needed.
  • Creates or updates source pages and associated entity, concept, and synthesis pages; updates wiki/index.md and wiki/log.md; updates raw/index.md.
  • Updates workflow fields for every raw file in the ingest unit, and marks the batch as pending_review.

Quick Start

Run ingest_raw to process the next unprocessed ingest unit and update the wiki.

Frequently Asked Questions about ingest_raw

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

FAQPage Schema
How do I automate processing raw wiki ingest files and updating Obsidian pages?

To automate wiki ingest, this skill processes the next unprocessed unit in your raw folder, updates related source, entity, and concept pages, and modifies workflow logs automatically.

How does the ingest workflow select the next batch of files to process?

The ingest workflow selects the next batch by prioritizing files within the same subfolder, then the same ingest_group, or a single file, automatically splitting larger batches if needed.

Can I batch process unprocessed items in my wiki inspool folder?

Yes, you can batch process unprocessed items by running the skill, which selects an ingest unit from the inspool raw folder and updates the processing status for every file in that batch.

How do I update wiki index and log files after ingesting new content?

To update wiki index and log files, the skill automatically modifies wiki/index.md and wiki/log.md to reflect latest changes after creating or updating source and concept pages.

What happens to raw files after they are processed into the wiki?

After raw files are processed into the wiki, their workflow fields like processed_at are updated, and the entire batch is marked as pending_review to streamline content review.