What problem does it solve? Creating website assets, product mockups, UI mockups, or edited images requires design tools and manual iteration; this Skill automates image generation and editing through the OpenAI Image API with structured prompt augmentation and reproducible CLI runs. ## Core Features & Use Cases - Image Generation: Create new images from prompts with control over size, quality, background transparency, and output format using the gpt-image-1.5 model. - Image Editing: Perform inpainting, background replacement, object removal, text localization, and compositing with masks and input fidelity controls. - Batch Processing: Run many prompts concurrently from a JSONL file with retries, rate-limit handling, and optional downscaled web-ready copies. - Use Case: A developer building a landing page asks for a hero image with negative space for a headline; the Skill classifies the request, augments the prompt into a structured spec, runs the CLI, and saves the final PNG. ## Quick Start Ask the assistant to generate a hero image for your landing page using the imagegen skill, ensuring OPENAI_API_KEY is set in your environment first.