imagegen

Automates image generation and editing via the OpenAI Image API.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill imagegen-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagegen
Source: https://github.com/JetBrains/skills/tree/main/imagegen
Command: npx skills add https://github.com/JetBrains/skills --skill imagegen-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, Pillow, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates image generation and editing tasks by calling the OpenAI Image API to create or modify visuals without manual prompt-chasing.

Core Features & Use Cases

  • Generate images (concept art, product visuals, UI assets) from prompts
  • Edit images (inpainting, masking, background removal, transparency) including batch variants
  • Batch workflows: run multiple prompts or edits in a single session

Quick Start

Run the bundled CLI to generate or edit images with a prompt.

Frequently Asked Questions about imagegen

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

FAQPage Schema
How do I automate batch image generation with OpenAI?

Automate batch image generation by running multiple prompts in a single CLI session, using the bundled script to process variants and enforce options like size, quality, and output formats automatically.

Can the OpenAI Image API remove backgrounds and add transparency to existing images?

Background removal and transparency are supported through the edit mode, which applies masking and inpainting techniques to modify existing images without manual prompt-chasing.

Do I need an OPENAI_API_KEY to generate concept art and product visuals?

An OPENAI_API_KEY is required to authenticate requests when generating concept art, product visuals, and UI assets through the OpenAI Image API integration.

What is the best way to process multiple image editing prompts in one workflow?

Batch workflows allow processing multiple prompts or edits in a single session, applying consistent options like size and quality with built-in retry logic and optional downscaling for efficient output.

Does this image editing workflow support size, quality, and output format configuration?

Size, quality, background, and output formats are configurable options enforced during both image generation and editing, ensuring consistent results across batch variants.

Why does image generation fail without setting environment variables?

Image generation fails without the required OPENAI_API_KEY environment variable, which is necessary to authenticate and route requests to the OpenAI Image API endpoint successfully.