
wuyoscar/gpt-image2-skill
Analytics & monitoringGPT Image 2 Prompt Gallery + Agentic Skill + CLI OpenAI GPT Image 2 prompt gallery, image prompt library, agentic skill, and CLI — curated, copy-paste prompts and runnable examples for skill-capable...
Обзор
GPT Image 2 Prompt Gallery + Agentic Skill + CLI OpenAI GPT Image 2 prompt gallery, image prompt library, agentic skill, and CLI — curated, copy-paste prompts and runnable examples for skill-capable...
README
GPT Image 2 Prompt Gallery + Agentic Skill + CLI OpenAI GPT Image 2 prompt gallery, image prompt library, agentic skill, and CLI — curated, copy-paste prompts and runnable examples for skill-capable agents.
English · 中文
✨ At a glance
🔎
Use this repo as a GPT Image 2 prompt gallery, image prompt library, example of generation showcase, Codex / Claude Code agent skill, and gpt-image-2 CLI. It includes reusable AI image prompts for research paper figures, posters, UI mockups, game HUDs, anime / manga, photography, typography, maps, tattoo design, and reference-image editing workflows.
This project is not trying to collect every prompt on the internet. We keep a selected set of examples that show what GPT Image 2 can do and how to use it well. Thanks for all the love this little gallery has received 🫶.
[!CAUTION] For research figures, treat generated images as references, workflow sketches, or reproducible style targets. We do not recommend dropping GPT Image 2 outputs directly into a paper as-is; for academic communication, that can be misleading and is generally bad practice.
Contributions are welcome — see CONTRIBUTING.md, CODE_OF_CONDUCT.md, and SECURITY.md.
📥
Before installing, check whether the skill or CLI is already available. Do not reinstall blindly, overwrite an existing skill folder, or create/replace API-key files. Use your runtime’s own skill list/status command when available; global/shared installs should be an explicit user choice, not an automatic setup step.
command -v gpt-image || true
command -v uv >/dev/null && uv tool list | grep -E '^gpt-image-cli([[:space:]]|$)' || true
test -n "${OPENAI_API_KEY:-}" && echo "OPENAI_API_KEY is already set (value hidden)"
Reads OPENAI_API_KEY from process env, then .env, then ~/.env without overriding an already-set env var.
Agent + API-key note. Codex also has its own built-in image-generation skill, but that path is black-box and cannot be edited here; Codex users can switch to it if they prefer. Thanks to the related issue discussion for the simple safety tip: if you do not want an agent to accidentally use your OpenAI API key, run
unset OPENAI_API_KEYbefore invoking the local CLI/skill.
⚡ Quick Usage & Prompting Fundamentals
Budget / quality guide
There is no separate budget flag here — use --quality as the budget knob.
low= cheap draft / collect / many variantsmedium= normal exploration / style probinghigh= final posters, Chinese text, diagrams, paper figures, banners
If you are generating dozens of candidates, start at low and only rerun finalists at high.
From gallery prompt → CLI / SDK
Every entry below ships just the prompt plus a metadata line ("size" · "quality" · source). Assemble the CLI / SDK call the same way every time — worked once here so per-entry code blocks can stay out of your way. Example for a "portrait" · "high" entry:
# CLI
gpt-image -p "" --size portrait --quality high -f out.png
# OpenAI SDK — `size` is the literal pixels; the CLI shortcut maps to `1024x1536` for portrait
from openai import OpenAI
client = OpenAI()
result = client.images.generate(
model="gpt-image-2",
prompt="",
size="1024x1536",
quality="high",
)
For reference-based edits, add -i ref.png (repeatable) and optionally -m mask.png on the CLI, or call client.images.edit(...) with image=[open(p, "rb") for p in refs]. Everything else stays identical to the generate path.
Exit codes: 0 success · 1 API/refusal error (full response body echoed to stderr) · 2 bad args or missing OPENAI_API_KEY.
📖 Prompting Fundamentals
🎨 Prompt Showcase
About the prompts. This README showcases a representative selection of prompts together with their generated images. The larger Reference Gallery contains the full curated prompt/image atlas, organized by category in
skills/gpt-image/references/gallery.mdand the matchingskills/gpt-image/references/gallery-*.mdfiles.Source labels.
Curatedmeans a repo-curated or substantially reworked prompt/image; outside-source items keep visible author/source links.
🎌 Anime & Manga
↑ Gallery index
Anime fashion portrait triptych
Anime & Manga · 3-image portrait set · Curated
MAPPA-style anime action still (Jujutsu-Kaisen aesthetic)
“landscape” · “high” · “Curated”
Shōnen battle key-visual (Naruto-Shippuden aesthetic)
“landscape” · “high” · “Curated”
Manga / anime 1×2 panel
Anime & Manga · 1×2 panel · Curated
16-panel anime expression grid
“square” · “high” · “WeChat”
Tide Brothers 19-page manga proof sheet
“tall 2160×3840” · “high” · “Curated”
🎮 Gaming
↑ Gallery index
Stealth and open-world action panel
Gaming · 2-image landscape gameplay panel
Fantasy adventure panel
Gaming · 2-image landscape gameplay panel
Stylized game HUD panel
Gaming · 2×2 landscape gameplay HUD panel
Nine-panel dark-fantasy worldbuilding set
“square” · “high” · “X”
🤖 Retro & Cyberpunk
↑ Gallery index
Cyberpunk mecha girl over sea fortress
“landscape” · “high” · “GitHub archive”
Neon Orchid District design board
“landscape” · “high” · “Curated”
Synth Moon Crew alien nightlife grid
“square” · “high” · “Curated”
🎬 Cinematic & Animation
↑ Gallery index
Pixar-style 3D animation still (kitten)
“landscape” · “high” · “Curated”
1940s film-noir still
“landscape” · “high” · “Curated”
Professional 6-panel film storyboard
“landscape” · “high” · “Curated”
Studio-Ghibli-style animation still
“landscape” · “high” · “Curated”
VHS grocery-store chaos still
“landscape” · “high” · “Reddit”
👤 Character Design
↑ Gallery index
Official character reference sheet
“landscape” · “high” · “X”
Elven archer sketchbook concept sheet
“portrait” · “high” · “Reddit”
📝 Typography & Posters
↑ Gallery index
Poster 1×3 panel
Typography & Posters · 3-poster panel · Mixed original + community
🎨 Illustration
↑ Gallery index
Vintage Amalfi Coast travel poster
“portrait” · “high” · “X”
Paper-cut forest night market
“landscape” · “high” · “Curated”
💧 Watercolor
↑ Gallery index
Rainy botanical greenhouse watercolor
“landscape” · “high” · “Curated”
🖌️ Ink & Chinese
↑ Gallery index
Song dynasty night-market handscroll
“landscape” · “high” · “Curated”
🕹️ Pixel Art
↑ Gallery index
Pixel art 1×2 panel
Pixel Art · 1×2 panel · Sources credited per panel
📐 Isometric
↑ Gallery index
Isometric fantasy village map
“square” · “high” · “Reddit”
📦 Product & Food
↑ Gallery index
Product & food 1×3 panel
Product & Food · 3-image panel · Sources credited per panel
🧩 Brand Systems & Identity
↑ Gallery index
Moss Radio brand identity showcase board
“square” · “high” · “X”
PS1 nostalgia reboot brand kit
“square” · “high” · “X”
Playful brand kit: Mochi Metro
“square” · “high” · “X”
📷 Photography
↑ Gallery index
Photorealistic 2×2 panel
Photography · 2×2 panel · Sources credited per panel
🖥️ Screen Photography
↑ Gallery index
Real screen-photo prompt pair
Screen Photography · 1×2 raw phone-photo-of-screen palette · A adapted from Reddit prompt structure, B Curated
📊 Infographics & Field Guides
↑ Gallery index
Song Dynasty social-media feed
“portrait” · “high” · “X”
Museum catalog disassembly infographic (唐代襦裙)
“portrait” · “high” · “X”
Encyclopedia field guide (Giant Panda)
“portrait” · “high” · “X”
Camera styles reference board for iPhone photographers
“landscape” · “high” · “X”
📚 Research Paper Figures
↑ Gallery index
Research paper figure grid
Research Paper Figures · 4×4 literature-science figure grid · Curated / source-attributed prompts retained below
A dedicated sub-library for ML/AI papers. Sixteen templates covering literature-science medical figures, architecture diagrams, plots, heatmaps, sankeys, timelines, traces, and security flows. Use these when you need NeurIPS-quality figures in one shot.
🏢 Official OpenAI Cookbook Examples
↑ Gallery index
Verbatim prompts from OpenAI’s official GPT Image prompting guide. We regenerated each with our CLI at --quality high so you can compare your results against an independent run of the same prompt. Prompts are exactly as published by OpenAI.
Official prompt triptych
Official OpenAI Cookbook Examples · 1×3 portrait panel
✨ Edit Endpoint Showcase
↑ Gallery index
Edit endpoint palette
Edit Endpoint Showcase · 2×2 before / after edit palette · credited source noted
📱 UI/UX Mockups
↑ Gallery index
Web3 wallet and tracker app pair
UI/UX Mockups · 1×2 mobile-interface pair
Design system and dashboard panel
UI/UX Mockups · component board + desktop dashboard panel
📊 Data Visualization
↑ Gallery index
Editorial data visualization pair
Data Visualization · 1×2 chart panel
Treemap and geographic allocation panel
Data Visualization · 1×2 allocation/map panel
⚙️ Technical Illustration
↑ Gallery index
Technical cutaway and exploded-view panel
Technical Illustration · 2×2 mixed technical panel
🏛️ Architecture & Interior
↑ Gallery index
Architecture and interior pad
Architecture & Interior · 2×2 architectural visualization pad · Curated
🔬 Scientific & Educational
↑ Gallery index
Human anatomy poster triptych
Scientific & Educational · 1×3 tall anatomy poster panel
Science diagram 2×2 panel
Scientific & Educational · 2×2 widescreen diagram panel
👗 Fashion Editorial
↑ Gallery index
Fashion editorial portrait palette
Fashion Editorial · 2×2 same-size portrait palette · Curated plus credited sources
Y2K Revival: Cyber-Pop Studio Session
“square” · “high” · “Curated”
🎨 Fine Art Painting
↑ Gallery index
Landscape and mural painting panel
Fine Art Painting · 1×2 widescreen painting panel
Texture and modernist painting panel
Fine Art Painting · mixed-format painting panel
✏️ More Illustration Styles
↑ Gallery index
More illustration styles pair
More Illustration Styles · 1×2 selected style panel
🎥 Cinematic Film References
↑ Gallery index
Cinematic film reference palette
Cinematic Film References · 2×3 cinematic palette · Curated
💄 Beauty & Lifestyle
↑ Gallery index
Beauty and lifestyle palette
Beauty & Lifestyle · 1×2 curated lifestyle palette · Curated
🎟️ Events & Experience
↑ Gallery index
Visitor navigation map panel
Events & Experience · 1×2 wayfinding map panel
Prompt A — Zoo visitor wayfinding map
Design a polished visitor wayfinding map for a fictional modern city zoo named "RIVERGATE Z
Рекомендуемые инструменты
Попробуйте другой запрос или уберите фильтр.
Установка
npx skillfish add wuyoscar/gpt-image2-skill