guild-wiki-ingest

Ingest URLs, files, or pasted text into categorized wiki pages with provenance metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enables turning external artifacts into durable, navigable wiki knowledge by preserving an immutable raw copy and a synthesized wiki page with structured frontmatter for governance.

Core Features & Use Cases

  • Create an immutable raw copy under .guild/raw/sources/<slug>/original.<ext> and a corresponding wiki page under .guild/wiki/<category>/<slug>.md.
  • Enforce frontmatter schema with type, owner, confidence, source_refs, created_at, updated_at, expires_at, and provenance metadata to ensure traceable governance.
  • Support research, documentation, and archival workflows by ingesting URLs, files, or pasted text and organizing them by category.

Quick Start

Ingest a source URL or file path to generate a raw copy under .guild/raw/sources and a wiki page under .guild/wiki.

Frequently Asked Questions about guild-wiki-ingest

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

FAQPage Schema
How do I preserve raw research sources while creating structured wiki pages?

Ingest external artifacts to create an immutable raw copy under .guild/raw/sources and a synthesized wiki page under .guild/wiki. This preserves original content while generating navigable knowledge pages with structured frontmatter for governance.

What metadata frontmatter is enforced for wiki page provenance and governance?

Wiki page provenance frontmatter enforces type, owner, confidence, source_refs, created_at, updated_at, expires_at, and provenance metadata. This schema ensures traceable governance and organization by category for ingested research and documentation.

Can I ingest pasted text, files, and URLs into the same wiki knowledge base?

Yes, you can ingest URLs, files, or pasted text into the same wiki knowledge base. The system processes these external artifacts across research, documentation, and archival workflows to create organized wiki pages.

How to organize external documentation into navigable wiki pages by category?

Ingest external documentation sources to automatically generate wiki pages organized by category under .guild/wiki. The process creates a durable, navigable structure while maintaining an immutable raw copy of the original source.

What is the best way to ensure traceability when archiving external content into a wiki?

The best way to ensure traceability is ingesting content to generate wiki pages with enforced frontmatter, including slug, category, timestamps, and source references. This provenance trail guarantees immutable archival governance.

Do I need specific dependencies to ingest raw sources into wiki pages?

No specific dependencies are required to ingest raw sources into wiki pages. The system operates independently to process external artifacts, create immutable raw copies, and synthesize structured wiki pages with provenance metadata.