openai-image-gen

Batch-generate images via the OpenAI Images API and create an HTML gallery.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill openai-image-gen-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-image-gen
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/skills/openai-image-gen
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill openai-image-gen-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Batch-generates images using the OpenAI Images API from structured prompts and presents results in a browsable HTML gallery.

Core Features & Use Cases

  • Batch-create images from curated prompts via the OpenAI Images API
  • Automatically generate a self-contained gallery with prompts.json and index.html
  • Use case: quickly prototype visual concepts and share a gallery with teammates

Quick Start

Run python3 {baseDir}/scripts/gen.py to generate images and view the resulting index.html gallery

Frequently Asked Questions about openai-image-gen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch-generate images using the OpenAI Images API from structured prompts?

To batch-generate images using the OpenAI Images API, run the provided Python script with curated prompts to produce multiple images and a browsable HTML gallery automatically.

Do I need an OPENAI_API_KEY to generate images and create a gallery?

Yes, an OPENAI_API_KEY is required to authenticate requests to the OpenAI Images API for generating images and creating the resulting gallery files.

Can I configure image size, quality, background, output-format, and style options?

Yes, you can configure multiple image models and options including size, quality, background, output-format, and style when generating images through the API requests.

What files are generated when creating an OpenAI image demonstration gallery?

Generating an OpenAI image demonstration gallery produces a prompts.json file containing the structured prompts and an index.html file for browsing the resulting images.

Is batch-processing OpenAI images suitable for quick design exploration and prototyping?

Batch-processing OpenAI images is designed for quick design exploration, creative prototyping, and demonstration galleries, allowing you to rapidly visualize multiple visual concepts.