From sundial-org-awesome-openclaw-skills-4
Batch-generates images via OpenAI Images API with random prompt sampling and an HTML gallery viewer.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:openai-image-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a handful of “random but structured” prompts and render them via OpenAI Images API.
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
*.png imagesprompts.json (prompt ↔ file mapping)index.html (thumbnail gallery)npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Generates images from text prompts using OpenAI GPT Image or Stability AI models. Supports various models, sizes, quality levels, and transparent backgrounds.
Generates images via multiple AI APIs (OpenAI, Azure, Google, OpenRouter, DashScope, Z.AI, MiniMax, Jimeng, Seedream, Replicate, Agnes). Supports text-to-image, reference images, aspect ratios, batch generation. Activates on image generation requests.
Generates images via OpenAI, Azure, Google, OpenRouter, DashScope, Z.AI, MiniMax, Jimeng, Seedream, and Replicate APIs. Supports text-to-image, reference images, aspect ratios, and batch generation.