564 B
564 B
name, description, allowed-tools
| name | description | allowed-tools |
|---|---|---|
| screenshot | Screenshot a URL or document and read it visually | Bash, Read |
- Run:
pixelshot $ARGUMENTS --output /tmp/pixelbrowse --tile-height 1568 - The output tile is at
/tmp/pixelbrowse/<domain>.png.tiles/tile_0000.jpg— read it directly with the Read tool. Do not ls. - If text is too small to read, crop with Pillow (always available — it's a pixelshot dependency):
python3 -c "from PIL import Image; Image.open('<tile>').crop((x1,y1,x2,y2)).save('/tmp/pixelbrowse/crop.png')" - Report what you see.