AGENT SKILLS

Agent skills for search and ads,read in full and run once each

A collection, not a catalogue. Six open-source libraries hold a few hundred marketing skills for Claude Code, Cursor and Codex; we read the ones that matter for SEO, AEO, paid ads, CRO and content, ran each with a real request, and kept the ones worth installing, with what each needs and where we disagree.

Try one
npx skills add coreyhaines31/marketingskills --skill seo-audit
Skills read and run
25
Libraries
6
Run with no key
23
Toolkits
6
Licences
MIT, Apache
Last read
11 Sept 2026

Sources

Six libraries, none of them ours

Stars and push dates as read on 11 September 2026 from the GitHub API. We selected 25 skills from the 255 in these repositories and left the rest where they are.

  • coreyhaines31/marketingskills

    Marketing skills for AI agents: CRO, copywriting, SEO, analytics, growth engineering.

    49.5k starsMIT50 skillspushed 2026-09-0511 here

  • AgriciDaniel/claude-seo

    A Claude Code plugin: 25 SEO sub-skills, 18 sub-agents, 56 Python scripts, optional DataForSEO, Google API and Firecrawl extensions.

    16.7k starsMIT25 skillspushed 2026-09-106 here

  • rampstackco/claude-skills

    Stack-agnostic skills across the website lifecycle: brand, design, content, SEO, dev, ops, growth, research.

    844 starsMIT103 skillspushed 2026-09-074 here

  • wondelai/skills

    Frameworks from bestselling business, marketing and UX books as skills, plus guided multi-skill journeys.

    2.1k starsMIT65 skillspushed 2026-09-102 here

  • inhouseseo/superseo-skills

    Eleven SEO skills: page audits, link building, article writing, E-E-A-T audits, with a generation-time anti-AI-slop ruleset.

    317 starsApache-2.011 skillspushed 2026-09-031 here

  • leopard627/fire-your-seo-agency

    One skill that diagnoses and implements SEO, AEO, GEO, LLMO and Naver optimisation; instructions written in Korean, references mirrored in English.

    434 starsMIT1 skillspushed 2026-08-271 here

Read and run

All 25 skills, with what each needs

Every item page carries the same eight blocks: the record, the install command, a needs badge, a four-row safety review, the triggers, what is inside, one real run cropped, and where we would differ.

The question people ask

Are Claude skills useful?

Yes, for the part of the work that is reading, structuring and checking. In our 25 runs, the audits found real defects on our own site that we had not logged: a navigation that exists only after JavaScript runs, hero images at a megabyte each, a broken link in the mobile menu, a product page whose copy describes a different product from its photos. None of that needed a key.

No, for the part that is measurement. No skill can see rankings, field Core Web Vitals, ad-account data or AI citations without a connection, and the better ones say so in their own text. The four RampStack skills carry an explicit rule that a stated gap is a complete answer and a fabricated number never is; the six claude-seo skills tell the agent not to guess site content when a fetch fails. In the runs, they did as told.

And the runs found the skills’ own defects: a sample-size table that disagrees with its reference file by 2.3x, a crawler list that conflates OpenAI’s training bot with its search bot, a schema skill that still lists rich results Google retired. Each item page names what we found.

Questions

Questions people ask before installing

Do these work on the free version of Claude?

Skills are a Claude Code and Claude.ai feature; Claude Code needs a subscription or API access, and Claude.ai custom skills depend on your plan. The skills themselves are free, MIT or Apache-2.0 licensed files.

Do they work in Cursor or Codex?

The ones installed with npx skills add land in the folder each agent reads. The claude-seo plugin and its sub-skills are Claude Code only because they call plugin scripts.

What is the difference between a skill and an MCP server?

A skill is instructions the agent reads when a task matches; an MCP server is a program that gives the agent tools, such as reading your GA4 property. Skills tell it how; toolkits let it reach.

How do I install one?

For most: npx skills add owner/repo --skill name. For the plugins: the two /plugin commands on the item page. Our install page walks through both and the manual copy.

Are they safe?

We read every SKILL.md and every script in the folder and wrote what we found into a four-row table on each page: network, shell, secrets, deletes. None of the 25 deletes user files; five call plugin scripts that fetch the web; one edits your codebase if you let it.