Generate images via OpenAI Images API (DALL-E 3, GPT-image). Use when: user asks to generate, create, draw, or design an image, illustration, logo, or artwork. NOT for: editing existing images, image format conversion, or screenshots.
Generate images via the OpenAI Images API.
✅ USE this skill when:
❌ DON'T use this skill when:
run_command with ImageMagick/Pillowweb_search toolRequires an OpenAI API key with Images API access.
Configure in pythonclaw.json:
"skills": {
"image_gen": {
"apiKey": "sk-your-openai-key"
}
}
Or set OPENAI_API_KEY environment variable.
python {skill_path}/generate.py "a serene mountain lake at sunset, watercolor style"
# Specific model
python {skill_path}/generate.py "prompt" --model dall-e-3
# Size options
python {skill_path}/generate.py "prompt" --size 1792x1024
# Quality
python {skill_path}/generate.py "prompt" --quality hd
# Style (dall-e-3 only)
python {skill_path}/generate.py "prompt" --style vivid
# Output directory
python {skill_path}/generate.py "prompt" --output ./images/
DALL-E 3:
1024x1024, 1792x1024, 1024x1792standard, hdvivid, naturalDALL-E 2:
256x256, 512x512, 1024x1024standard only--style natural for more photographic results| File | Description |
|------|-------------|
| generate.py | OpenAI Images API wrapper |
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Extract frames or short clips from videos using ffmpeg.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Category:media-generate