Best Claude Skills for Marketers in 2026 (And Why Most Do Nothing)
The Claude and Codex agent skills worth installing if you do marketing, plus the thing nobody explains: a skill is only instructions. Without a data connection it cannot actually do the work.
·

Best Claude Skills for Marketers in 2026 (And Why Most Do Nothing)
The short answer: The best Claude skills for marketers in 2026 are Humblytics' twelve open-source marketing skills (CRO, A/B testing, heatmaps, revenue attribution, funnel reporting, paid ads, SEO, copy, and content), Anthropic's official document skills for PDF, Excel, Word and PowerPoint, and Stripe's agent skills for billing work. A skill is instructions, not access. Pair it with an MCP server or it cannot touch your real data.
There are more than 23,000 published Claude skills. Almost all of them are for engineers.
Search any skill directory for "marketing" and you get a thin list, mostly prompt wrappers that tell the agent to "act as a marketing expert." That is not a skill in any useful sense. It is a personality.
The gap is not the number of skills. It's that most marketing skills have nothing to read.
TL;DR
- A skill is a
SKILL.mdfile: instructions the agent loads when the task is relevant. It grants no data access on its own.- Skills plus an MCP server is the working pair. Skill supplies the method, MCP supplies the data and the actions.
- Anthropic ships official document skills. Stripe ships billing skills. Humblytics ships twelve marketing skills wired to live analytics.
- Ignore any "marketing skill" that is a prompt with no data connection. It will confidently invent your numbers.
What is a Claude skill?
A skill is a folder containing a SKILL.md file. That file starts with YAML frontmatter naming the skill and describing when it applies, followed by instructions, and optionally bundled scripts and reference files. When Claude decides the skill is relevant to what you asked, it loads the full SKILL.md into context and follows it.
Anthropic describes them as a way to give agents "additional capabilities" through organized folders of instructions, scripts, and resources. The format is deliberately simple. A skill is closer to a well-written runbook than to software.
That simplicity is why there are 23,000 of them, and also why most are not worth installing.
Skills versus MCP: the distinction that decides everything
This is the part almost every roundup skips, and it is the whole game.
A skill is instructions. An MCP server is access.
A skill can tell your agent exactly how to run a conversion audit: which checks to make, in what order, how to weight the findings, how to write it up. Excellent. But if the agent has no connection to your analytics, it performs that audit on nothing. It will produce a beautifully structured document full of plausible numbers that came from its imagination.
An MCP server is the opposite. It gives the agent real read and write access to a tool, but no opinion about what to do with it.
You want both. The skill supplies judgment, the server supplies truth.
Practical test before installing any marketing skill: ask what it reads. If the answer is "nothing, it just prompts the model," it belongs in a prompt library, not your agent. See which marketing tools ship MCP servers for the access half of the pair.
The best marketing skills for Claude and Codex
Humblytics: twelve marketing skills wired to live data
These are open source and, unlike most marketing skills, each one reads real analytics through the Humblytics MCP server rather than guessing.
| Skill | What it does |
|---|---|
| CRO Optimizer | Pulls live analytics, finds funnel drop-off, generates prioritized test hypotheses with ICE/RICE scoring |
| A/B Test Generator | Reads page analytics and heatmaps, writes hypotheses with element selectors, launches no-code split tests |
| Heatmap Analyst | Surfaces UX friction, ignored CTAs, dead zones and rage clicks, then ranks fixes |
| Revenue Attributor | Pairs Stripe revenue with Meta and Google spend you paste in, returns campaign ROAS and reallocation plans |
| Funnel Reporter | End-to-end funnel reporting: traffic, signups, trials, conversions, revenue, period over period |
| Page CRO | Audits any landing page on a 10-point framework covering value prop, CTAs, social proof, mobile |
| Ad Expert | Paid across Meta, Google, TikTok, LinkedIn, YouTube. Pauses underperforming creative, paused by default pending your approval |
| SEO Strategist | Keyword research, content gap analysis, on-page and technical audits, prioritized roadmap |
| Copywriting | Landing page, email and ad copy using PAS, AIDA, and Before/After/Bridge |
| Email Sequences | Multi-email drips with timing, branching, subject lines and full copy |
| Marketing Strategist | Funnel design, go-to-market, growth strategy applied to your actual context |
| Content Strategist | Multi-format content across articles, newsletters, social, video, SEO |
The four at the top are the ones that justify the install, because they are the four that read your live funnel. The rest are strong frameworks, but frameworks are the commodity half.
One design decision worth calling out: the Ad Expert skill pauses creative by default and waits for your approval. Any skill that spends or stops spend without a human checkpoint is a liability, however good its judgment.
Install: paste the install prompt from the /skills page into Claude or Codex. The agent signs you up, retrieves an API key, and loads all twelve. There is no SDK wiring step.
Anthropic's official document skills
Genuinely useful for marketers, and widely overlooked because they are filed under "document tasks" rather than marketing.
The official set covers PDF, Word, Excel and PowerPoint. If your week involves turning a data pull into a client deck, or extracting numbers out of a PDF report a vendor sent you, these do real work.
/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills
Stripe's agent skills
If you run self-serve billing, Stripe publishes agent skills alongside its MCP server. Between the two, an agent can answer revenue questions directly against your billing data rather than against an export someone made last month.
What to ignore
Persona prompts dressed as skills. "You are a world-class growth marketer" is not a capability. If the SKILL.md contains no procedure and connects to no data, skip it.
Anything that writes to ad platforms without a checkpoint. Write access to spend is the one place where agent autonomy is straightforwardly dangerous. Require approval.
Skills that duplicate a tool you already have connected. Every loaded skill and server costs context on each turn. A bloated agent is a slow, expensive, less accurate agent.
How many skills should you install?
Fewer than you want to. Each skill's name and description sit in the system prompt at startup so the model can decide when to load it, and each connected MCP server adds its tool definitions on top. Install thirty skills and you have spent a meaningful part of every conversation on a menu the agent will mostly ignore.
A working marketing setup is roughly: one analytics skill set wired to live data, the document skills, and whatever your billing or CRM stack needs. Add more when a specific job demands it.
Frequently asked questions
What is the difference between a Claude skill and an MCP server?
A skill is a SKILL.md file containing instructions the agent loads when relevant. An MCP server is a live connection that lets the agent read and write real data in an external tool. Skills supply method, servers supply access. A marketing skill without a server behind it cannot see your numbers and will invent them.
Do Claude skills work in Codex?
The SKILL.md format originated with Claude, and support has spread. Humblytics' twelve skills install into both Claude and Codex from the same prompt. Anthropic's plugin marketplace commands are Claude Code specific.
Are Claude skills free?
The skill files themselves usually are. Humblytics' twelve are open source. What costs money is the underlying tool the skill reads from, so check the pricing of the data source rather than the skill.
Can a skill run an A/B test on its own?
Only if it is paired with a server that has write access. With the Humblytics MCP server connected, an agent using the A/B Test Generator skill can read the page, write the hypothesis, and launch the test. Promoting the winner into production stays a human decision by design.
How do I write my own marketing skill?
Create a folder with a SKILL.md file. Put YAML frontmatter at the top with a name and a description of when it applies, then write the procedure underneath as if briefing a capable new hire. Split long ones into separate referenced files to keep token use down. Anthropic's engineering blog documents the anatomy in detail.
Where can I browse available skills?
Anthropic's official repository is github.com/anthropics/skills. Community directories index tens of thousands more. Filter hard: the median published skill is a prompt, not a capability.
The takeaway
The skills ecosystem grew fast and shallow. Twenty-three thousand published skills, and the marketing shelf is mostly personality prompts that will hallucinate your conversion rate with total confidence.
The ones worth your context window share one property: they are wired to something real. Ask what a skill reads before you ask what it does.
If you want an agent that reads your actual funnel and reports back in revenue rather than guesses, start a free trial or grab the install prompt from the /skills page.
Sources
- Anthropic Engineering, "Equipping agents for the real world with Agent Skills"
- Claude Platform Docs, "Agent Skills overview,"
platform.claude.com/docs/en/agents-and-tools/agent-skills/overview - Claude Code Docs, "Agent Skills" and "Discover and install prebuilt plugins through marketplaces"
github.com/anthropics/skills, Anthropic's public Agent Skills repository- Stripe, "Agents and AI on Stripe,"
docs.stripe.com/agents
All documentation accessed July 2026.
Install the marketing team your agent is missing.
12 open-source skills for CRO, ad attribution, and A/B testing. Paste one prompt into Claude or Cursor. Your agent signs up, gets the API key, ships your first test. No dashboards.