claude-code-ads
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Claude Code skills to generate AI video ads, UGC ads, and image ads. The official Novoads skill pack (REST API + MCP).
Novoads — AI Video & Image Ad Skill Pack


Every image and video in this README was generated by the skills in this repo, through the API, with
the asks shown beside them.
Make AI video ads and static image ads from Claude Code or Cursor, against your own
Novoads
account. The agent does the mechanical part — upload, price, generate, poll, download — and the
skills carry the part that decides whether the render is any good: the prompt.
Nine models are live on the API. Six make video (Seedance 2.0, Seedance 2.5, Seedance 2.0
Mini, Omni Flash, Veo 3.1, Sora 2) and three make stills (GPT Image 2, Nano
Banana Pro, Reve 2.1). On top of them this repo ships five Seedance prompt formulas, a
40-template static-ad library, Pixar and claymation pipelines, YouTube thumbnails, caption burn-in,
and a Meta publishing step.
Two rules run through the whole pack, and they are the reason it is safe to point an agent at a
billing API:
- No price is ever quoted from memory. Every credit number comes from a live
POST /v1/estimatescall in the session that is about to spend, shown to you and approved first.
That call is free, and there is no rate table anywhere in this repo to fall back on. - The spoken line is approved on its own, before the cost gate. Seedance renders the dialogue
and the lip-sync in the same call, so the sentence in the prompt is the sentence in the finished
ad. Approving a concept is not approving a sentence, and approving a sentence is not approving
a spend.
Need an account? The entry offer is a $1 trial — not a free tier, and it can generate through
the API like any other live plan:
novoads.ai
Claude and Claude Code are products of Anthropic. This is an independent skill pack built by
Novoads for Claude Code; it is not affiliated with or endorsed by Anthropic.
Prerequisites
A Novoads API key, and a shell. The key is not optional and nothing in this
repo substitutes for it: every skill here runs one executable path, curl
against https://api.novoads.ai/v1 with NOVOADS_API_KEY from .env. Create
one at novoads.ai/dashboard/settings?tab=api.
Beyond the key, the core workflow (upload a photo, price it, generate a
video or an image, poll, download) is plain HTTP driven by your agent.curl and jq are enough, and both are already on most machines. Your
first ad needs nothing from the optional table.
| Tool | Needed for | Install (macOS) |
|---|---|---|
curl + jq |
Everything on the API: uploads, estimates, generation, polling, download | preinstalled / brew install jq |
| Python 3.10+ | The image-ad callers (chatgpt-image-ad, nano-banana-image-ad, clone-image-ad). Stdlib only, nothing to pip install |
preinstalled or brew install [email protected] |
ffmpeg |
Only the steps that assemble or edit video on your machine: the storyboard ads (novoads-pixar-ad, novoads-claymation-ad, both of which assemble locally at every length), the local post steps (music-mix, broll-overlay), and frame extraction in analyze-video. Every core API workflow needs nothing |
brew install ffmpeg |
Captions, transcripts and music are generated server-side and need no local
tools: POST /v1/captions burns captions in (30 presets), POST /v1/transcripts
returns text, word timings and an SRT, and POST /v1/music generates the
soundtrack. Only laying that soundtrack under a finished cut is local, and that
is the music-mix step in the ffmpeg row above.
Optional, per workflow. Each skill tells you when it needs one; nothing
here blocks your first ad:
| Tool | Only if you | Install |
|---|---|---|
| Meta publishing deps | publish finished creatives to the Meta Marketing API (meta-ad-builder) |
pip install -r shared/skills/meta-ad-builder/scripts/requirements.txt |
Node.js + whisper |
use the manual caption path instead of POST /v1/captions: a style outside the 30 presets, or hand-editing the wording before burn-in |
brew install node; pip install openai-whisper plus a model download (the binary alone returns an EMPTY transcript, not an error) |
Linux: apt install curl jq ffmpeg python3. Windows: WSL2 or Git Bash;
the skills here are shell scripts and curl calls, so they need a POSIX shell.
No shell at all? See Environments that cannot run this repo at the bottom.
Get started (5 minutes)
Copy one prompt
In Claude Code or Cursor, open a new empty folder and paste:
https://github.com/novoads/claude-code-ads help me set this up
The agent clones this repo, runs ./scripts/setup.sh, and stops at the one step only you
can do: pasting your Novoads API key. Prefer the terminal? The same thing by hand:
1. Clone
git clone https://github.com/novoads/claude-code-ads.git
cd claude-code-ads
2. Run setup
./scripts/setup.sh
It creates .env (chmod 600), asks for your API key, and validates the key againstGET /v1/models before writing it to disk — a key that has never been probed is the most
expensive thing to debug later. It then copies MASTER_CONTEXT.template.md to your personalMASTER_CONTEXT.md, syncs the skills, and runs the connectivity check.
Your key looks like novo_ followed by 64 hex characters. Create one at
novoads.ai/dashboard/settings?tab=api — it is
shown once, at creation, and cannot be retrieved afterwards.
Setup never hangs an agent: with no TTY (or with --non-interactive) it prompts for nothing,
prepares the workspace, prints the one step left for a human, and exits 0.
Re-check connectivity any time with ./scripts/check-novoads-env.sh. It tells you which failure
you have: a 401 is a bad or revoked key, a 403 with plan_required is a good key on an account
without API access. Different problems, different fixes.
3. Open in your editor
Claude Code: open the folder. A SessionStart hook syncs the skills and prints a banner —
which skills are installed, whether .env and MASTER_CONTEXT.md are set up, and the reminder
that prices come from /v1/estimates.
Cursor: open the folder. The same skills are exposed at .cursor/skills/.
4. Ask for something
Drop a product photo into references/products/ and say what you want. The agent picks the route,
reads the matching prompt formula, prices it, confirms the dialogue, and generates. The first time
you ask for an ad it asks what your product is and saves the answer to MASTER_CONTEXT.md, so no
later session asks again — setup itself never asks; the only thing setup needs from you is the key.
See what it makes
Everything below was made by this pack in one run on 2026-08-11/12, through the same skills a
customer installs. Each item shows the exact ask typed to the agent and the prompt the skill wrote
from it. The prompt panels are wrapped for width, and the long ones stop after their opening blocks
and name their full length.
Demonstration creative for a real product; not commissioned by or affiliated with the brand.
| What | Watch | The ask, and the prompt the skill wrote |
|---|---|---|
| Pixar-style storyboard ad. A cast sheet, four beat stills, one clip per beat, voice-over into the gaps, a music bed and captions, assembled locally. Made with novoads-pixar-ad. Rendered 2026-08-12 UTC. Demo creative. |
![]() |
You type: Make a Pixar-style animated ad for Liquid Death — the villain is a sad crumpled plastic bottle. Play it as dark comedy, not eco-preaching.The prompt the skill wrote 3D animated film look, vertical 9:16, animating the character in the |
| Static ad to motion. One finished still, one call: the coin scratches the foil and the reveal happens while every printed word stays frozen. Made with novoads-image-to-motion. Rendered 2026-08-12 UTC. Demo creative. Rendered on seedance-2.0: on this run seedance-2.5 refused every start image it was sent, six calls, each charged and then refunded, while the same still went through on seedance-2.0. |
![]() |
You type: Animate this scratch-off ticket ad — a coin scratches the foil and the reveal happens. Every word stays frozen.The prompt the skill wrote Locked-off overhead flat-lay of a printed Liquid Death scratch-off |
| Claymation ad. A five-beat clay short: cast sheet, per-beat stills, per-beat clips, voice-over, music bed, a composited end card, captions burned locally. Made with novoads-claymation-ad. Rendered 2026-08-12 UTC. Demo creative. |
![]() |
You type: Make a claymation ad for Liquid Death — a bored office worker's grey day until the can shows up. No eco talk.The prompt the skill wrote Hand-sculpted stop-motion clay look. Plasticine characters with visible |
| UGC selfie ad. One 15-second Seedance call: four jump cuts, and the spoken script and its lip-sync rendered in the same call as the picture. Made with novoads-api. Rendered 2026-08-12 UTC. Demo creative. |
![]() |
You type: Make a 15-second UGC video ad for Liquid Death — a woman in her kitchen explains why she switched. Match Liquid Death's brand voice.The prompt the skill wrote 15 seconds UGC style honest review video, filmed on smartphone at arm's |
| Clone of an existing ad. One of our own skincare ads read locally with ffmpeg and Whisper, then rebuilt for a different product. The clip plays source left, clone right. Made with clone-video-ad. Rendered 2026-08-12 UTC. Demo creative. |
![]() |
You type: Clone this video ad for Liquid Death: references/sources/our-own-ugc-ad-source.mp4The prompt the skill wrote Handheld selfie take on a phone in one hand, one unbroken take, no cuts, |
Five templates from the
40-template library, plus a
thumbnail, on one sheet: scratch ticket, desk-kit flatlay, 9:16 story hero, sticky-note flatlay,
before/after split, and a reaction thumbnail from
generate-youtube-thumbnail.


