Generates images through OpenAI's API by creating randomized but structured prompts, then saves them locally with an HTML index for quick preview. The main gotcha is timing: image generation takes longer than typical 30-second timeouts, so you'll want to bump exec timeout to 300 seconds when calling this from OpenClaw. It's part of the larger clawdis toolkit from steipete, which has racked up solid security audit passes across Gen Agent Trust Hub, Socket, and Snyk. Use this when you need quick visual mockups or placeholder images and want them generated in batch rather than one at a time. Output lands in your tmp directory with an HTML viewer ready to go.
npx skills add https://github.com/steipete/clawdis --skill openai-image-gen