document-reader

Route PDF, Word, Excel, and PowerPoint files to matching readers and normalize outputs.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Wenwen555/ARIS-LVLM --skill document-reader-wenwen555
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-reader
Source: https://github.com/Wenwen555/ARIS-LVLM/tree/main/skills/document-reader
Command: npx skills add https://github.com/Wenwen555/ARIS-LVLM --skill document-reader-wenwen555

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ingesting and routing diverse documents into ARIS workflows is tedious and error-prone. This Skill provides a single entry point that directs files to the correct wrappers and normalizes outputs for research use.

Core Features & Use Cases

  • Routing by extension: .pdf -> /read-pdf, .docx -> /read-docx, .xlsx/.xlsm/.csv/.tsv -> /read-xlsx, .pptx -> /read-pptx.
  • Output standardization: consolidates results into a research-friendly structure for notes, summaries, and comparisons.
  • Mixed-folder ingestion: accepts a single file or a directory, processes all supported types, and produces a unified synthesis.

Quick Start

Provide a file or directory path; the skill will route each document to the appropriate read-pdf, read-docx, read-xlsx, or read-pptx wrapper and return a unified output structure.

Frequently Asked Questions about document-reader

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

FAQPage Schema
How do I ingest mixed document types like PDFs and Excel files into a unified research workflow?

To ingest mixed document types like PDFs and Excel files, this Skill routes each file by extension to the appropriate wrapper and normalizes outputs into a unified research structure. It processes single files or directories containing mixed formats for immediate research use.

What is the best way to normalize PowerPoint and Word document content for research comparisons?

The best way to normalize PowerPoint and Word document content is to use a unified routing wrapper that delegates ingestion to format-specific readers and returns a consistent contract. This consolidates diverse content into a research-friendly structure for notes and comparisons.

Do I need upstream document skills to process PDFs and DOCX files with this router?

Yes, you need upstream document skills for PDFs, DOCX, XLSX, and PPTX files. This Skill acts as a thin wrapper that delegates to the appropriate read-pdf, read-docx, read-xlsx, or read-pptx tool, requiring those dependencies to function correctly.

Can I process an entire directory of mixed file types for ARIS research workflows?

Yes, you can process an entire directory of mixed file types for ARIS research workflows. The Skill accepts a directory path, identifies supported formats, and routes each document to the correct reader to produce a single unified synthesis.

What file extensions are supported for routing to the read-xlsx and read-pptx wrappers?

Supported file extensions for routing include .pdf, .docx, .xlsx, .xlsm, .csv, .tsv, and .pptx. The Skill maps .xlsx, .xlsm, .csv, and .tsv to the read-xlsx wrapper, while .pptx files are routed directly to read-pptx.

Why does my document ingestion fail when uploading unsupported file types to the research workflow?

Document ingestion fails for unsupported file types because the Skill only routes specific extensions like .pdf, .docx, .xlsx, and .pptx to their respective wrappers. Files outside this supported set cannot be processed or normalized into the unified output structure.