image-gen

Installation
SKILL.md

Image Generation

Generate images from text prompts using OpenAI, Google Imagen, Nano Banana Pro (Gemini), or fal.ai.

Usage

OpenAI (gpt-image-1)

uv run ~/.claude/skills/image-gen/scripts/generate_openai.py \
  --prompt "a cat wearing a top hat" \
  --output /tmp/cat.png

Options:

  • --prompt (required): Text description of the image
  • --output, -o: Output file path (default: ./generated-{timestamp}.png)
  • --size: Image size (default: 1024x1024, options: 1024x1024, 1024x1792, 1792x1024)
  • --quality: Image quality (default: auto, options: low, medium, high, auto)
Installs
17
GitHub Stars
1
First Seen
Feb 26, 2026
image-gen — fairchild/dotclaude