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
- Confirm
OPENAI_API_KEYis set:echo $OPENAI_API_KEY | head -c 10 - Install the SDK if needed:
pip install openai - Generate an image:
python3 scripts/openai_image.py generate "A watercolor painting of a sunset over Mos Eisley" --output sunset.png