kloakt_screenshot
Capture a real PNG screenshot of any page using a locally-installed Chrome, Chromium, or Edge browser. Specify URL, viewport size, and output path.
Instructions
Capture a real PNG screenshot of a page. kloakt has no rasterizer, so this delegates to a locally-installed Chrome/Chromium/Edge; it errors clearly if none is found. For structure without pixels, prefer kloakt_snapshot (always available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL to screenshot | |
| width | No | Viewport width (default: 1280) | |
| chrome | No | Path to a Chrome/Chromium/Edge binary (overrides auto-detect) | |
| height | No | Viewport height (default: 800) | |
| output | No | Output PNG path (default: screenshot.png) | screenshot.png |