← ClaudeAtlas

nano-banana-image-adlisted

Generate one or more standalone Meta image-ad creatives via Nano Banana Pro through the Novoads API. Locks the model, auto-strips platform chrome, enforces edge-safe layouts. Use when the user asks for a "Nano Banana ad", "Gemini image ad", "nano-banana-pro ad creative", "make a static image ad with Gemini", or anchors on a need for photoreal / lifestyle / multi-reference / handheld-object / clay-texture ad creatives (sticky-note flatlays, held-whiteboard signs, lifestyle portraits, ingredient collages, OOH photography). Does NOT trigger on ChatGPT Image cues — use chatgpt-image-ad for those.
novoads/claude-code-ads · ★ 14 · AI & Automation · score 73
Install: claude install-skill novoads/claude-code-ads
# nano-banana-image-ad Generate one or more **standalone Meta ad image creatives** via Novoads' `POST /v1/images` with `model: "nano-banana-pro"`. 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` and `shared/skills/nano-banana-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. `shared/skills/nano-banana-image-ad/prompting/guide.md`