wiki-write

Ingest URLs, local files, and pasted text into wiki pages with YAML templates.

51|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Oshayr/LLM-Wiki --skill wiki-write
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-write
Source: https://github.com/Oshayr/LLM-Wiki/tree/main/skills/write
Command: npx skills add https://github.com/Oshayr/LLM-Wiki --skill wiki-write

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the capture and updating of wiki content from URLs, local files, or pasted text, and auto-creates the .wiki folder on first use to centralize knowledge.

Core Features & Use Cases

  • Autonomous ingestion of research, ideas, and decisions into a living wiki
  • Automatic updates of existing pages and batch ingestion with template support
  • Self-initialization of the wiki space and backlink/index maintenance for a connected knowledge graph

Quick Start

Ingest content from a URL, file, or pasted text to create or update wiki pages automatically.

Frequently Asked Questions about wiki-write

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

FAQPage Schema
How do I automatically ingest content from a URL into my wiki?

You can automatically ingest content from a URL into your wiki by using batch mode, which captures the source data and creates or updates wiki pages using YAML frontmatter-driven templates to maintain a connected knowledge graph.

Can I update existing wiki pages in batch from local files?

Yes, you can update existing wiki pages in batch from local files using the update mode, which applies template support and automatically maintains backlinks and indexes to keep your knowledge base current.

What's the best way to build a connected knowledge base from pasted text?

The best way to build a connected knowledge base from pasted text is to ingest it into a wiki structure that auto-creates a .wiki directory, applies page templates, and generates backlinks with automatic indexing for a linked knowledge graph.

Does this wiki tool require manual setup of the .wiki directory?

No manual setup is required; the tool self-initializes by automatically creating the .wiki directory on first use, centralizing your knowledge base without prior environment configuration.

How do backlinks and indexing work when autonomously managing wiki content?

Backlinks and automatic indexing work by linking related pages through YAML frontmatter-driven templates, sustaining a connected knowledge graph that updates dynamically as new content is ingested or existing pages are modified.

Can I use templates to standardize wiki pages during batch ingestion?

Yes, you can use YAML frontmatter-driven page templates to standardize wiki pages during batch ingestion, ensuring consistent structure across URLs, local files, and pasted text sources while maintaining backlinks and indexes.