What problem does it solve? Creating visual assets like hero banners, logos, product images, and illustrations normally requires design tools or stock photo searches. This Skill lets developers generate images directly from text descriptions inside backend code 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 saved to PNG files. - 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 with exponential backoff, and an Express.js API endpoint example. - Use Case: A developer building a marketing site can generate a hero banner, team illustration, and logo in one shell script, then wire an API endpoint so users can generate images on demand. ## Quick Start Ask the AI to generate a 1440x720 hero banner image of a modern tech office and save it to ./assets/hero.png using the image generation skill.