skillmake
← marketplace
engineersapisha:7d06bc933ed12dd0manual

openai-image-gen

Use when working with openAI Images API: batches, prompt sampler, gallery from steipete/agent-scripts.

Install confidence
curl --create-dirs -fsSL https://skillmake.xyz/i/openai-image-gen -o ~/.claude/skills/openai-image-gen/SKILL.md
Pinned content
sha:7d06bc933ed12dd0
Generated with
manual
Source
github.com

The file served at /api/marketplace/openai-image-gen-7d06bc93/raw matches this hash. Inspect before install, then copy the command.

2,373 chars · ~593 tokens
---
name: openai-image-gen
description: "Use when working with openAI Images API: batches, prompt sampler, gallery from steipete/agent-scripts."
source: https://github.com/steipete/agent-scripts/tree/main/skills/openai-image-gen
generated: 2026-05-27T20:56:11.882Z
category: api
audience: engineers
---

## When to use

- Using the openai-image-gen skill's upstream workflow, guardrails, and local-tool assumptions.
- Auditing commands or operational steps before changing openai image gen behavior.
- Needing a compact agent reference for openAI Images API: batches, prompt sampler, gallery.

## Key concepts

### Run

From any directory (outputs to ~/Projects/tmp/... when present; else./tmp/...): Useful flags:.

### Output

.png images prompts.json (prompt ↔ file mapping) index.html (thumbnail gallery).

### Source-first workflow

Start from the upstream openai-image-gen instructions and local project context before inventing commands or workflows.

## API reference

```
npx skills add steipete/agent-scripts --skill openai-image-gen
```

Install the openai-image-gen skill from steipete/agent-scripts.

```
npx skills add steipete/agent-scripts --skill openai-image-gen
```

```
python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py.
```

Command or snippet documented by the upstream openai-image-gen skill.

```
python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py
open ~/Projects/tmp/openai-image-gen-*/index.html
```

```
python3 ~/Projects/agent-scripts/skills/openai-image-gen/scripts/gen.py --count 16 --model gpt-image-1.5.
```

Command or snippet documented by the upstream openai-image-gen skill.

```
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
```

## Gotchas

- Read the upstream SKILL.md before use; several entries encode machine-specific paths, credentials, or local operational assumptions.

---
Generated by SkillMake from https://github.com/steipete/agent-scripts/tree/main/skills/openai-image-gen on 2026-05-27T20:56:11.882Z.
Verify against source before relying on details.

File: ~/.claude/skills/openai-image-gen/SKILL.md