File Reader

Read a small snippet of a text file using file_read.

eanzhao 5135332 419 B Updated

File contents

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.

eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/file-reader commit 5135332e23

Frequently asked questions

npx skillmds@latest add eanzhao/file-reader