file_reader

Read and summarize local text files, extracting key insights from JSON, YAML, CSV, and logs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mrwyx12369/TeamPaw --skill file-reader-mrwyx12369
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file_reader
Source: https://github.com/mrwyx12369/TeamPaw/tree/main/src/teampaw/agents/skills/file_reader-zh
Command: npx skills add https://github.com/mrwyx12369/TeamPaw --skill file-reader-mrwyx12369

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly read and summarize the contents of local text files to surface key insights without manual reading.

Core Features & Use Cases

  • Read and summarize .txt/.md/.json/.yaml/.csv/.log files.
  • Extract top-level keys for JSON/YAML and provide concise summaries for large logs or code files.
  • Use cases include quick previews of documents, data exploration, and preparing briefs from raw text.

Quick Start

Provide a local text file path to the reader and obtain a concise summary.

Frequently Asked Questions about file_reader

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

FAQPage Schema
How do I read and summarize a large local JSON or YAML file quickly?

You can read and summarize local text files by providing the file path to the reader. It accepts plain text, JSON, YAML, CSV, and log files, outputting quick previews and concise summaries without requiring manual inspection.

Can I extract top-level keys from a JSON file for data exploration?

Yes, you can extract top-level keys from a JSON file for data exploration. The reader parses the provided local file, detects its type, and surfaces the structural keys to help you quickly understand the dataset without opening it manually.

What is the best way to generate a quick summary from raw log files?

The best way to generate a quick summary from raw log files is to use an automated text file reader. It processes the log content directly and distills large datasets into brief, concise summaries for rapid review and troubleshooting.

Does the file reader work with CSV files for quick previews?

Yes, the file reader works with CSV files for quick previews. It supports reading plain text, JSON, YAML, CSV, and log files, enabling you to obtain concise summaries and preview local datasets without manual processing.

What are the limitations when reading local text files for summarization?

A key limitation when reading local text files for summarization is that it avoids non-text formats entirely. The reader safely processes only plain text, JSON, YAML, CSV, and log files, ensuring minimal outputs by skipping unsupported binary data.