@openclaw/openai-image-gen
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Install
Add @openclaw/openai-image-gen to Claude Code with the PolySkill CLI: polyskill add @openclaw/openai-image-gen
Instructions
# OpenAI Image Gen Generate a handful of “random but structured” prompts and render them via the OpenAI Images API. ## Run ```bash python3 {baseDir}/scripts/gen.py open ~/Projects/tmp/openai-image-gen-*/index.html # if ~/Projects/tmp exists; else ./tmp/... ``` Useful flags: ```bash # GPT image models with various options python3 {baseDir}/scripts/gen.py --count 16 --model gpt-image-1 python3 {baseDir}/scripts/gen.py --prompt "ultra-detailed studio photo of a lobster astronaut" --count 4 python3 {baseDir}/scripts/gen.py --size 1536x1024 --quality high --out-dir ./out/images python3 {baseDir}/s…
Keywords: image-generation, openai, dall-e, batch