openai-image-gen
moltbot
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
bunx add-skill moltbot/skills -s openai-image-genLoading…
moltbot
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
bunx add-skill moltbot/skills -s openai-image-genLoading…
Generate a handful of “random but structured” prompts and render them via OpenAI Images API.
OPENAI_API_KEYFrom any directory (outputs to ~/Projects/tmp/... when present; else ./tmp/...):
python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py
open ~/Projects/tmp/openai-image-gen-*/index.html
Useful flags:
python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py --count 16 --model gpt-image-1.5
python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py --prompt "ultra-detailed studio photo of a lobster astronaut" --count 4
python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py --size 1536x1024 --quality high --out-dir ./out/images
*.pngprompts.json (prompt ↔ file mapping)index.html (thumbnail gallery)Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.