What problem does it solve?
This Skill eliminates manual visual analysis by letting developers and product teams automatically extract image descriptions, detect and count objects, perform OCR, classify images, and generate accessible alt text from static image files.
Core Features & Use Cases
- Image description & scene understanding: Produce human-readable summaries of scene, setting, lighting, and mood.
- OCR & text extraction: Pull text from receipts, business cards, forms, and documents while optionally preserving layout.
- Object detection & counting: Identify, locate, and count objects or people with optional reasoning for complex cases.
- Classification, tagging & quality assessment: Auto-tag images, produce structured JSON outputs, and rate technical quality for e-commerce or cataloging.
- Accessibility: Generate concise alt text optimized for screen readers and web use.
- Integration patterns: Works in backend services, CLI workflows, batch processors, and Next.js / Express endpoints for production use.
Quick Start
Analyze the image at https://example.com/photo.jpg and return a detailed scene description, a list of detected objects with counts, and a concise alt text suitable for screen readers.