skim
Extract the first SKIM_MAX_LINES
from a file to quickly preview its content. Returns a dictionary including extracted lines, total lines, and max select lines for efficient file navigation.
Instructions
Read text from the current file, truncated to the first SKIM_MAX_LINES
lines.
Returns: dict: lines, total_lines, max_select_lines
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}