What problem does it solve? Building applications that understand visual content requires wiring up multimodal AI APIs correctly. This Skill provides ready-to-use patterns for sending images, videos, and documents to a vision language model and getting natural language answers back, covering both quick CLI tasks and full SDK integrations. ## Core Features & Use Cases - Image Analysis via CLI or SDK: Describe, compare, and extract text from images using the z-ai CLI or the createVision API with URLs or base64-encoded files. - Multi-Modal Content Support: Send image_url, video_url, and file_url content types in a single message, including multi-image comparisons and multi-turn conversational sessions. - Use Case: Build an Express.js endpoint that accepts an image URL and a question, then returns a structured analysis such as product descriptions, OCR text extraction, or image classification tags as JSON. ## Quick Start Ask the AI to analyze an image by providing an image URL and a question, for example: describe what is in this photo at https://example.com/photo.jpg using the vision chat skill.