Agent Skills: file-reader

Read a small snippet of a text file using file_read.

UncategorizedID: aevatarAI/aevatar-agent-framework/file-reader

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aevatarAI/aevatar-agent-framework/tree/HEAD/examples/SkillsMCPUnifiedDemo/agent_skills/file-reader

Skill Files

Browse the full folder contents for file-reader.

Download Skill

Loading file tree…

examples/SkillsMCPUnifiedDemo/agent_skills/file-reader/SKILL.md

Skill Metadata

Name
file-reader
Description
Read a small snippet of a text file using file_read.

When to use

  • User asks to inspect a local file (docs/code/config).

Procedure

  1. Determine the target path (prefer relative to AEVATAR_DEMO_ROOT).
  2. Call file_read with:
    • path
    • optional startLine / maxLines
  3. Summarize what you read, and cite key lines by their line numbers from the tool output.