wiki-ingest

Automate adding and summarizing new documents to a wiki with Python and git.

174|29|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/kfchou/wiki-skills --skill wiki-ingest-kfchou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/kfchou/wiki-skills/tree/main/skills/wiki-ingest
Command: npx skills add https://github.com/kfchou/wiki-skills --skill wiki-ingest-kfchou

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of adding new sources, such as papers, articles, or URLs, to a wiki, streamlining the ingestion and organization of information.

Core Features & Use Cases

  • Source Ingestion: Automatically process and summarize new sources.
  • Entity and Concept Updates: Update existing entity and concept pages or create new ones.
  • Backlink Auditing: Ensure existing pages link to the new content.
  • Contradiction Checking: Prevent factual contradictions from being committed to the wiki.
  • Index and Overview Updates: Keep the wiki's index and overview up to date.
  • Use Case: When you have a new research paper that you want to add to your academic wiki, use this Skill to automatically process the paper and integrate it with your existing knowledge base.

Quick Start

Ingest the new paper 'Deep Learning with Python.pdf' into the 'Machine Learning' category of your wiki.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I automate adding new research papers to a wiki?

To automate adding new research papers to a wiki, this Skill processes documents to generate summaries, updates entity and concept pages, and maintains index consistency. It automatically ingests sources and creates backlinks to integrate the new content into your knowledge base.

What is the best way to maintain wiki consistency when ingesting new sources?

The best way to maintain wiki consistency when ingesting new sources is to automate contradiction checking and index updates. This Skill prevents factual contradictions from being committed and automatically updates overviews and backlinks across existing pages.

Do I need Python and git to automate document ingestion into a wiki?

Yes, you need Python and git to automate document ingestion into a wiki. Python is required for scripting the ingestion and summarization processes, while git handles version control to track updates and maintain consistency across your knowledge base.

Can I automatically update existing entity pages when adding new articles to a wiki?

Yes, you can automatically update existing entity pages when adding new articles to a wiki. This Skill processes new sources to update existing entity and concept pages, or creates new ones, while ensuring existing pages link to the newly added content.

How does backlink auditing work for wiki source ingestion?

Backlink auditing for wiki source ingestion works by automatically ensuring existing pages link to newly added content. This Skill processes new documents and updates the wiki structure so that related entity and concept pages correctly reference the newly ingested sources.