| name | Vision |
| description | Capture screenshots of the application UI and analyze image content. Use for visual verification, UI inspection, accessibility review, and generating image-grounded descriptions. |
| version | 1.0.0 |
| tools | ["screenshot","image_analyze"] |
| context | 2048 |
Vision Skill
Provides screenshot capture and image analysis for the orgos UI and external images.
Operations
Screenshot
Capture the current state of the application UI.
Output: PNG image passed directly to the vision model
Scope: Full-page or element-scoped capture
SCREENSHOT: full | element:#panel-id
→ Returns image for analysis
Analyze
Describe or extract information from an image.
Input: Image (from screenshot or provided URL)
Output: Structured description or extracted data
Usage pattern:
SCREENSHOT: full
→ ANALYZE: What panels are currently open?
→ ANALYZE: Are there any visible error states?
→ ANALYZE: What is the current agent queue status shown?
UI Verification
Use to confirm that a UI change produced the expected visual result: