shot
Capture a local screenshot, then summarize the visual result without loading large image data unnecessarily.
Workflow
- Choose mode:
full,active, orwindow. - From the plugin root, run
python3 skills/shot/scripts/capture.py --mode <mode>. For a named window, add--name '<window name>'. - Inspect the returned thumbnail path when the user asks for visual interpretation.
- Return the relevant summary and the saved screenshot path.
If the host has a subagent tool, pass the screenshot path to a fresh reviewer for visual summary. Otherwise use the host's image-inspection tool directly.
Dependencies
The capture script requires Python packages mss and Pillow and may require OS screen-recording permissions.