wiki

Maintains a persistent, cross-referenced wiki from URLs, images, and text in a local workspace.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill wiki-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/Bartunek/nanoclaw/tree/main/container/skills/wiki
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill wiki-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The wiki provides a persistent, structured knowledge base for groups, ensuring that insights, sources, and cross-links remain accessible across sessions and devices.

Core Features & Use Cases

  • Persistent catalog and cross-referenced pages for sources, concepts, and entities.
  • Ingest, query, and lint workflows that keep knowledge up-to-date and health-checked.
  • Syncs with Google Drive and hosts at a predictable workspace path for team collaboration.

Quick Start

Ingest a source and let the wiki create and cross-link pages for quick knowledge growth.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I build a persistent knowledge base from markdown and PDF sources?

Build a persistent knowledge base by ingesting URLs, PDFs, images, and text into a structured wiki workspace. The system automatically catalogs sources and creates cross-referenced markdown pages, ensuring group knowledge remains accessible across sessions.

Can I sync my group wiki with Google Drive for team collaboration?

Yes, the wiki syncs with Google Drive and hosts files at a predictable local workspace path. This setup enables ongoing team collaboration by keeping the structured index and cross-referenced pages consistently available across devices.

What is the best way to organize cross-referenced knowledge pages for a team?

Organize team knowledge by maintaining a structured index at wiki/index.md with an audit trail in wiki/log.md. Ingesting sources automatically generates cross-referenced pages for concepts and entities, keeping the knowledge base health-checked and up-to-date.

Does the wiki knowledge management system support ingesting images and URLs?

Yes, the wiki knowledge management system supports ingesting URLs, PDFs, images, and text. This allows you to continuously grow the knowledge base by adding diverse source materials that are then parsed and cross-linked.

How do I keep a cross-referenced wiki up-to-date and health-checked?

Keep a cross-referenced wiki up-to-date using built-in ingest, query, and lint workflows. These workflows validate the structured index and audit trail, ensuring sources, concepts, and cross-links remain accurate and health-checked over time.

Where does the persistent wiki store its catalog and audit trail locally?

The persistent wiki stores its catalog and audit trail locally within a dedicated workspace path at /workspace/extra/wiki/. It maintains a structured index at wiki/index.md and logs changes in wiki/log.md for reliable knowledge retrieval.