claude-seo

claude-seo is a skill for Claude Code from georgekhananaev/claude-skills-vault. It costs 120 tokens per session (883 once invoked), scanned A, original, MIT.

A collection of 24 tools for improving how websites perform in search engines. It covers whole-site reviews as well as focused work on pages, content, images, links, and structured data.

In plain words
What is it for?
Use it for site audits, page analysis, technical SEO, content briefs, schema and sitemap work, image SEO, international SEO, competitor research, and search monitoring.
Why use it?
It avoids needing separate workflows for common SEO tasks and provides specialist checks for different parts of a website.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

Good fit Use it for site audits, page analysis, technical SEO, content briefs, schema and sitemap work, image SEO, international SEO, competitor research, and search monitoring.

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

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/georgekhananaev/claude-skills-vault/claude-seo"><img src="https://agentmods.dev/badge/skills/georgekhananaev/claude-skills-vault/claude-seo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 883 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.00120 $0.00883
Opus 5 $0.00060 $0.00441
Sonnet 5 $0.00024 $0.00177
Haiku 4.5 $0.00012 $0.00088

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

Security

Grade A, and why

claude-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 12d ago.

The scan reads SKILL.md. This mod also ships 50 executable files (scripts/agent_ux_check.py, scripts/analyze_visual.py, scripts/backlinks_auth.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/claude-seo/SKILL.md · 53 lines

How it starts

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

Claude SEO

Comprehensive SEO toolkit (upstream v2.0.0) with parallel sub-agent delegation for full-site audits. Sub-skills live in skills/<name>/SKILL.md; shared Python helpers in scripts/ (referenced by sub-skills as the plugin-root scripts dir — resolve them relative to THIS skill's root).

Sub-Skills

Core analysis

Skill Description
seo-audit Full website SEO audit — crawls site, delegates to specialists in parallel
seo-page Deep single-page analysis — titles, metas, headings, structured data
seo-technical Crawlability, indexing, site speed, Core Web Vitals (incl. INP)
seo-content Content optimization — keyword use, readability, E-E-A-T, internal links
seo-content-brief Competitive content briefs w/ per-section word counts & competitor scoring
seo-schema Schema.org markup generation & validation
seo-sitemap XML sitemap generation & validation
seo-images Image SEO — alt text, compression, lazy loading, WebP
seo-hreflang International SEO — hreflang for multi-language sites
seo-competitor-pages Competitor page analysis & gap identification
seo-programmatic Programmatic SEO — template pages at scale
seo-plan SEO strategy planning w/ business-type templates

New in v2.0

Skill Description
seo-geo GEO — visibility in AI Overviews, ChatGPT, Perplexity
seo-local Local SEO — Google Business Profile, NAP, citations, reviews, local schema
seo-maps Maps intelligence — geo-grid rank tracking, GBP API audit, review mining
seo-backlinks Backlink profile — referring domains, anchors, toxic links, gaps (free APIs: Moz, CommonCrawl)
seo-cluster SERP-overlap topic clustering for content architecture
seo-sxo Search Experience Optimization — SERP-derived intent & page-type match
seo-drift "Git for SEO" — baseline, diff & track SEO-critical element regressions
seo-google Google APIs — Search Console, PageSpeed Insights v5, CrUX history, Indexing
seo-ecommerce Shopping visibility, product schema, marketplace & pricing intel
seo-flow FLOW framework — evidence-led Find → Leverage → Optimize → Win loop
seo-dataforseo Live SERP/keyword/competitor data via DataForSEO MCP (needs account)
seo-image-gen AI-generated SEO assets (OG images, heroes) — needs Gemini API key

Read the full file on GitHub · 53 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 53 lines · 120 tokens per session scan A 614326ce5b6a

Subscribe to this mod's changes

claude-seo is a skill published in the GitHub repository georgekhananaev/claude-skills-vault (28 stars, last pushed 1mo ago), licensed MIT. It adds 120 tokens to every session and 883 once invoked, about $0.0006 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

woocommerce-health-check

Use when the user says 'why is my checkout broken', 'audit my woocommerce store', 'cart problems woocommerce', or 'losing sales woocommerce'. Diagnoses checkout and cart failures, AJAX mismatches, caching conflicts, payment gateway setup, and SSL enforcement.

respira-press/agent-skills-wordpress · 59 tokens

mobile-experience-report

Use when the user says 'my site looks bad on mobile', 'check mobile layout', 'responsive audit', or 'site broken on phones'. Diagnoses breakpoint problems, text sizing, column stacking failures, hidden elements, and navigation menu behavior, device by device.

respira-press/agent-skills-wordpress · 58 tokens

content-portability

Use when the user says 'export my site', 'backup my pages before editing', 'download my content locally', or 'migrate content to my other site'. Exports pages, posts, and custom posts to portable local packages with builder data, media, and markdown, then imports elsewhere with ID remapping.

respira-press/agent-skills-wordpress · 67 tokens

migrate-divi-to-breakdance

Use when the user says 'migrate divi to breakdance', 'convert divi to breakdance', or 'rebuild divi pages in breakdance'. Parses Divi shortcodes, maps modules to Breakdance elements, and creates draft duplicates for review.

respira-press/agent-skills-wordpress · 61 tokens

migrate-divi-to-bricks

Use when the user says 'migrate divi to bricks', 'convert divi to bricks', or 'rebuild divi pages in bricks'. Parses Divi shortcode content, maps modules to Bricks elements, and generates draft duplicates for review.

respira-press/agent-skills-wordpress · 58 tokens

migrate-divi-to-gutenberg

Use when the user says 'migrate divi to gutenberg', 'convert divi to blocks', 'get off divi', or 'decommission divi'. Parses Divi shortcodes, maps modules to core blocks, and creates draft duplicates for review.

respira-press/agent-skills-wordpress · 62 tokens