openai-image-gen

Generate images via OpenAI's Images API with batch processing and model options.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill openai-image-gen-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-image-gen
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/openai-image-gen
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill openai-image-gen-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of images based on textual descriptions, streamlining the creative process for visual content.

Core Features & Use Cases

  • Batch Image Generation: Create multiple images from random or specific prompts.
  • Model Variety: Supports various OpenAI image models (GPT image, DALL-E 2, DALL-E 3) with model-specific parameter tuning.
  • Customization: Allows control over image size, quality, background transparency, and style.
  • Use Case: Quickly generate a set of diverse concept art images for a game character by providing a few descriptive prompts.

Quick Start

Generate 8 random images using the default GPT image model.

Frequently Asked Questions about openai-image-gen

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

FAQPage Schema
How do I generate AI images from text prompts using OpenAI's API?

You can generate AI images from text by sending textual descriptions to OpenAI's Images API. This Skill automates prompt processing and supports customization of image dimensions, quality settings, and stylistic parameters.

Can I use DALL-E 2 and DALL-E 3 for batch image generation?

Yes, batch image generation supports DALL-E 2, DALL-E 3, and GPT image models. You can create multiple images from random or specific prompts while applying model-specific parameter tuning.

How do I customize image size and quality settings for DALL-E generation?

DALL-E generation allows you to control image size, quality settings, background transparency, and style. You can tune these parameters specifically for each supported OpenAI image model.

Do I need an OPENAI_API_KEY and Python to generate AI art?

Yes, you need an OPENAI_API_KEY environment variable and Python 3 to generate AI art. Depending on your system, you may also need to install Python using brew before running the generation scripts.

What is the best way to generate concept art images for a game character?

The best way to generate concept art is by providing a few descriptive prompts for batch processing. This quickly yields a diverse set of customized visual assets tailored to your creative needs.

Are there limitations when using OpenAI image models for background transparency?

Background transparency is supported as a customization parameter, but its availability depends on the specific OpenAI image model selected. You should verify model-specific parameter support before generating your images.