Skip to main content
Back to registry

openai-image-gen

steipete/clawdis

Generate a handful of “random but structured” prompts and render them via the OpenAI Images API.

Installs185
Install command
npx skills add https://github.com/steipete/clawdis --skill openai-image-gen
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Generate a handful of “random but structured” prompts and render them via the OpenAI Images API. Note: Image generation can take longer than common exec timeouts (for example 30 seconds). When invoking this skill via OpenClaw’s exec tool, set a higher timeout to avoid premature termination/retries (e.g., exec timeout=300). Useful flags: Different models support different parameter values. The script automatically selects appropriate defaults based on the model. - GPT image models ( gpt-image-1 , gpt-image-1-mini , gpt-image-1.5 ): 1024x1024 , 1536x1024 (landscape), 1024x1536 (portrait), or auto - Default: 1024x1024 - dall-e-3 : 1024x1024 , 1792x1024 , or 1024x1792 - Default: 1024x1024 - dall-e-2 : 256x256 , 512x512 , or 1024x1024 - Default: 1024x1024 - GPT image models : auto , high , medium , or low - Default: high - dall-e-3 : hd or standard - Default: standard - dall-e-2 : standard only - Default: standard - dall-e-3 only supports generating 1 image at a time ( n=1 ). The script automatically limits count to 1 when using this model. - GPT image models support additional parameters: - --background : transparent , opaque , or auto (default) - --output-format : png (default), jpeg , or webp - Note: stream and moderation are available via API but not yet implemented in this script - dall-e-3 has a --style parameter: vivid (hyper-real, dramatic) or natural (more natural looking)...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does openai-image-gen do?

Generate a handful of “random but structured” prompts and render them via the OpenAI Images API.

Is openai-image-gen good?

openai-image-gen does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does openai-image-gen work with?

openai-image-gen currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, openclaw.

What are alternatives to openai-image-gen?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install openai-image-gen?

npx skills add https://github.com/steipete/clawdis --skill openai-image-gen

Related skills

More from steipete/clawdis

Related skills

Alternatives in Software Engineering