file-reader

Read a short snippet from a text file using the file_read tool.

1|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill file-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-reader
Source: https://github.com/eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/file-reader
Command: npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill file-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reads a small snippet of a text file using the file_read tool, enabling quick previews of file content without full opens.

Core Features & Use Cases

  • Snippet Reading: Read a short portion of a text file (config/docs) to verify content.
  • Contextual Summaries: Provide a concise summary of what the snippet contains.
  • Use Case: Quickly verify the introduction in a README without loading the entire file.

Quick Start

Call the file_read tool with:

  • path: the target file path (relative to AEAVATAR_DEMO_ROOT if applicable)
  • optional startLine and maxLines for the snippet
  • then summarize the result and present key lines.