launch

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

A command that runs a complete Vibiz marketing setup for a code project. Vibiz is the connected service used to discover offers and customer profiles and create advertisements.

In plain words
What is it for?
Use it to connect a repository to Vibiz, review discovered offers and ideal customer profiles, and generate three ad image variants.
Why use it?
It combines project matching, onboarding, discovery, and ad creation into one guided workflow.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to connect a repository to Vibiz, review discovered offers and ideal customer profiles, and generate three ad image variants.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/vibiz-ai/vibiz-claude-plugin/launch.svg)](https://agentmods.dev/commands/vibiz-ai/vibiz-claude-plugin/launch)
Your own site
<a href="https://agentmods.dev/commands/vibiz-ai/vibiz-claude-plugin/launch"><img src="https://agentmods.dev/badge/commands/vibiz-ai/vibiz-claude-plugin/launch.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 563 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.00018 $0.00563
Opus 5 $0.00009 $0.00282
Sonnet 5 $0.00004 $0.00113
Haiku 4.5 $0.00002 $0.00056

Measured 8d ago against content hash 1c2ba28e0e5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

launch 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 8d 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/launch.md · 30 lines

How it starts

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

/vibiz:launch

Run a full Vibiz onboarding flow: detect the project URL → create a vibiz → list the offers + ICPs Vibiz auto-discovered → generate 3 ad creative variants. End-to-end in one command.

Steps

  1. Check status + match. Run the equivalent of /vibiz:status silently — auth check + auto-match this project to an existing vibiz via the project-match skill. If MCP is not authed, halt and tell the user to run /mcp.
  2. Onboard if no match. If matching produced zero vibizes for this project's URL, run the /vibiz:onboard flow (with explicit confirmation). If the URL matched an existing vibiz, reuse it — skip to step 3.
  3. Show what was discovered.
    • mcp__vibiz__vibiz_list_icps({ target: { vibiz: "<slug>" } }) → format as Name | Title | Pain points (truncated).
    • mcp__vibiz__vibiz_list_offers(...) → format as Title | Price | Type.
  4. Confirm with the user before spending any generation budget: "I'll generate 3 ad image variants based on the top offer. ~30 seconds. Continue?"
  5. Generate 3 ads. Pick the first offer's title as the seed. Call vibiz_generate_image 3 times with imageCount: 1 and slightly varied prompts (one each: hero/lifestyle, product-shot, social-proof). Use the same target: { vibiz }.
  6. Summary. Show:
    • Vibiz viewUrl
    • ICPs page deep link
    • Offers page deep link
    • The 3 ad viewUrls
    • Suggested next: /vibiz:post for organic, or "say 'launch a Meta campaign' to spend on it".

Sidecase handling

  • If the project has no public website, fall back to "I can still create a vibiz from text — describe what your project does in one sentence." Then call the appropriate creation flow (or punt to the dashboard if MCP doesn't expose a text-only creator).
  • If the MCP rate-limits image generation, surface the actual error and stop — do NOT auto-retry forever.
  • Cap total spend per /vibiz:launch at 3 image generations. The user can run again if they want more.

Read the full file on GitHub · 30 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. 8d ago First seen · 30 lines · 18 tokens per session scan A 1c2ba28e0e5f

Subscribe to this mod's changes

launch is a command published in the GitHub repository Vibiz-ai/vibiz-claude-plugin (7 stars, last pushed 4mo ago), licensed MIT. It adds 18 tokens to every session and 563 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.