file_reader

Read and summarize local text files across common formats.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/9999-12-31/Dr.Claw --skill file-reader-9999-12-31
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file_reader
Source: https://github.com/9999-12-31/Dr.Claw/tree/main/src/qwenpaw/agents/skills/file_reader-zh
Command: npx skills add https://github.com/9999-12-31/Dr.Claw --skill file-reader-9999-12-31

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reads and summarizes local text files, helping users quickly extract key insights without manual reading.

Core Features & Use Cases

  • Read plain text files and summarize their content.
  • Detect file type to route to the appropriate processing flow.
  • Real-world use: quickly summarize long logs or notes for leadership briefings.

Quick Start

Provide the path to the text file and request a concise summary of its contents.

Frequently Asked Questions about file_reader

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

FAQPage Schema
How do I summarize a local text file without reading the entire document?

To summarize a local text file, provide the file path and request a concise summary. The skill reads plain text, markdown, json, yaml, csv, log, and code files to extract key insights for quick review.

Can I automatically summarize long log files to generate a quick briefing?

Yes, you can summarize long log files to generate quick briefings. The skill extracts key insights from local log documents, enabling leadership to review essential information without manual reading.

What is the best way to read and summarize multiple text formats like md, yaml, and csv?

The best way to read and summarize formats like md, yaml, and csv is using automated text extraction with mime-type probing. This detects the file type to route processing and produces concise summaries instantly.

Does file summarization work with large local documents and code files?

File summarization works with large local documents and code files by applying safe handling for large files. It uses read_file for core text extraction to safely process and summarize the contents.

How does mime-detection help when reading text files for summarization?

Mime-detection helps read text files by probing the file type to decide when to invoke shell-based detection. This ensures the appropriate processing flow is applied to summarize the document correctly.

Do I need to specify the file type when summarizing text files?

You do not need to specify the file type when summarizing text files. The skill uses optional mime-type probing to automatically detect common formats like txt, md, json, yaml, csv, log, and code files.