image-openai
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
npx skills add majiayu000/claude-skill-registry --skill image-openai --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 `~/tmp/...` when present; else `./tmp/...`): ```bash python3 scripts/gen.py open ~/tmp/image-openai-*/index.html ``` Useful flags: ```bash python3 scripts/gen.py --count 16 --model gpt-image-1.5 python3 scripts/gen.py --prompt "ultra-detailed studio photo of a lobster astronaut" --count 4 python3 scripts/gen.py --size 1536x1024 --quality high --out-dir ./out/images ``` ## Output - `*.png` images - `prompts.json` (prompt ↔ file mapping) - `index.html` (thumbnail gallery)
- Setup
- Run
- Output
python3 scripts/gen.py open ~/tmp/image-openai-*/index.html python3 scripts/gen.py --count 16 --model gpt-image-1.5 python3 scripts/gen.py --prompt "ultra-detailed studio photo of a lobster astronaut" --count 4 python3 scripts/gen.py --size 1536x1024 --quality high --out-dir ./out/images
What does the image-openai skill do?
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill image-openai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
