What problem does it solve? Creating or editing images for projects (website heroes, product shots, UI mockups, game assets) normally requires manual design work or ad-hoc API scripting; this Skill provides a structured, repeatable workflow for generating and editing images through the OpenAI Image API. ## Core Features & Use Cases - Image Generation: Create new images from structured prompts with control over size, quality, background transparency, and output format, defaulting to the gpt-image-1.5 model. - Image Editing: Perform inpainting, background replacement, object removal, text localization, and compositing using input images and optional PNG masks, with input_fidelity control for strict edits. - Batch Generation: Run many prompts concurrently from a JSONL job file with retries, rate-limit handling, and per-job parameter overrides. - Use Case: A developer building a landing page asks for a hero image; the Skill classifies the request into a use-case taxonomy, augments the prompt with composition and constraint fields, runs the bundled CLI, and saves the final PNG under an output directory. ## Quick Start Ask the assistant to generate a hero image for your landing page using the imagegen skill, making sure your OPENAI_API_KEY environment variable is set first.