What problem does it solve? Creating images through the OpenAI Images API normally requires writing custom request code, handling model-specific parameters, and organizing output files manually. This Skill wraps that entire flow into a single script that generates images, saves them with descriptive filenames, and builds a browsable HTML gallery. ## Core Features & Use Cases - Multi-Model Support: Works with GPT image models (gpt-image-1, gpt-image-1-mini, gpt-image-1.5), DALL-E 3, and DALL-E 2, applying correct size, quality, style, background, and output-format parameters per model. - Batch Generation with Prompt Sampler: Generate multiple images at once using either a custom prompt or randomly composed prompts mixing subjects, styles, and lighting. - Organized Output: Produces image files, a prompts.json mapping, and an index.html thumbnail gallery for quick review in a browser. - Use Case: Ask for 16 variations of a product concept with gpt-image-1, then open the generated index.html to compare all renders side by side. ## Quick Start Generate four images of a lobster astronaut using the OpenAI image generation skill and show me the gallery.