The pair demonstrates the edit endpoint: the same image sent back with sourceAssetId, one new
headline, and nothing else moved.
The pack prices before it spends: POST /v1/estimates first, the number shown, the render only
after that number is approved. This is what one of those moments looks like, captured on 2026-08-11
before the UGC row's 720p render. A dated capture, not a rate table.
{
"capturedAt": "2026-08-11",
"endpoint": "POST https://api.novoads.ai/v1/estimates",
"apiSpecVersion": "2.19.0",
"httpStatus": 200,
"request": {
"kind": "video",
"model": "seedance-2.0",
"durationSeconds": 15,
"resolution": "720p",
"language": "en",
"prompt": "15 seconds UGC style honest review video, filmed on smartphone, grey morning light through the kitchen window blinds, casual handheld selfie angle. … (2,646 characters)"
},
"response": {
"credits": 7,
"balance": 243.2,
"sufficient": true
},
"responseHeaders": {
"x-request-id": "f8f1379240ff64680b8263fa8d5559b3"
}
}
credits and balance are display credits, the same unit POST /v1/videos reports back ascreditsCharged. The prompt is abridged here for width; the call carried it in full.
What you can make
🎬 Seedance 2.0 video — the flagship
Any integer duration from 4 to 15 seconds, six aspect ratios, native audio and lip-sync
rendered in the same call. Start from one photo (startImageAssetId animates it as the first
frame) or composite up to nine reference images (referenceAssetIds, addressed in the prompt
as @Image1…@ImageN). Those are two separate modes — a request carrying both is rejected.
Five prompt formulas ship, each with a worked example that has been priced live:
| Formula | For | File |
|---|---|---|
| UGC selfie review | A person talking to camera about the product | seedance-2-ugc.md |
| Premium reveal | Dark void, text narrative, no person | seedance-2-premium-reveal.md |
| Product hero | Splash, mist, light rays, slow rotation | seedance-2-product-hero.md |
| Studio lookbook | Polished multi-look editorial with voiceover | seedance-2-studio-lookbook.md |
| Feature walkthrough | Fast-paced demo cuts, one person held across clips | seedance-2-feature-walkthrough.md |
"Make a 12-second Seedance UGC video — woman in a kitchen holding the product, says she stopped
buying the drugstore version"
The platform guide — grids, the two reference modes, prompt length by shot count, the mini-draft
tier — is seedance-2.md.
Draft on Mini first. seedance-2.0-mini takes the same grid and the same formulas at half the
price and comes back in 2–3 minutes. Upload once, draft on Mini, re-price naming the final tier,
render once. The agent asks which tier you want before the first Seedance call of a workflow.
🎬 Seedance 2.5 — the long one
Any integer duration from 4 to 30 seconds, which makes it the only model here that renders past
15 in a single call. Everything else is 2.0's shape: the same six aspect ratios, the same ninereferenceAssetIds, the same audioEnabled toggle, the same 4,000-character prompt ceiling — so
the five Seedance formulas apply unchanged.
Two differences worth knowing before you pick it. It renders 480p and 720p only — no1080p, no 4k, on either provider — so a resolution carried over from a 2.0 workflow is a
rejected request rather than a downgrade. And it is the dearest model on the API at the same
length; thirty seconds of it is the most expensive single call this API takes. Price it, like
everything else, at POST /v1/estimates.
"Make a 30-second Seedance 2.5 ad — the founder walks through the workshop and explains why they
built it"
A longer clip wants more beats, not slower delivery. If the script only fills 15 seconds, render
15 seconds on seedance-2.0, which is cheaper at that length.
🎬 Omni Flash — fast vertical clips
"Give me a fast 8-second vertical clip of the product on a kitchen counter, no dialogue"
omni-flash carries a 20,000-character prompt ceiling, the roomiest of any video model here
against 4,000 everywhere else, which is what makes long structured briefs possible. Its grids are narrower than Seedance's — durations 4/6/8/10,
aspect ratios 9:16 or 16:9 only — and it takes no reference images. Prompt craft in
shared/skills/gemini-omni-flash/prompting/guide.md,
which is Google DeepMind's own guide with the parts this API cannot reach marked as such.
🖼️ Stills — people, products, characters
POST /v1/images is synchronous: the finished images come back in the response body, so there
is nothing to poll. Up to 4 images per call; reference images are capped per model — 4 ongpt-image-2, 14 on nano-banana-pro, 8 on reve-2.1.
gpt-image-2— heavy typography and mimicked UI.nano-banana-pro— photoreal people and products in a scene; holds a character's identity
tightest across a reference batch.reve-2.1— a different look on the same still, or a second opinion.
"Create a new AI influencer — 22-year-old with freckles, golden-hour kitchen lighting"
· "UGC selfie of Sofia holding the product in her bedroom"
· "Recreate this influencer's look from this photo"
Character sheets, influencer recreation, UGC product selfies and product-showcase stills live in
skills/novoads-api/prompting/prompt-library/. The
standard flow is still-first: generate the still, get it approved, then animate the approved frame
on Seedance. Stills are cheap to iterate; video is not.
Every returned image gets a QA look — hands, fingers, faces, merged objects, garbled text. A
defect is regenerated with a corrected prompt, capped at 2 retries, and the extra credits are
reported at the end.
📸 Static Meta image ads (40-template library)
"Make me an Apple Notes-style ad for my product" · "Generate a Forbes editorial ad" ·
"Clone this comparison-table ad as a template"
A three-skill family over a shared library of 40 validated prompt templates — Apple Notes
lists, editorial hero, fake Google search, comparison tables, sticky-note flatlays, Slack threads,
ChatGPT-conversation ads, iMessage screenshots, magazine covers, billboards, museum exhibits,
weather UI, scratch-off tickets, founder letters, dating-app cards, and more.
chatgpt-image-ad— typography / UI mimicry, ongpt-image-2nano-banana-image-ad— photoreal / lifestyle / multi-reference, onnano-banana-proclone-image-ad— reverse-engineer an existing ad into a new library entry; asks which backend to validate against at Phase 1 (gpt-image-2,nano-banana-proorreve-2.1) and can cross-validate against another at Phase 8
Read shared/skills/image-ad-prompting/OVERVIEW.md
first — it holds the decision tree, the per-backend aspect-ratio matrix, and the standard
generate / clone workflows. Output is image files; publishing is the separate meta-ad-builder
skill.
🎞️ Multi-step animated pipelines
| Pipeline | Shape | Guide |
|---|---|---|
| Pixar-style 3D animated ad | The storyboard flow, and the only one: a researched product read → cast sheet → per-beat gpt-image-2 stills, each chaining the previous one's assetId to hold the character → seedance-2.0 per beat → POST /v1/voiceovers into the gaps → music bed → captions → local ffmpeg assembly. Carries the genre's beat formulas: an anthropomorphized problem character that speaks the pain in first person, a protagonist reveal, a mascot mechanism-of-action scene, a composited end card. Gated: the board is reviewed before the clips are paid for. Every animated ask routes here, a 15-second one included — there is no single-call tier, so ffmpeg is required |
novoads-pixar-ad · formulas in references/formulas.md |
| Claymation / stop-motion clay ad | The 8-beat narrative arc (setup → inciting moment → social validation → quiet despair → clay infographic → discovery → transformation → resolution), a 5-beat short, hand-sculpted clay style lock, per-beat material detail, and a local ffmpeg + Whisper read of a reference video as a second entry for recreating a clay ad you were shown | novoads-claymation-ad · formulas in references/formulas.md |
| Still → motion graphic | One seedance-2.5 call off startImageAssetId, where the image you hand over is the shot rather than a reference: motion vocabulary for seven image classes (UI, hero, flat-lay, key art, collage, product, character), a timed-beat prompt template, and the clauses that hold text pixel-identical and pin regions still. The judgement is what moves, in what order, and what is absent at 0.0s |
novoads-image-to-motion |
| YouTube thumbnails | 5 CTR formulas (peace-sign branding, real-vs-AI, terminal flow, reaction shock, before/after split) on nano-banana-pro, likeness locked with face references |
generate-youtube-thumbnail |
| Burn captions onto an MP4 | Whisper transcript → reading phrases → captions-only HTML on a transparent background → ffmpeg alpha overlay. The manual caption path, for a style outside the 30 presets or wording you need to hand-correct. Out of band: no API call, no credits | caption-video |
| Overlay b-roll cutaways on a finished MP4 | Whisper transcript → EDL of overlay windows (file, start, end, covers) → validate → ffmpeg overlay → verify duration, audio and every window. Base audio runs untouched, duration never changes. Local ffmpeg, no credits (the cutaway clips themselves are generated first, and those are charged) |
broll-overlay |
| Lay a music bed under a finished MP4 | Track trimmed and faded to the exact cut length, ducked under the voice, picture stream-copied so burned captions survive bit-exact. Mixing is local ffmpeg and free; generating a track is one priced API call on the same key (two tracks per request), or bring your own file | music-mix |
🔄 Reverse-engineer existing creative
"Reverse-engineer this video into a reusable Seedance template" ·
"Clone this video ad for our product"
- analyze-video — pulls frames with
ffmpeg and the transcript with Whisper locally, reads out the beat structure, and writes a new
parameterized formula into the prompt library. Nothing is charged until an optional test render. - clone-video-ad — the same local analysis, but the
output is a rendered clip, so both gates apply. There is no video-to-video on this API: a source
longer than the chosen model's ceiling becomes a series of clips held together by passing the same
reference images to each one — thoughseedance-2.5reaches 30s in one call, so some sources that
used to need two clips now need one.
📤 Publish as a paused Meta ad
"Publish this approved creative as a paused Meta ad"
meta-ad-builder takes a finished file and uploads it
through the Meta Marketing API. Every ad is created PAUSED — you launch it yourself in Ads
Manager. It can also pull your top-spending ads and competitor ads to inform copy. Auth via theMETA_* rows in .env.
What it costs
There is no price list in this repo, on purpose. A stored rate goes stale silently, and a quote
that disagrees with the invoice is worse than no quote at all.
Instead, before anything is generated, the agent calls POST /v1/estimates and shows you what came
back: the credits for that exact configuration, your balance, and — when the batch would exceed the
balance — how short you are and where to top up. You approve the number, then it generates.
The estimate is free, and what it does not do is worth stating:
- The estimate lints a video prompt, advisorily. It returns a
warningsarray of craft notes
({rule, message}) — verified live 2026-08-04.POST /v1/videosandPOST /v1/imagesdo not
run these rules and return no such field. Nothing in it can refuse or reprice a call, so a
weak prompt is still priced, charged and rendered exactly like a strong one, and the warnings
are substring matches that do false-positive. Read them, judge each against your prompt,
and never paste in a suggested fix that does not fit. The prompt libraries in this repo remain
the real quality gate — which is why the skills treat them as mandatory reading rather than
reference material. - It refuses malformed requests for free, including a prompt over the named model's character
ceiling. - Its quote cannot disagree with the invoice, with one caveat worth knowing: the estimate skips
moderation, which the paid call runs, so a prompt priced clean can still be refused ascontent_policy. Nothing is charged when it is.
GET /v1/models carries each model's live grid and its price for a representative output if you
want to compare models yourself.
Supported models
All nine are live on api.novoads.ai/v1. Grids below come from GET /v1/models — that endpoint
is the current answer, this table is a map.
| Model | Kind | Duration | Aspect ratios | Prompt cap | Notes |
|---|---|---|---|---|---|
seedance-2.0 |
Video | 4–15s, any integer | 16:9 9:16 1:1 4:3 3:4 21:9 |
4,000 chars | The flagship. Native audio + lip-sync, mutable with audioEnabled: false. startImageAssetId or up to 9 referenceAssetIds, never both. Fleet range 3–8 min; one render here came back in ~171s. |
seedance-2.5 |
Video | 4–30s, any integer | same as above | 4,000 chars | The only model here that renders past 15s. Otherwise 2.0's shape — audio toggle, 9 reference images, six ratios. 480p / 720p only, no 1080p or 4k. Dearest per second; nothing has timed one, so quote the wait as unknown. |
seedance-2.0-mini |
Video | 4–15s, any integer | same as above | 4,000 chars | Same grid, same formulas, half the price, back in 2–3 min. The drafting tier. |
omni-flash |
Video | 4 6 8 10 |
9:16 16:9 |
20,000 chars | No reference images. Defaults to 9:16 and 8s. Best for long structured briefs and silent b-roll. |
veo-3.1 |
Video | 4 6 8 |
9:16 16:9 |
4,000 chars | Start frame only, no reference images. Defaults to 8s — the one model that defaults to its own ceiling. Shot-evolution prompting. Unmeasured here: no render time on record. |
sora-2 |
Video | 4 8 12 |
9:16 16:9 |
4,000 chars | Start frame only, no reference images. Measured with no leading silence where Seedance front-loads 3–5s, and ~123s to render. Coarse grid: no 6s, no 10s. |
gpt-image-2 |
Image | — | 1:1 4:5 2:3 9:16 16:9 21:9 |
32,000 chars | Typography and UI mimicry. Synchronous. |
nano-banana-pro |
Image | — | 10 ratios incl. 3:2 4:3 5:4 |
50,000 chars | Photoreal people and products; strongest identity lock across references. The most prompt room on the API. |
reve-2.1 |
Image | — | same 10 ratios | 4,000 chars | Third look / second opinion on a still. The one image model still on the old tight budget. |
Image calls take numImages 1–4. Two of their limits are per model and neither is one
number across the set. The referenceAssetIds cap is 14 on nano-banana-pro, 8 onreve-2.1, 4 on gpt-image-2. The prompt ceiling is 50,000, 4,000 and 32,000 in that same
order, split apart by deployed spec 2.16.0 from what used to be 4,000 everywhere. So a prompt
written for one image model may be too long for another, and switching to reve-2.1 for a
second opinion is the case that hits it. Images have no start-frame concept. Videos are
asynchronous (202 + jobId, poll to a terminal status); images come back in the response body.
audioEnabled is a Seedance-only boolean (default true) — all three variants take it; sendfalse for a clip meant to run silent. The other three video models are strict and 400 on it, as
does POST /v1/estimates for every model — it does not move the price.
resolution is on seedance-2.0 and seedance-2.5 only, and it is the one output-shape field
that moves the price: each tier is its own credit schedule, not a surcharge on the one below it.
Since 2026-08-07 480p costs roughly half of 720p rather than the same, which makes it a real
draft tier on both. seedance-2.5 stops at 720p.
Kling 3 is not on this API and is not queued for it. Its prompt library sits inskills/novoads-api/prompting/prompt-library/ as craft only; the agent will say so plainly rather
than routing you somewhere else. There is likewise no b-roll or scene endpoint — a silentomni-flash or Seedance clip is the b-roll path.
What's in the box
| Path | What it does |
|---|---|
skills/novoads-api/ |
The spine. SKILL.md is the router: decision tree, the two gates, the full call sequence, error branching. reference.md is every endpoint, field, limit and status code, plus the dated discrepancy list. Carries the Seedance formulas, the image/character libraries, and the analyze-video + clone-video-ad sub-workflows. |
skills/chatgpt-image-ad/ |
Static Meta image-ad creatives on gpt-image-2 (typography / UI mimicry). |
skills/nano-banana-image-ad/ |
Static Meta image-ad creatives on nano-banana-pro (photoreal / lifestyle). |
skills/clone-image-ad/ |
Turn an existing ad image into a reusable library entry. Backend chosen at Phase 1. |
skills/generate-youtube-thumbnail/ |
5 CTR-tested thumbnail formulas with bounded batch generation. |
skills/novoads-pixar-ad/ |
A product URL or photo → a finished stylized 3D animated ad, built as a reviewed storyboard: one clip per beat, narrator voice-over layered into the gaps, then local assembly. Stills chain by assetId, so holding one character across separately-rendered beats needs no re-upload. Every Pixar-style ask lands here, at any length. references/formulas.md holds the four genre roles with a variable table and a worked still and clip prompt for each; evals.md the scored cases; references/NOTICE.md the upstream MIT notice for the craft it adapts. |
skills/novoads-claymation-ad/ |
The clay sibling. Same pipeline as the Pixar skill; what it owns is the hand-sculpted clay look and a longer, quieter arc built on a named protagonist. references/formulas.md holds the eight beats, the subject-lock fragments and the clay QA checklists; evals.md the clay-specific cases on top of the Pixar skill's; references/NOTICE.md the upstream MIT notice. |
shared/skills/image-ad-prompting/ |
Shared brain for the image-ad family: OVERVIEW.md, the 40-template library, safety suffixes, entry format. |
shared/skills/gemini-omni-flash/ |
Prompting guide for omni-flash, scoped to what this API actually exposes. |
shared/skills/caption-video/ |
Out-of-band caption burn-in for any finished MP4, and the manual fallback to POST /v1/captions. SKILL.md routes; prompting/guide.md carries the recipe. |
shared/skills/broll-overlay/ |
Overlay b-roll cutaways on a finished MP4 — local ffmpeg, no credits. Validates the EDL, renders atomically, and verifies duration, audio and every window. |
shared/skills/music-mix/ |
The last step of the video pack: a ducked music bed under a finished cut. Mixing is local ffmpeg and costs nothing; the track itself comes from POST /v1/music on your Novoads key, or from your own file. EVALS.md holds the six scenarios, scripts/test_music_mix.py implements the five mixing ones in 15 executable cases. |
shared/skills/meta-ad-builder/ |
Publish finished creatives as paused Meta ads. |
scripts/setup.sh |
One-time setup. Validates the key before writing it. |
scripts/check-novoads-env.sh |
Connectivity check that names the failure. |
scripts/sync-skill.sh |
Copies skill edits into .claude/skills/ and .cursor/skills/. |
shared/scripts/check-context.sh |
The SessionStart banner. |
MASTER_CONTEXT.template.md |
Template for your workspace memory. Setup copies it to MASTER_CONTEXT.md (gitignored). |
references/ |
Your reference images — gitignored, local only. |
logs/ |
Per-call audit log. Latency, config, creditsCharged after the fact. Observability, never a pricing source. |
AGENTS.md |
Entry point for non-Claude assistants. |
Reference images
Drop images into references/ and the agent finds them before asking you for anything:
references/influencers/— faces and bodies to recreate, plus saved character sheetsreferences/products/— product photos for showcase and UGC workflowsreferences/aesthetics/— mood boards, lighting and style references
The folder is gitignored, so the files stay on your machine. Uploads are minted throughPOST /v1/uploads and the resulting assetId is durable and reusable forever — upload the
product shot once and reuse it across every iteration and every model, which is what makes drafting
on Mini cheap. (The presigned upload URL expires in 900 seconds; the assetId does not.)
Project memory
MASTER_CONTEXT.md is your workspace's living memory — created by setup, gitignored, read at the
start of every session and written back to. It holds:
- Default product — auto-populated on first use, so you are never asked "which product?" twice
- Brand voice — tone, audience, words to use and avoid
- API learnings — empty on purpose, filled by your own sessions with what the skill cannot know
- Meta ad defaults — account, page, pixel IDs for
meta-ad-builder - Changelog — dated entries as decisions accumulate
It holds no prices, deliberately. See what it costs.
Editing skills
Canonical sources live under skills/ and shared/skills/. After editing any file there:
./scripts/sync-skill.sh
That copies changes into .claude/skills/ and .cursor/skills/, which are generated and
gitignored. The SessionStart hook runs it automatically when Claude Code opens the folder.
Staying current
- At session start, the banner hook runs
git fetch origin(10s timeout, never blocks). If your
clone is behind, it lists the pending commits and tells you to pull. No surprise pulls. - To update:
git pull origin main. With local edits to tracked files,git stash && git pull && git stash pop. - Your data survives updates:
.env,MASTER_CONTEXT.md,references/andoutputs/are all
gitignored.logs/is not — latency and failure history across sessions is worth keeping, which
is exactly why the log never records keys, presigned URLs, or prompt text. - Customizing a shipped skill file invites merge conflicts on pull. Keep heavily customized
versions under a non-tracked path if you would rather not deal with them.
Security
.envis gitignored and writtenchmod 600. Never commit it.MASTER_CONTEXT.mdis gitignored — it holds your product IDs and workspace data.- The agent never prints your key back to you, and never writes it into
MASTER_CONTEXT.md. If you
paste a key into a chat, rotate it — transcripts get shared. - Keys are shown once at creation and are scoped to the organization that created them. Another
organization's object returns404, not403: "not found" and "not yours" are deliberately
indistinguishable. - Every Meta ad created by
meta-ad-builderis PAUSED. Nothing goes live without you.
API docs
- docs.novoads.ai — the full API reference (Scalar).
GET /v1/openapi.json— the machine-readable spec.
Public, no key needed, and the authority whenever a file in this repo disagrees with it.
Environments that cannot run this repo
Everything above needs a POSIX shell, curl, and a key in .env. If you have none of that
(claude.ai on the web, or Windows with no WSL and no Git Bash), Novoads also runs a hosted
connector at novoads.ai/mcp. It is a separate surface, not a
way to run this pack: it carries none of the skills, prompt libraries or formulas in this repo,
and it quotes costs in different units. The skills in this repo never use it. They stop and
ask for the API key instead, even in a session where the connector is already connected.
Vendor prompting guides
| Model | Guide |
|---|---|
| Seedance 2.0 | ByteDance's published Seedance prompting platform, summarized in seedance-2.md |
| Omni Flash | Google DeepMind — Gemini Omni prompt guide, scoped for this API in gemini-omni-flash |
| Nano Banana | Google Cloud — Nano Banana |
| ChatGPT Image 2 | OpenAI image guidance, summarized with model-specific limits in chatgpt-image-ad |
Other AI assistants (Manus, Copilot, etc.)
Point your assistant at AGENTS.md — it carries the auth shape, the async-video /
sync-image distinction, the cost policy, and the skill map.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found




