Analyze screenshots with vision AI
screenshot-analyzeworkflowsetup L2★2
moongci38-oss/forge ↗What it does
Analyze screenshot content
Best for
Extracting semantic meaning and anomalies from screenshots via agent interpretation.
Inputs
- · screenshot image file
Outputs
- · analysis result
Requires
- · Workflow agent runtime
- · JSON schema validation
Preconditions
- · Requires workflow args with specified fields
- · Workflow runtime with phase() support
- · Input validates against schema
Failure modes
- · Timeout in parallel agent execution
- · Agent returns invalid schema
- · Missing required input fields
- · Downstream agent/tool failure
- · Network/API unavailability
Trust signals
- · JSON schemas define phase outputs
- · Required fields enforced
- · Structured phase-driven flow