read

Ingest local documents into a knowledge library with deduplication and provenance tracking.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/huacheng/moonview --skill read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read
Source: https://github.com/huacheng/moonview/tree/main/plugins/task-ai/skills/read
Command: npx skills add https://github.com/huacheng/moonview --skill read

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ingest local documents into the knowledge library to convert scattered files into a structured, searchable memory.

Core Features & Use Cases

  • Ingest and deduplicate local documents against the library to create consistent references.
  • Apply detox rules to sanitize content, flagging potential injection risks and producing a validated reference entry.
  • Atomic library writing, changelog updates, and automatic index rebuild to keep knowledge up-to-date.

Quick Start

Provide a local document path to ingest it into the knowledge library.

Frequently Asked Questions about read

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

FAQPage Schema
How do I ingest local documents into a knowledge library?

Yes, the ingestion process applies detox rules to sanitize content, flagging potential injection risks and producing a validated reference entry before writing to the knowledge library.

Does the document ingestion process handle duplicate files?

Yes, the system ingests and deduplicates local documents against the existing library to create consistent references and prevent redundant entries.

How does the knowledge library handle updates after ingesting new files?

The knowledge library handles updates through atomic library writing, changelog updates, and an automatic index rebuild to keep the searchable memory up-to-date.

Can I convert local PDFs and text files into searchable references?

Yes, you can convert local PDFs and text files into searchable references by ingesting them, which transforms scattered files into structured, managed knowledge library entries.

What is detox and provenance tracking for local document ingestion?

Detox sanitizes document content to flag injection risks, while provenance tracking records the file origins and deduplication status to maintain consistent library references.