What problem does it solve? Developers need to add visual understanding to backend applications without building custom vision pipelines. This Skill provides ready-to-use patterns for analyzing images, extracting text, detecting objects, and generating descriptions through the z-ai-web-dev-sdk vision API. ## Core Features & Use Cases - Image Analysis & Description: Describe scenes, detect and count objects, classify images, and assess quality for PNG, JPEG, GIF, WebP, and BMP files. - OCR & Text Extraction: Extract text from receipts, business cards, and documents with optional layout preservation. - Accessibility & Cataloging: Generate alt text for screen readers and auto-tag image libraries with structured JSON output. - Use Case: Build an Express.js endpoint that accepts an uploaded product photo, converts it to base64, and returns an e-commerce listing description generated by the vision model. ## Quick Start Ask the AI to analyze an image at a given URL or local path using the z-ai vision CLI or the createVision SDK method with a descriptive prompt.