gpt-image-1-5

Generate and edit images via the generate_image.py script with prompts and masks.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill gpt-image-1-5-mkurman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpt-image-1-5
Source: https://github.com/mkurman/tamux/tree/main/skills/productivity/agent-skills/gpt-image-1-5
Command: npx skills add https://github.com/mkurman/tamux --skill gpt-image-1-5-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates AI-based image generation and editing.

Core Features & Use Cases

  • Generate new images from descriptive prompts using GPT Image 1.5
  • Edit existing images with prompt-guided changes, including mask-based inpainting
  • Use cases include product mockups, marketing visuals, and rapid concept exploration

Quick Start

Run the generate_image.py script with your prompt and a filename to create a new image.

Frequently Asked Questions about gpt-image-1-5

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

FAQPage Schema
How do I generate AI images from a text prompt?

To generate AI images from a text prompt, run the generate_image.py script with your descriptive text and an output filename. It uses the GPT Image 1.5 model to create new visuals based on your input.

Can I edit an existing image using a mask?

Yes, you can edit existing images with prompt-guided changes and mask-based inpainting. Provide the original image via the --input-image argument and apply targeted edits using the optional --mask parameter.

How do I authenticate API requests for image generation?

You authenticate API requests for image generation by providing your credentials via the --api-key command line argument or by setting the OPENAI_API_KEY environment variable before running the script.

What are common use cases for AI image generation and editing?

Common use cases for AI image generation include creating product mockups, marketing visuals, and rapid concept exploration. The tool automates creative design workflows and applies prompt-guided edits to existing images.

Does this tool support batch processing for marketing visuals?

The tool accepts a single prompt and optional input image per execution to generate or edit visuals. It operates via a script interface, meaning you handle batch processing by calling the script multiple times.

Why does my prompt-guided image edit not apply correctly?

If your prompt-guided image edit fails, verify that your input image and mask paths are correct. The --mask parameter defines the specific area for inpainting, so ensure it properly aligns with the region you want changed.