AI AGENT ADDONS
AI & Agent Building
16,677installs

gpt-image-2 lets you create and edit images using OpenAI's latest image model. You can turn text into pictures, blend multiple images, or add masks to change specific parts. The tool runs from a single Python script and works with any OpenAI compatible service. Developers who need more than a one shot image helper will find this skill useful for batch jobs, streaming, and mixed text plus image results.

The skill checks your image size and shape before sending a request. It reads settings from a .env file or your system's environment variables. You can run a dry run to see the request without actually sending it. This helps you catch mistakes early. The output can be saved as a single file or as multiple files using a pattern like image-{index}.png.

Three main commands are available: generations for text to image, edits for image edits with masks, and responses for advanced flows like streaming and partial previews. The skill is designed for anyone building applications that need to generate or modify images automatically.

Add Gpt Image 2 skill to your workflow

Global

mkdir -p ~/.claude/skills/gpt-image-2

Project

mkdir -p .claude/skills/gpt-image-2

Source Repository

Stars
3
Forks
0
Watchers
3
License
MIT
Last Push
3 months ago
Created
3 months ago