crosspad_screenshot
Capture a PNG screenshot from the running PC simulator. Save to disk for a file path, or return inline base64 for direct image analysis.
Instructions
[PC sim] Capture a PNG screenshot from the running PC simulator. Default behavior (return_inline=false): saves to /screenshots/ and returns metadata + file_path (cheap, no token cost). Set return_inline=true ONLY when the LLM needs to actually see the image — that returns base64 inline and burns ~50-150k tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Custom filename (saved under <crosspad-pc>/screenshots/). Default: screenshot_<timestamp>.png. Ignored when return_inline=true. | |
| return_inline | No | false (default) = save to disk, return file_path (token-cheap). true = return base64 image content for the LLM to view (token-expensive — only when the image must be analyzed). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| error | No | ||
| width | No | ||
| format | No | ||
| height | No | ||
| success | Yes | ||
| file_path | No |