marketing-seo

marketing-seo is a skill for Claude Code from itsbariscan/claude-code-marketing. It costs 21 tokens per session (1,285 once invoked), scanned A, original, MIT.

A set of search-engine optimisation guides for finding keywords, planning content, and comparing competitors. Search-engine optimisation means improving a website so it can appear more prominently in search results.

In plain words
What is it for?
Use it for keyword research, content plans, competitor analysis, and interpreting data from tools such as Ahrefs, SEMrush, or Google Search Console when available.
Why use it?
It helps keep SEO analysis grounded in declared data sources and separates measured results from reasoned estimates.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-code-marketing plugin — 3 skills, 4 hooks shipped together

Good fit Use it for keyword research, content plans, competitor analysis, and interpreting data from tools such as Ahrefs, SEMrush, or Google Search Console when available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/itsbariscan/claude-code-marketing/marketing-seo
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 itsbariscan/claude-code-marketing --skill marketing-seo
Clone the repo
git clone --depth 1 https://github.com/itsbariscan/claude-code-marketing

Made for: Claude Code.

Or install claude-code-marketing, the plugin that ships this one along with the rest of its 3 skills, 4 hooks.

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-seo

README.md
[![agentmods](https://agentmods.dev/badge/skills/itsbariscan/claude-code-marketing/marketing-seo/github.svg)](https://agentmods.dev/skills/itsbariscan/claude-code-marketing/marketing-seo)
Your own site
<a href="https://agentmods.dev/skills/itsbariscan/claude-code-marketing/marketing-seo"><img src="https://agentmods.dev/badge/skills/itsbariscan/claude-code-marketing/marketing-seo/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-seo

Your own site · 80×15
<a href="https://agentmods.dev/skills/itsbariscan/claude-code-marketing/marketing-seo"><img src="https://agentmods.dev/badge/skills/itsbariscan/claude-code-marketing/marketing-seo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,285 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.00021 $0.01285
Opus 5 $0.00010 $0.00642
Sonnet 5 $0.00004 $0.00257
Haiku 4.5 $0.00002 $0.00128

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

Security

Grade A, and why

marketing-seo 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.

skills/marketing-seo/SKILL.md · 226 lines

How it starts

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

SEO Skills

Keyword research, content planning, and competitor analysis with reasoning-based analysis and optional MCP enhancement.


The Iron Law

NO METRICS WITHOUT SOURCE DECLARATION

Always state whether analysis is reasoning-based or MCP-enhanced. Violating the letter of this rule is violating the spirit.


Data Source Detection

At the start of any SEO task, identify available data sources:

Check for MCP Tools

IF Ahrefs MCP available (tools contain ahrefs_):

  • Use for: Volume, Keyword Difficulty, Backlinks, Domain Rating
  • Confidence: HIGH
  • Label: "Analysis enhanced with Ahrefs data"

IF SEMrush MCP available (tools contain semrush_):

  • Use for: Volume, Keyword Difficulty, Competitor keywords, Domain overview
  • Confidence: HIGH
  • Label: "Analysis enhanced with SEMrush data"

IF GSC MCP available (tools contain gsc_ or search_console):

  • Use for: Current rankings, Impressions, Clicks, CTR
  • Confidence: HIGH
  • Label: "Analysis enhanced with Search Console data"

IF user pastes data:

  • Parse CSV/TSV format
  • Confidence: MEDIUM
  • Label: "Analysis based on provided data"

IF no MCP and no paste:

  • Use reasoning based on SEO principles
  • Confidence: MEDIUM
  • Label: "Reasoning-based analysis"

Keyword Research

When to Use

  • "find keywords for [topic]"
  • "keyword research for [industry]"
  • "what should I rank for"
  • "analyze these keywords"

Data Source Gate

BEFORE analyzing keywords:

  1. CHECK for MCP tools (Ahrefs, SEMrush, GSC)
  2. CHECK for pasted data from user
  3. DECLARE data source in output header

Analysis Framework

Factor With MCP/Data Reasoning-Based
Volume Exact number from API "Likely [high/medium/low] based on term type"
Difficulty KD score from API "Likely [easy/medium/hard] based on keyword structure"
Intent Same analysis method Same analysis method
Position From GSC if available "Unknown - connect GSC for current rankings"

Read the full file on GitHub · 226 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 · 226 lines · 21 tokens per session scan A c73bc4351667

Subscribe to this mod's changes

marketing-seo is a skill published in the GitHub repository itsbariscan/claude-code-marketing (11 stars, last pushed 8mo ago), licensed MIT. It adds 21 tokens to every session and 1,285 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

r00-hesreallyhim-awesome-claude-code--seo

📈 SEO & Content Marketing skill suite derived from hesreallyhim/awesome-claude-code. Keyword research, content audits, SERP analysis, technical SEO and content strategy. Provides 10 specialised commands for seo, content, marketing workflows.

RadianLayer41/r01-hesreallyhim-awesome-claude-code-seo · 63 tokens

r00-VoltAgent-awesome-agent-skills--seo

📈 SEO & Content Marketing skill suite derived from VoltAgent/awesome-agent-skills. Keyword research, content audits, SERP analysis, technical SEO and content strategy. Provides 10 specialised commands for seo, content, marketing workflows.

Gravityaespot/r16-voltagent-awesome-agent-skills-seo · 59 tokens

r00-alirezarezvani-claude-code-skill-factory--seo

📈 SEO & Content Marketing skill suite derived from alirezarezvani/claude-code-skill-factory. Keyword research, content audits, SERP analysis, technical SEO and content strategy. Provides 10 specialised commands for seo, content, marketing workflows.

JaguarPillage/r04-alirezarezvani-claude-code-skill-factory-seo · 71 tokens

r00-borghei-Claude-Skills--seo

📈 SEO & Content Marketing skill suite derived from borghei/Claude-Skills. Keyword research, content audits, SERP analysis, technical SEO and content strategy. Provides 10 specialised commands for seo, content, marketing workflows.

SheenEmpress/r14-borghei-claude-skills-seo · 57 tokens

r00-alirezarezvani-claude-code-tresor--seo

📈 SEO & Content Marketing skill suite derived from alirezarezvani/claude-code-tresor. Keyword research, content audits, SERP analysis, technical SEO and content strategy. Provides 10 specialised commands for seo, content, marketing workflows.

LairLightningDerrick/r06-alirezarezvani-claude-code-tresor-seo · 69 tokens

r00-wshobson-commands--seo

📈 SEO & Content Marketing skill suite derived from wshobson/commands. Keyword research, content audits, SERP analysis, technical SEO and content strategy. Provides 10 specialised commands for seo, content, marketing workflows.

Plateeocondense/r10-wshobson-commands-seo · 57 tokens