openai-image

Installation
SKILL.md

OpenAI Image Generation & Editing

Generate images from text prompts, edit existing images, analyze with vision, and apply editorial transforms. Default model is gpt-image-1.5 (fastest, cheapest, best text rendering).

Quick Start

  1. Confirm OPENAI_API_KEY is set:
    echo $OPENAI_API_KEY | head -c 10
    
  2. Install the SDK if needed:
    pip install openai
    
  3. Generate an image:
    python3 scripts/openai_image.py generate "A watercolor painting of a sunset over Mos Eisley" --output sunset.png
    
Related skills

More from baphomet480/claude-skills

Installs
2
First Seen
Mar 23, 2026