wiki-watch

Monitor raw directories for new files and queue them for controlled ingestion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/surebeli/AK-llm-wiki --skill wiki-watch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-watch
Source: https://github.com/surebeli/AK-llm-wiki/tree/main/plugin/skills/wiki-watch
Command: npx skills add https://github.com/surebeli/AK-llm-wiki --skill wiki-watch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually tracking new files in raw sources and ensuring timely ingestion into the knowledge base.

Core Features & Use Cases

  • Automated file detection: Watches specified directories for new or modified files, queuing them for review.
  • Explicit ingestion control: Allows users to drain, process, or remove files from the queue with deliberate actions, preventing accidental ingestion.
  • Use Case: A researcher drops new articles or transcripts into a folder, then uses the drain command to selectively ingest relevant materials into the wiki.

Quick Start

Use the wiki-watch skill to monitor your raw data directories and manually process queued files when ready.

Frequently Asked Questions about wiki-watch

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

FAQPage Schema
How do I automate monitoring raw directories for new content files?▼

To automate file monitoring, this Skill polls specified raw directories for new or modified files and automatically queues them for controlled ingestion, preventing manual tracking errors in research workflows.

What is controlled file ingestion for a knowledge base?▼

Controlled file ingestion is a queue management process that captures new files automatically but requires explicit user actions to drain, process, or remove items, preventing accidental knowledge base updates.

How do I queue raw content files for selective wiki ingestion?▼

You queue raw content files by dropping new articles or transcripts into a monitored directory, then using the drain command to selectively process and ingest relevant materials into your wiki.

Do I need external dependencies to run Python directory polling scripts?▼

No external dependencies are required to run the Python directory polling scripts, as the Skill relies on its internal scripts and references for queue management and process control without explicit external packages.

Can I use automated file detection for research content curation workflows?▼

Yes, automated file detection is suitable for research content curation workflows because it watches specified directories for new materials and queues them for deliberate review before processing into the knowledge base.

Why does queue management prevent accidental ingestion of raw source files?▼

Queue management prevents accidental ingestion by holding newly detected files in a queue until you issue deliberate drain or remove commands, ensuring only reviewed content enters the knowledge base.