gpt-image

Generate and edit raster images via a bundled GPT Image CLI.

3|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ycwfs/gpt-image --skill gpt-image-ycwfs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpt-image
Source: https://github.com/ycwfs/gpt-image/tree/main
Command: npx skills add https://github.com/ycwfs/gpt-image --skill gpt-image-ycwfs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automate raster image generation and editing from Claude Code, Copilot CLI, or Codex environments.

Core Features & Use Cases

  • CLI-first generation and editing with a bundled GPT Image CLI (generate, edit, generate-batch) for deterministic workflows.
  • Explicit Codex mode for native image generation when requested.
  • Support for batch processing and reference-guided workflows via included references and prompts.

Quick Start

Install the GPT Image skill and run the bundled CLI to generate an image from your prompt.

Frequently Asked Questions about gpt-image

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

FAQPage Schema
How do I automate image generation from a CLI environment like Claude Code or Copilot CLI?

You can automate raster image generation from a CLI environment using a bundled CLI that handles generate, edit, and generate-batch commands. It works directly within Claude Code, Copilot CLI, or Codex environments for deterministic workflows.

Can I generate multiple images at once in batch from the command line?

Yes, you can generate multiple images at once using the generate-batch command. The tool supports batch processing for raster image generation, managing all outputs systematically to the designated output directory.

Does this image generation tool support reference-guided workflows?

Yes, the image generation tool supports reference-guided workflows. It can read supporting prompts and references from included scripts and directories to guide the generation and editing processes.

What image generation options are validated before processing a prompt?

The tool enforces input validation for model, size, quality, background, and output options before processing. This ensures only supported parameters are passed to the image generation and editing commands.

How does Codex mode differ from the default CLI image generation path?

Codex mode provides native image generation explicitly when requested within Codex environments. The default CLI path handles generate, edit, and generate-batch operations as a deterministic workflow across Claude Code and Copilot CLI.