What problem does it solve? Creating visual assets like hero banners, logos, and illustrations normally requires design tools or stock imagery. This Skill lets developers generate images directly from text prompts inside backend JavaScript/TypeScript applications or from the command line. ## Core Features & Use Cases - Text-to-Image API: Generate images via z-ai-web-dev-sdk with seven supported sizes (square, portrait, landscape, wide) returned as base64 data. - CLI Tool: Run z-ai image -p "prompt" -o output.png -s 1344x768 for quick one-off asset generation without writing code. - Batch & Service Patterns: Includes batch generation, caching, retry logic, and an Express.js endpoint example for production integration. - Use Case: Build a website and generate all visual assets—hero banner, team illustration, and logo—by running three CLI commands with tailored prompts and sizes. ## Quick Start Ask the AI to generate an image of a modern tech hero banner at 1440x720 and save it to ./assets/hero.png using the z-ai CLI.