marketing-campaign-builder

marketing-campaign-builder is a skill for Claude Code, Codex from hewi333/Mom-n-Pop-Skills. It costs 60 tokens per session (3,655 once invoked), scanned A, original, MIT.

A workflow for creating and sending Mailchimp email campaigns from a message in Telegram. Mailchimp is an email-marketing service, and Telegram is a messaging app.

In plain words
What is it for?
Use it to draft campaign emails, compare subject lines with A/B tests, send test messages, and schedule approved campaigns.
Why use it?
It lets a business owner approve drafts and campaigns by chat instead of writing HTML or using Mailchimp's editor.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to draft campaign emails, compare subject lines with A/B tests, send test messages, and schedule approved campaigns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hewi333/mom-n-pop-skills/marketing-campaign-builder
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.

Any agent
npx skills add hewi333/Mom-n-Pop-Skills --skill marketing-campaign-builder
Clone the repo
git clone --depth 1 https://github.com/hewi333/Mom-n-Pop-Skills

Made for: Claude Code, Codex.

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 marketing-campaign-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/hewi333/mom-n-pop-skills/marketing-campaign-builder/github.svg)](https://agentmods.dev/skills/hewi333/mom-n-pop-skills/marketing-campaign-builder)
Your own site
<a href="https://agentmods.dev/skills/hewi333/mom-n-pop-skills/marketing-campaign-builder"><img src="https://agentmods.dev/badge/skills/hewi333/mom-n-pop-skills/marketing-campaign-builder/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 marketing-campaign-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/hewi333/mom-n-pop-skills/marketing-campaign-builder"><img src="https://agentmods.dev/badge/skills/hewi333/mom-n-pop-skills/marketing-campaign-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,655 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 7 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 89
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Prompt Injection · line 213
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
  • high Supply Chain · line 281
    Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
    Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
  • medium Rogue Agent · line 34
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Data Exfiltration · line 92
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 123
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 155
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
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.00060 $0.03655
Opus 5 $0.00030 $0.01827
Sonnet 5 $0.00012 $0.00731
Haiku 4.5 $0.00006 $0.00365

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

Security

Grade A, and why

marketing-campaign-builder scanned grade A with 1 finding 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 12d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

CAMPAIGN=$(curl -s -X POST "https://$MAILCHIMP_SERVER_PREFIX.api.mailchimp.com/3.0/campaigns" \
skills/marketing-campaign-builder/SKILL.md · 378 lines

How it starts

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

Marketing Campaign Builder

Overview

Most small businesses have a Mailchimp list they never use. They sent a few campaigns years ago, got busy, and stopped. This skill fixes that by making campaign creation fast and owner-gated:

  1. Owner texts a campaign idea in Telegram
  2. Agent drafts the email content + 2-3 subject line options
  3. Owner picks a subject line (or suggests their own)
  4. Agent creates an A/B test campaign in Mailchimp
  5. Agent sends a test email to the owner
  6. Owner approves → agent schedules the send at optimal time

The owner never writes HTML, never logs into Mailchimp, never touches a template editor. They just describe what they want and approve the draft.

When to Use

  • "Send a summer special to all partners"
  • "We haven't emailed the list in 3 months — draft a re-engagement campaign"
  • "Send a seasonal reminder to all contacts in our service area"
  • "Create a campaign about our new website estimator tool"
  • "Send a holiday thank you to all customers"

Prerequisites

  • mailchimp-integration skill installed + API key wired
  • MAILCHIMP_AUDIENCE_ID set in environment
  • Owner available in Telegram to approve drafts

The Flow

Step 1: Owner Describes the Campaign

Owner sends a message in Telegram:

"Send a summer special to all partners — mention our partner pricing and that we do free estimates."

Agent extracts:

  • Audience segment: "partners" (or "all contacts" if not specified)
  • Topic: summer special
  • Key points to include: partner pricing, free estimates
  • Tone: matches the business (confident, professional, not salesy)

Step 2: Agent Drafts Content + Subject Lines

Agent generates:

  • 2-3 subject line options (short, punchy, under 50 chars for mobile)
  • Preview text (the snippet recipients see next to subject)
  • Email body in HTML, matching the business brand voice
  • Plain text version (for accessibility + spam filters)

Example output to owner in Telegram:

📧 Campaign Draft — Summer Partner Special

Subject line options:
A) "Summer Listings? Don't Let Odors Kill the Sale"
B) "Free Estimates for Your Summer Listings"
C) "Partner Special: Summer Service Discount"

Preview text: "[BUSINESS_NAME] — professional service for your
listings. Free estimates, partner pricing."

Body: [shows first few lines or summary]

Which subject line do you prefer? (A, B, or C — or type your own)

Read the full file on GitHub · 378 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. 12d ago First seen · 378 lines · 60 tokens per session scan A 8a88390dbf1f

Subscribe to this mod's changes

marketing-campaign-builder is a skill published in the GitHub repository hewi333/Mom-n-Pop-Skills (120 stars, last pushed yesterday), licensed MIT. It adds 60 tokens to every session and 3,655 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens