wiki_import

Import external resources into a markdown wiki with reviewable triage before writing pages.

38|7|Updated May 3, 2026
One-click install
npx skills add https://github.com/theafh/ai-modules --skill wiki-import-theafh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki_import
Source: https://github.com/theafh/ai-modules/tree/main/plugins/knowledge_management/skills/wiki_import
Command: npx skills add https://github.com/theafh/ai-modules --skill wiki-import-theafh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

wiki_import turns a user-pointed external resource into durable wiki knowledge while preventing mistakes by forcing a reviewable triage step before any wiki pages are written.

Core Features & Use Cases

  • Guided resource confirmation: Verifies the resource pointer and bucket/type expectations before fetching or extracting content.
  • Deterministic raw capture: Persists the imported content into the wiki’s raw storage and computes a sha256 via the wiki skill’s script to detect drift.
  • Diff-aware classification and conflict handling: Mines the captured raw for durable claims, classifies candidates using the wiki schema enums/taxonomy, surfaces contradictions with verbatim excerpts, and proposes reconciliation paths.
  • Approval-gated writes: Writes are deferred until the user accepts proposals; NEW/EXTEND flow through the wiki ingest pipeline, while CONFLICT items go through the contested-page protocol.

Quick Start

Ask the AI to import this link into your wiki with a triage-and-review step before adding any wiki pages.

Frequently Asked Questions about wiki_import

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

FAQPage Schema
How do I import a PDF into a markdown wiki without overwriting existing pages?

Importing a PDF into a markdown wiki safely requires a triage step that classifies content against existing pages and proposes reconciliation paths for conflicts before any approval-gated writes occur.

What is the best way to triage external resources before adding them to my knowledge management wiki?

Triage for wiki ingestion involves capturing raw content, computing a sha256 hash for drift detection, classifying claims using schema-driven enums, and surfacing contradictions with verbatim excerpts before writing pages.

Can I ingest meeting notes and transcripts into an existing wiki schema automatically?

Yes, you can ingest meeting notes and transcripts by classifying candidates against existing wiki pages and schema-driven page-type enums, deferring wiki writes until you approve the proposed extensions or new pages.

How does conflict resolution work when importing documents into a wiki?

Conflict resolution during document triage mines captured raw content for contradictions, surfaces verbatim excerpts of the conflicting claims, and routes contested items through a specific protocol rather than forcing an overwrite.

Does wiki ingestion support URLs and raw pastes as well as local files?

Wiki ingestion supports URLs, pastes, local files, and papers by verifying the resource pointer, fetching content, and persisting it into the correct raw storage bucket before classification begins.

How do I prevent duplicate or contested knowledge pages when adding external papers?

Preventing duplicate or contested wiki pages requires diff-aware classification against the wiki index and enforcing approval-gated writes, ensuring NEW and EXTEND flows are reviewed while CONFLICT items use the contested-page protocol.