Skip to main content
Run any Skill in Manus
with one click

agentflow-read

Stars3
Forks0
UpdatedJuly 2, 2026 at 19:39

Read a single file and return ONLY the parts relevant to a query, instead of loading the whole file into the main session. Use when the user wants to check, find, or answer something about one specific file ("what does X do in foo.ts", "does this file handle Y", "show me the auth logic in handler.py") and the file is large enough that loading all of it would waste primary context. Dispatches a Haiku worker that reads the file in an isolated context and returns a focused, line-cited extract. For broad multi-file search use agentflow-search; for whole-file edits use the native Read tool directly.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly