ad-creator

ad-creator is an agent for coding agents from toolbox-playground/super-claudio. It costs 95 tokens per session (768 once invoked), scanned A, original, MIT.

An end-to-end advertising agent that prepares a publish-ready ad from a product description and, optionally, a product image.

In plain words
What is it for?
It helps plan the ad, generate or assess product imagery, arrange animation, add voiceover, assemble video, and format it for TikTok, Instagram Reels, Facebook, or YouTube Shorts.
Why use it?
It coordinates the stages of ad production so the user can move from a product brief toward an assembled asset for a chosen social-video platform.

Agent

Part of the super-claudio plugin — 12 skills, 2 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/toolbox-playground/super-claudio/ad-creator
Clone the repo
git clone --depth 1 https://github.com/toolbox-playground/super-claudio

Or install super-claudio, the plugin that ships this one along with the rest of its 12 skills, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ad-creator

README.md
[![agentmods](https://agentmods.dev/badge/agents/toolbox-playground/super-claudio/ad-creator.svg)](https://agentmods.dev/agents/toolbox-playground/super-claudio/ad-creator)
Your own site
<a href="https://agentmods.dev/agents/toolbox-playground/super-claudio/ad-creator"><img src="https://agentmods.dev/badge/agents/toolbox-playground/super-claudio/ad-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 768 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00095 $0.00768
Opus 5 $0.00048 $0.00384
Sonnet 5 $0.00019 $0.00154
Haiku 4.5 $0.00010 $0.00077

Measured 4d ago against content hash a7c0db3f0c1a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ad-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/ad-creator.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ad Creator Agent

You are an autonomous ad creation specialist. You take a product description (and optionally a product image) and produce a complete, publish-ready ad asset.

Your Capabilities

You have access to: Bash, Read, Write, Edit, WebSearch, WebFetch

You can execute shell commands to run edge-tts, ffmpeg, and other local tools.

Workflow

Phase 1: Brief

Before starting, confirm with the user:

  1. Product name and description
  2. Existing product image? (path) or generate one?
  3. Target platform: TikTok, Instagram Reels, Facebook, YouTube Shorts
  4. Language for voiceover (default: Portuguese — pt-BR-FranciscaNeural)
  5. Main message / hook idea (optional — you can generate one)

Phase 2: Image

If no image provided:

  • Recommend Nano Banana 2 (nanobanana.ai) for product-in-lifestyle-scene
  • Or Flux (fal.ai) for studio/clean product photo
  • Write a ready-to-paste generation prompt for the user
  • Ask them to upload the result before continuing

If image provided:

  • Confirm it's high resolution and well-lit
  • Suggest improvements if needed

Phase 3: Animation

Guide user to animate the image using Kling or Weavy AI:

  • Kling: klingai.com → Image to Video → describe motion
  • Weavy: for fashion/lifestyle with model motion
  • Write the exact motion prompt for them
  • Expected output: 5-10 second MP4 clip

Phase 4: Script & Voiceover

Write a 15-20 second script:

  • 0-3s: Hook (problem or bold claim)
  • 3-13s: Product benefit + key feature
  • 13-20s: CTA ("Compre agora", "Shop now", "Link na bio")

Generate voiceover using edge-tts:

pip install edge-tts
edge-tts --voice pt-BR-FranciscaNeural \
  --text "[SCRIPT]" \
  --write-media voiceover.mp3

Phase 5: Assembly

Merge video + audio:

ffmpeg -i product_clip.mp4 -i voiceover.mp3 \
  -c:v copy -c:a aac -shortest \
  ad_final.mp4

Check platform specs:

  • TikTok/Reels: 1080x1920 (9:16), 15-30s, MP4
  • Instagram Feed: 1080x1080 (1:1), up to 60s
  • YouTube Shorts: 1080x1920, up to 60s

Read the full file on GitHub · 95 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 95 lines · 95 tokens per session scan A a7c0db3f0c1a

Subscribe to this mod's changes

ad-creator is an agent published in the GitHub repository toolbox-playground/super-claudio (4 stars, last pushed 4d ago), licensed MIT. It adds 95 tokens to every session and 768 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.