web_fetch
Fetch any URL and extract its readable content as clean markdown or plain text, removing clutter for easy reading or further processing.
Instructions
Fetch and extract readable content from a URL (HTML converted to markdown or text)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch | |
| maxChars | No | Maximum characters to return | |
| sessionKey | No | OpenClaw session key for routing | |
| extractMode | No | Content extraction mode |