GPT Image 2 Prompt Gallery is a collection of curated prompts, examples, agent skills, and a command-line interface for generating and editing images with OpenAI GPT Image 2. It helps people explore image-generation workflows for subjects such as research figures, posters, mockups, photography, and reference-image editing. The catalogue entries are skills and a plugin for using these materials with supported coding-agent runtimes.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add wuyoscar/GPT-Image2-Skill --skill gpt-imagegit clone --depth 1 https://github.com/wuyoscar/GPT-Image2-SkillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/wuyoscar/gpt-image2-skill/gpt-image)<a href="https://agentmods.dev/skills/wuyoscar/gpt-image2-skill/gpt-image"><img src="https://agentmods.dev/badge/skills/wuyoscar/gpt-image2-skill/gpt-image/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wuyoscar/gpt-image2-skill/gpt-image"><img src="https://agentmods.dev/badge/skills/wuyoscar/gpt-image2-skill/gpt-image.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk fail
- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Rogue Agent · line 19 Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
- medium Rogue Agent · line 3 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium MCP Rug Pull · line 37 uvx/uv tool run commands without ==version create a rug-pull risk.Fix: Pin the version: uvx package-name==1.2.3
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00062 | $0.02541 |
| Opus 5 | $0.00031 | $0.01270 |
| Sonnet 5 | $0.00012 | $0.00508 |
| Haiku 4.5 | $0.00006 | $0.00254 |
Grade A, and why
gpt-image scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
gpt-image
Agent runbook for GPT Image 2 / 2.5 generation/editing. Use the prompt library + packaged CLI. Do not reimplement image API code.
Operating loop
- Classify request and resolve model:
generate,edit,inpaint, ormulti-reference; identify asset type, exact text, aspect ratio, references, safety constraints, and budget/quality. Apply the model-choice rules below before any API call. - Choose the reference path: Image 2 keeps the gallery-first workflow below. For 2.5, a precise brief needs no reference loading; otherwise choose one short task slice.
- Refine only as needed: preserve the brief. Add a specific gallery case, craft section or template only to fill a concrete gap; do not load them as a bundle for 2.5.
- Confer when useful: before costly/ambiguous/high-polish calls, present 1–3 matched directions plus planned size/quality; ask at most one concise question at a time. Skip long discussion for precise “generate now” requests with a resolved model.
- Preflight, no side effects: use existing CLI/skill if present. Check command availability (
command -v gpt-image), installed tool lists when the tool manager exists, or the runtime’s own skill registry when available. Do not assume a local home path in cloud/hosted runtimes. - No blind setup: do not reinstall, overwrite skill folders, create/modify
.env, or write API keys unless the user explicitly requested setup. Global/shared installs are opt-in only. - Execute via CLI only: call
gpt-imageorscripts/generate.pywith an explicit--model. Do not create a newgenerate.py, SDK wrapper, or ad-hoc script for normal image requests. - Report: output file path(s), key flags, and one concise refinement suggestion if useful.
Fast path: confirmed 2.5 model + precise prompt + “generate now” → preflight and CLI, without a mandatory reference/craft pass. Do not reconfirm an exact valid model.
Model choice and prompt adaptation
| Choice | API model ID | Suggested use |
|---|---|---|
| Flare | gpt-image-2.5-flare |
Fast general generation and drafts |
| Sunburst | gpt-image-2.5-sunburst |
Precise reference edits and detailed control |
| Image 2 | gpt-image-2 |
Existing Image 2 workflows and compatibility |
What ships with it
43 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 297 B
- references/craft.md 19 KB
- references/gallery-anime-and-manga.md 15 KB
- references/gallery-architecture-and-interior.md 6.5 KB
- references/gallery-beauty-and-lifestyle.md 2.4 KB
- references/gallery-brand-systems-and-identity.md 3.3 KB
- references/gallery-character-design.md 1.9 KB
- references/gallery-cinematic-and-animation.md 5.9 KB
- references/gallery-cinematic-film-references.md 7.4 KB
- references/gallery-data-visualization.md 6.4 KB
- references/gallery-edit-endpoint-showcase.md 3.0 KB
- references/gallery-events-and-experience.md 2.5 KB
- references/gallery-fashion-editorial.md 8.7 KB
- references/gallery-fine-art-painting.md 5.9 KB
- references/gallery-gaming.md 8.5 KB
- references/gallery-illustration.md 2.3 KB
- references/gallery-infographics-and-field-guides.md 11 KB
- references/gallery-ink-and-chinese.md 2.5 KB
- references/gallery-isometric.md 4.6 KB
- references/gallery-more-illustration-styles.md 6.6 KB
- references/gallery-official-openai-cookbook-examples.md 3.8 KB
- references/gallery-photography.md 6.9 KB
- references/gallery-pixel-art.md 1.8 KB
- references/gallery-product-and-food.md 5.9 KB
- references/gallery-research-paper-figures.md 28 KB
- references/gallery-retro-and-cyberpunk.md 4.8 KB
- references/gallery-scientific-and-educational.md 8.6 KB
- references/gallery-screen-photography.md 3.2 KB
- references/gallery-tattoo-design.md 4.3 KB
- references/gallery-technical-illustration.md 7.0 KB
- references/gallery-typography-and-posters.md 15 KB
- references/gallery-ui-ux-mockups.md 6.3 KB
- references/gallery-watercolor.md 2.3 KB
- references/gallery.md 4.7 KB
- references/models.md 6.8 KB
- references/openai-cookbook.md 46 KB
- references/openai-image-2.5-editing.md 3.5 KB
- references/openai-image-2.5-generation.md 2.9 KB
- references/openai-image-2.5-layout-and-text.md 2.9 KB
- references/openai-image-2.5-migration.md 2.8 KB
- references/openai-image-2.5.md 1.4 KB
- references/templates-gpt-image-2.5.md 6.6 KB
- scripts/generate.py 2.5 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed · +17 lines · -58 tokens per session e53991d5c9d4
- 11d ago First seen · 107 lines · 120 tokens per session scan A 28336b6a46ff
gpt-image is a skill published in the GitHub repository wuyoscar/GPT-Image2-Skill (5,288 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 2,541 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gpt-image-2-prompt-engine
A structured prompt-writing tool for GPT-Image-2, using reusable JSON templates and a four-step workflow. It is designed for controlled commercial images such as product photos, posters, infographics, brand visuals, UI screenshots, and character designs.
gpt-image-2-gen
GPT Image 2 AI image generation via EvoLink API. Supports text-to-image, image-to-image editing, batch generation. Multiple sizes (ratio & pixel), resolutions (1K/2K/4K), quality levels (low/medium/high). Works with OpenClaw, Claude Code, OpenCode, Cursor. Powered by OpenAI GPT Image 2.
photographic-icon-set-generator
Generates consistent, locked-style sets of photographic, textured, or 3D-material-rendered icons via Ideogram — 3D-rendered, claymation, hand-painted, or isometric-with-material-texture icon packs that hold a shared style recipe across every icon in the batch. Use when the user asks for "3D icon set," "claymation…
brand-identity-sheet
Generates a single polished "brand identity sheet" image — a Dribbble-style board showing a UI card with the wordmark, a grid of textured app icons, pill-shaped buttons, a giant central wordmark treatment, and a secondary lockup with a brand glyph — and actually renders it via the ideogram MCP tools, not just drafts a…
character-model-sheet
Generates a single polished "character model sheet" image — a multi-panel character design board showing a full-body turnaround (front / 3-4 / side / back), a head & detail close-up sheet (face, hair/headwear, hands/props), a color palette, an overview text block (name, role, personality, wardrobe), and an optional…
concept-grid-generator
Generates a single "concept grid" image — a labeled comparison sheet showing several DISTINCT motif/icon concepts as tiles side by side, one locked palette and one locked rendering technique held constant across every tile — and actually renders it via the ideogram MCP tools, not just drafts a prompt. Use whenever the…