terminal_browse
Browse websites and display content directly in the terminal without saving files, using terminal browsers like lynx, w3m, or links, with automatic fallback to fetch+html-to-text.
Instructions
Browse websites and display content directly in terminal without saving files. Supports multiple terminal browsers (lynx, w3m, links) with fallback to fetch+html-to-text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to browse (must include http:// or https://) | |
| format | No | Output format | full |
| browser | No | Terminal browser to use (auto selects best available) | auto |
| maxLength | No | Maximum content length to display (prevents overwhelming output) | |
| extractLinks | No | Extract and display links from the page |