← ClaudeAtlas

chatgpt-image-adlisted

Generate one or more standalone Meta image-ad creatives via ChatGPT Image 2 (gpt-image-2) through the Novoads API. Locks the model, auto-strips platform chrome, enforces edge-safe layouts and glyph-safety inside body text. Use when the user asks for a "gpt-image-2 ad", "ChatGPT Image ad", "Image 2 ad creative", "make a static image ad with GPT", or anchors on a need for typography-heavy / dense-text / UI-mimicry ad creatives (chat threads, comparison tables, fake search results, iOS dialogs, Slack snapshots, ChatGPT-conversation ads, Apple Notes lists). Does NOT trigger on Nano Banana cues — use nano-banana-image-ad for those.
novoads/claude-code-ads · ★ 14 · AI & Automation · score 73
Install: claude install-skill novoads/claude-code-ads
# chatgpt-image-ad Generate one or more **standalone Meta ad image creatives** via Novoads' `POST /v1/images` with `model: "gpt-image-2"`. Hands the image paths off to your Meta-ad-builder skill — this skill does not upload to Meta itself. ## If the `shared/` files are not on disk Then this skill was installed on its own from skills.sh and the rest of the pack stayed behind. Fetch each missing file from `https://raw.githubusercontent.com/novoads/claude-code-ads/main/<path>`, where `<path>` is one of `shared/skills/image-ad-prompting/OVERVIEW.md`, `shared/skills/image-ad-prompting/prompting/prompt-library.md`, `shared/skills/image-ad-prompting/prompting/safety-suffixes.md`, `shared/skills/image-ad-prompting/prompting/template-format.md` and `shared/skills/chatgpt-image-ad/prompting/guide.md`. Or take everything at once with `git clone https://github.com/novoads/claude-code-ads.git`. That install has no `scripts/check-novoads-env.sh` either, so set `NOVOADS_API_KEY` in the environment yourself and let the first call report the key. ## Read order Paths below are **from the repo root**. This skill is copied into `.claude/skills/` and `.cursor/skills/` by `sync-skill.sh`, so a relative link out of it would break in those copies — read these from the repo you are working in. 1. **This file** — endpoint, auth, upload flow, workflow phases. 2. `shared/skills/image-ad-prompting/OVERVIEW.md` — the ecosystem hub: which skill, which model, what the family does and doesn't do. 3. `s