screenshot-analyzer
Installation
SKILL.md
Screenshot Analyzer
Analyze screenshots for error diagnosis or operation tutorial generation.
Modes
- Analyze: Detect errors, identify causes, suggest solutions
- Tutorial: Generate step-by-step operation guides with annotations
Usage
# Error analysis (default)
python scripts/analyze.py "{screenshot}" --mode analyze
# Tutorial generation
python scripts/analyze.py "{screenshot}" --mode tutorial