skills$openclaw/openai-image-gen
steipete3.9k

by steipete

openai-image-gen – OpenClaw Skill

openai-image-gen is an OpenClaw Skills integration for ai ml workflows. Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.

3.9k stars8.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

nameopenai-image-gen
descriptionBatch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery. OpenClaw Skills integration.
ownersteipete
repositorysteipete/openai-image-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @steipete/openai-image-gen
last updatedFeb 7, 2026

Maintainer

steipete

steipete

Maintains openai-image-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
gen.py
7.5 KB
_meta.json
286 B
SKILL.md
1.0 KB
SKILL.md

name: openai-image-gen description: Batch-generate images via OpenAI Images API. Random prompt sampler + index.html gallery.

OpenAI Image Gen

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

Setup

  • Needs env: OPENAI_API_KEY

Run

From 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

Output

  • *.png images
  • prompts.json (prompt ↔ file mapping)
  • index.html (thumbnail gallery)
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install openai-image-gen?

Run openclaw add @steipete/openai-image-gen in your terminal. This installs openai-image-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/openai-image-gen. Review commits and README documentation before installing.