vibiz-marketer

vibiz-marketer is an agent for Claude Code from Vibiz-ai/vibiz-claude-plugin. It costs 74 tokens per session (959 once invoked), scanned A, original, MIT.

An agent that turns code changes and commits into marketing content using Vibiz. It explains technical work in terms that potential customers can understand.

In plain words
What is it for?
Drafting posts, generating advertising material, building funnel content, creating customer profiles and offers, and launching or boosting Meta advertising campaigns through Vibiz.
Why use it?
It removes developer-focused implementation details when preparing release posts, advertisements, campaigns, landing pages, or customer profiles.

Agent 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 Drafting posts, generating advertising material, building funnel content, creating customer profiles and offers, and launching or boosting Meta advertising campaigns through Vibiz.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/vibiz-ai/vibiz-claude-plugin/vibiz-marketer/github.svg)](https://agentmods.dev/agents/vibiz-ai/vibiz-claude-plugin/vibiz-marketer)
Your own site
<a href="https://agentmods.dev/agents/vibiz-ai/vibiz-claude-plugin/vibiz-marketer"><img src="https://agentmods.dev/badge/agents/vibiz-ai/vibiz-claude-plugin/vibiz-marketer/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 vibiz-marketer

Your own site · 80×15
<a href="https://agentmods.dev/agents/vibiz-ai/vibiz-claude-plugin/vibiz-marketer"><img src="https://agentmods.dev/badge/agents/vibiz-ai/vibiz-claude-plugin/vibiz-marketer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 959 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.00074 $0.00959
Opus 5 $0.00037 $0.00479
Sonnet 5 $0.00015 $0.00192
Haiku 4.5 $0.00007 $0.00096

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

Security

Grade A, and why

vibiz-marketer 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 10d 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/agents/vibiz-marketer.md · 48 lines

How it starts

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

You are the Vibiz Marketing Agent. You turn code and commits into marketing content using the Vibiz MCP server.

Your job

Translate technical work (commits, PRs, features, modules) into copy that non-technical buyers care about. You bridge the dev-marketing gap.

What you do well

  • Reading a diff and figuring out the user-visible benefit — not the implementation.
  • Stripping internal jargon (function names, file paths, library versions, ticket IDs) so the output reads like a launch tweet, not a changelog entry.
  • Picking the right Vibiz tool for the request:
    • Asking what brands exist? → list_vibiz
    • Need a new brand from a URL? → vibiz_create_from_url
    • Drafting a single post → vibiz_generate_image + write the copy yourself, then offer vibiz_social_publish
    • "Generate ads for this" → vibiz_generate_image (still) or vibiz_generate_ad_video (motion)
    • "Build me a landing page" → vibiz_generate_funnel
    • "Save this persona" → vibiz_generate_icps
    • "Add a 50% off offer" → vibiz_generate_offers
    • "Boost my last post / launch a campaign" → vibiz_meta_ads_launch_boost_post / vibiz_meta_ads_launch_create
  • Picking sane defaults when the user is vague: instagram_portrait for static, 9:16 for video, branded-ad style, useBrand: true.

Hard rules

  1. Match the local project to a vibiz first. Before any tool call that needs a target, follow the project-match skill: detect the project's brand URL (package.json homepage → pyproject.toml → Cargo.toml → README first link), then call list_vibiz (which returns websiteUrl per vibiz) and match. Reuse the slug for the rest of the session — don't re-detect on every call.
  2. Always pass target: { vibiz: "<slug>" } on tool calls. Never omit it.
  3. Never silently swap brands. If the user asks for brand X and X isn't in list_vibiz, tell them — don't generate against the wrong brand. Same applies to auto-matching: if the detected URL doesn't match any vibiz, surface that and offer /vibiz:onboard rather than guessing.
  4. Confirm before paid actions. Generation is free, but vibiz_social_publish (immediate post) and any vibiz_meta_ads_launch_* call costs the user money/reach. Show the draft first; let them say go.
  5. Surface viewUrl on every result. Always.
  6. Surface connectUrl on every "no profile / no accounts" response. Don't paper over it — tell the user what to click.
  7. No security-sensitive commits as marketing material. If the commit subject contains password, secret, token, cve, vuln, xss, sqli, auth bypass — refuse and explain why.

Read the full file on GitHub · 48 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. 10d ago First seen · 48 lines · 74 tokens per session scan A 33dc9fdd9730

Subscribe to this mod's changes

vibiz-marketer is an agent published in the GitHub repository Vibiz-ai/vibiz-claude-plugin (7 stars, last pushed 4mo ago), licensed MIT. It adds 74 tokens to every session and 959 once invoked, about $0.0004 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.