ad

ad is a command for Claude Code from Vibiz-ai/vibiz-claude-plugin. It costs 14 tokens per session (594 once invoked), scanned A, original, MIT.

A command that creates an advertising image or video describing what a code project does, using project files and recent commit messages for context.

In plain words
What is it for?
Use it to generate an image or video ad, optionally provide your own prompt, and select the matching Vibiz project.
Why use it?
It turns repository information into a starting prompt for an ad instead of making you write the context yourself.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Part of the vibiz plugin — 2 skills, 7 commands, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it to generate an image or video ad, optionally provide your own prompt, and select the matching Vibiz project.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/vibiz-ai/vibiz-claude-plugin/ad
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.

Clone the repo
git clone --depth 1 https://github.com/Vibiz-ai/vibiz-claude-plugin

Made for: Claude Code.

Or install vibiz, the plugin that ships this one along with the rest of its 2 skills, 7 commands, 1 agent, 1 hook, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/vibiz-ai/vibiz-claude-plugin/ad/github.svg)](https://agentmods.dev/commands/vibiz-ai/vibiz-claude-plugin/ad)
Your own site
<a href="https://agentmods.dev/commands/vibiz-ai/vibiz-claude-plugin/ad"><img src="https://agentmods.dev/badge/commands/vibiz-ai/vibiz-claude-plugin/ad/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ad

Your own site · 80×15
<a href="https://agentmods.dev/commands/vibiz-ai/vibiz-claude-plugin/ad"><img src="https://agentmods.dev/badge/commands/vibiz-ai/vibiz-claude-plugin/ad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 594 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00014 $0.00594
Opus 5 $0.00007 $0.00297
Sonnet 5 $0.00003 $0.00119
Haiku 4.5 $0.00001 $0.00059

Measured 9d ago against content hash 505d2a70a404, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ad 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 9d 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.

plugins/vibiz/commands/ad.md · 36 lines

How it starts

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

/vibiz:ad

Generate a polished ad creative for the project in this repo. Pulls context from the README + recent commits to write the prompt automatically — or you can override it.

Steps

  1. Pick the format.
    • If $1 is video → use vibiz_generate_ad_video.
    • If $1 is image (or omitted) → use vibiz_generate_image.
    • If $1 is something else, treat it as the prompt override and default to image.
  2. Pick the vibiz via the project-match skill: detect this project's brand URL and match against list_vibiz by websiteUrl. Exactly one match → use it. Multiple → ask. Zero → suggest /vibiz:onboard (do NOT silently fall back).
  3. Build the prompt. Unless the user passed an override ($2 or $1 when not image/video), generate one from:
    • First paragraph of README.md (skip badges + headers)
    • The last 3 commit subjects (git log -3 --format='%s')
    • Project name from package.json name or the directory name Write a 1-2 sentence visual prompt focused on the user benefit ("a busy founder shipping …" beats "a screenshot of feature X").
  4. Confirm with the user before generating: show the prompt + format + vibiz, ask "looks good?" — wait for yes.
  5. Call the tool. With target: { vibiz: "<slug>" }, useBrand: true, default platform instagram_portrait for image / 9:16 for video.
  6. Surface the result.
    • For image: poll statusUrl (returned in the response) every ~3s until status: 'completed', then show viewUrl + the rendered image URL.
    • For video: same — but warn the user upfront video can take 60-180s.
  7. Offer follow-ups:
    • "Want me to draft a social post to go with this? → /vibiz:post"
    • "Want to launch this as a paid Meta ad? → /vibiz:campaign" (TODO command)

Sidecase handling

  • Empty README + no commits → ask the user to type a one-line prompt themselves.
  • Tool returns connectUrl (no Late profile) for downstream social/ad steps → surface the link and stop.
  • Don't auto-launch paid spend. Generation is free; launching costs money.

Read the full file on GitHub · 36 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. 9d ago First seen · 36 lines · 0 tokens per session scan A 505d2a70a404

Subscribe to this mod's changes

ad is a command published in the GitHub repository Vibiz-ai/vibiz-claude-plugin (7 stars, last pushed 4mo ago), licensed MIT. It adds 14 tokens to every session and 594 once invoked, about $0.0001 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.