Fs Head

Read the first N lines of a text file under scenarios/<world_name>/fs.

bdambrosio 0cec919 3 files · 4.5 KB Updated

File contents

fs-head

Return the first N lines of a text file from the filesystem sandbox.

Input

  • path: Relative path under scenarios/<world_name>/fs (required)
  • lines: Number of lines to return (default: 20)

Output

Success returns:

  • resource_id: Note ID containing text content.
  • Note content format:
    • metadata Note linked by meta Relation (path/line range/truncation metadata)
    • body text with the first N lines

Examples

{"type":"fs-head","path":"logs/app.log","lines":50,"out":"$log_head"}

bdambrosio/cognitive_workbench/tree/main/src/world-tools/fs/fs-head commit 0cec919ac7

Frequently asked questions

npx skillmds@latest add bdambrosio/fs-head