mcpbeat Sign in

Run Campaign Skill for Claude

Runs an end-to-end marketing campaign — sales analysis, content brief, Canva assets, HubSpot send. Accepts optional lookback and channel arguments.

689 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
23273
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill run-campaign

What it tells the agent to use

found in the instruction text
WebFetch fetches pages from the network

The instruction itself

5 sections, as written by the author

Run the full campaign pipeline by chaining three skills in order. The owner approves at each handoff — never roll past a gate without explicit confirmation.

Parse arguments:

  • --lookback (default 90d) — how far back to look for the revenue dip
  • --channel (default both) — email, social, or both

Step 1 — Sales analysis + content brief (content-strategy)

Trigger the content-strategy skill workflow:

  • Pull sales data from QuickBooks and PayPal for the lookback window.
  • Identify the revenue dip — which product/service, which time period, magnitude.
  • Produce a 30-day prioritized content brief: what to push, what offer to run, what to hold.
  • Present the brief to the owner. Wait for explicit "approved, build the assets" before continuing.

If the owner edits the brief, incorporate edits and re-present.

Step 2 — Asset generation + send staging (canva-creator)

After Step 1 approval, trigger the canva-creator skill workflow:

  • Take the approved brief from Step 1 as input.
  • Build the posting calendar matched to the brief's priorities.
  • Generate on-brand Canva assets for each post (apply each on screen for owner approval before moving on).
  • Draft caption copy for each post.
  • Stage the scheduled send in HubSpot (do NOT send — staging only).
  • Present the staged campaign to the owner. Wait for explicit "approved, send to segment X" before Step 3.

Step 3 — Audience segmentation (lead-triage)

After Step 2 approval, trigger the lead-triage skill workflow:

  • Pull HubSpot contacts that match the campaign's target segment (from the approved brief).
  • Score by engagement, company fit, urgency markers.
  • Produce two deliverables:
  • Bulk send list — the segment receiving the staged campaign from Step 2
  • High-priority call list — top 5 leads the owner should call personally with talking points
  • Block calendar time for the call list.
  • Present both lists. Wait for explicit "send" before pushing the HubSpot campaign live.

Approval gates (must hold)

  • Never auto-progress between steps. Each handoff requires explicit owner approval.
  • Never send the HubSpot campaign without the owner's "send" command in Step 3.
  • If any connector is unreachable (QuickBooks, PayPal, Canva, HubSpot), stop, report which connector failed, and ask whether to retry or abort.

Output

End the run with a one-paragraph recap: revenue dip identified, posts generated, segment size, calls booked. Link to the HubSpot campaign URL once sent.

Other skills for the same job

different authors, same section of the catalogue
Competitive Ads Extractor
by frostant
×10

Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.

2k tokens
Lead Research Assistant
by frostant
×8

Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.

2k tokens
Developer Growth Analysis
by frostant
×6

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

4k tokens
App Store Optimization
by alirezarezvani
×3

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

55k tokens scripts
Deeptools
by christophacham
×3

NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.

21k tokens scripts
Pymatgen
by christophacham
×3

Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.

26k tokens scripts
Enhance Prompt
by google-labs-code
vendor ×2

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

3k tokens
Meme Factory
by softaworks
×2

Generate memes using the memegen.link API. Use when users request memes, want to add humor to content, or need visual aids for social media. Supports 100+ popular templates with custom text and styling.

14k tokens scripts

How to use it

Copy the folder

Take anthropics/run-campaign from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.