One-click install
npx skills add https://github.com/Xipher-Labs/walter-os --skill wiki-ingest-xipher-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/Xipher-Labs/walter-os/tree/main/skills/wiki-ingest
Command: npx skills add https://github.com/Xipher-Labs/walter-os --skill wiki-ingest-xipher-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

wiki-ingest turns operator-provided sources (URLs, files, or pasted text) into consistently structured, cross-linked wiki pages so knowledge compounds instead of getting lost in one-off notes.

Core Features & Use Cases

  • Source-to-wiki filing: ingests a URL, local file, or pasted content into a dated wiki/sources/ page with the required frontmatter.
  • Entity and concept cross-linking: creates or updates stub pages for people, companies, tools, and concepts, and updates topic hubs with links and summaries.
  • Audit-friendly logging & operator approval: appends to wiki/log.md and shows proposed changes for operator approval before writing to disk/committing.

Quick Start

Ask to ingest a source by saying: “/ingest <url-or-path>”.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I ingest URLs and local files into a structured wiki?

To ingest URLs, local files, or pasted text into a structured wiki, you can use a source-to-wiki filing process that creates dated pages with required frontmatter. This converts raw content into consistently structured, cross-linked wiki pages for knowledge capture and retrieval.

What is entity and concept cross-linking for knowledge management?

Entity and concept cross-linking in knowledge management creates or updates stub pages for people, companies, tools, and concepts. It updates topic hubs with links and summaries, ensuring your knowledge compounds through interconnected pages instead of isolated notes.

Can I generate wiki pages from YouTube transcripts and derived content?

Yes, you can generate wiki pages from YouTube transcripts and derived content. The ingestion process accepts derived content alongside URLs and pasted text, converting them into structured, cross-linked wiki pages under your wiki directory.

How do I maintain wikilinks without broken references when adding new sources?

To maintain wikilinks without broken references when adding new sources, the ingestion process reads the schema first, then writes source pages alongside related entity and topic pages. This ensures all cross-links remain valid and interconnected.

Does wiki ingestion require operator approval before committing changes?

Yes, wiki ingestion requires explicit operator approval before committing changes to disk. The process appends to an audit log and shows proposed changes, ensuring you maintain full control over what gets written to your knowledge base.

What's the best way to keep an audit log of ingested knowledge sources?

The best way to keep an audit log of ingested knowledge sources is to append entries to a dedicated log file during the ingestion process. This tracks all changes and pairs with explicit operator approval before any writes are committed.