← ClaudeAtlas

pixeltamerlisted

Generate, edit, and compose images with gpt-image-2. Two backends — OpenAI API key or codex CLI (uses your ChatGPT subscription, no key needed). Three modes — one-shot generate, multi-image batch with verification, and multi-reference composition (up to 16 inputs blended into one). Use when the user asks to make an image, generate a poster, draw a mockup, design an icon, create an ad creative, build an infographic, blend reference images, edit or inpaint an existing image, or anything else that ends in a PNG.
gabelul/pixeltamer-gpt-image-skill · ★ 3 · AI & Automation · score 82
Install: claude install-skill gabelul/pixeltamer-gpt-image-skill
# pixeltamer — generate, edit, and compose images with gpt-image-2 Image generation that actually does what you asked for. Two backends so you don't have to pick a side: bring an OpenAI API key OR use the codex CLI signed in to your ChatGPT subscription. Same skill, same prompts, same output format, your choice of how to pay. ## When to use this Trigger this skill when the user asks for any of: - A new image, poster, illustration, photograph, mockup, icon, sticker, sprite, logo, hero, infographic, ad creative, scroll-stop card, magazine cover, podcast art, product shot, banner, OG image, social card, character reference sheet, app screen, dashboard mockup - An *edit* of an existing image (modify, inpaint, mask, change-only-X) - A *composition* of multiple reference images blended into one - A batch of related images to be generated together with verification If the request is "make me an image" or any flavor of it, this is the skill. ## Prerequisites — check the install (do this BEFORE the first generation) Run this first to see what's available: ```bash pixeltamer doctor ``` If the output shows at least one backend with a `✓` marker, you're set — go generate. Auto-detect picks API if a key is set, otherwise codex. Override with `--backend api|codex` per-call or set `PIXELTAMER_BACKEND` env var. **If `pixeltamer doctor` fails with `permission denied` instead of printing backend status:** the `skills` CLI stripped the dispatcher's execute bit on install/update. The d