seo-audit

seo-audit is a skill for Claude Code from FreeAutomation-Tech/claude-seo-kit. It costs 71 tokens per session (620 once invoked), scanned A, original, MIT.

An SEO audit tool for checking a web page or site URL. SEO means improving how pages appear in search engines; E-E-A-T covers the experience, expertise, authority, and trust shown by content, while Schema.org data gives search engines structured information.

In plain words
What is it for?
For auditing a URL, reviewing technical SEO and content quality, checking Schema.org markup, and producing JSON or Markdown reports with suggested fixes.
Why use it?
It turns technical, content, and structured-data checks into a score, grade, and ordered list of problems. This helps separate urgent search-related issues from lower-priority improvements.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: agent in frontmatter.

Part of the claude-seo-kit plugin — 7 skills, 1 MCP server shipped together

Good fit For auditing a URL, reviewing technical SEO and content quality, checking Schema.org markup, and producing JSON or Markdown reports with suggested fixes.

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

Made for: Claude Code.

Or install claude-seo-kit, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/freeautomation-tech/claude-seo-kit/seo-audit"><img src="https://agentmods.dev/badge/skills/freeautomation-tech/claude-seo-kit/seo-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 620 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.00071 $0.00620
Opus 5 $0.00036 $0.00310
Sonnet 5 $0.00014 $0.00124
Haiku 4.5 $0.00007 $0.00062

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

Security

Grade A, and why

seo-audit 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/seo-audit/SKILL.md · 66 lines

What it actually says

SEO Audit

Audit any URL for technical SEO, content quality & E-E-A-T, and structured data. Produces a 0-100 score, an A-F grade, and prioritized recommendations (error → warning → info) you can hand straight to the user.

Prerequisites

pip install -r requirements.txt

(Or, if the repo is installed as a package: pip install -e .)

Procedure

  1. Run the audit for the target URL:

    python -m seo_kit.cli "<url>" --format json
    

    Use --format markdown for a human-readable report, or --output report.md to save to a file.

  2. Read the output. overall_score is the grade; categories holds technical, content, and schema scores; recommendations is the prioritized fix list.

  3. Summarize for the user, ranked highest-severity first:

    • What the page does well (any pass findings / high sub-scores).
    • What is broken (errors) and what needs attention (warnings).
    • The concrete fix for each item.
  4. Offer to apply fixes. Many fixes are in-page edits:

    • Missing/weak title or meta description → write a new one.
    • Missing H1 → propose one.
    • Images without alt → generate alt text from context.
    • No structured data → use the seo-schema skill.
  5. Re-run the audit after changes to confirm the score improved.

Notes

  • If the URL fails to load, the tool returns an error — report it and ask for a corrected URL.
  • For deeper checks (sitemap, hreflang, GEO) use the sibling skills: seo-technical, seo-content, seo-schema, seo-sitemap, seo-hreflang, seo-geo.
  • This skill is an original implementation inspired by AgriciDaniel/claude-seo (MIT) and seranking/seo-skills (MIT).
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 · 66 lines · 71 tokens per session scan A 28cf21b1eda7

Subscribe to this mod's changes

seo-audit is a skill published in the GitHub repository FreeAutomation-Tech/claude-seo-kit (0 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 620 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

scrape-batch

Extract many known URLs in one polite, rate-limited pass. Use when the user hands over a list of links, a set of search hits to read in full, or asks to "scrape these pages" / "pull the content from all of them". Drives extract(action="batch"), which fans out with per-domain rate limiting and returns partial results…

n24q02m/wet-mcp · 84 tokens

compare

Structured comparison of 2+ alternatives with consistent criteria and decision matrix.

n24q02m/wet-mcp · 15 tokens

research-topic

Multi-step research orchestration. Use when user asks "research X", "summarize current state of Y", "what's the latest on Z", or compares approaches. Calls extract(action="agent") which searches the web, extracts top results, then synthesises a citation-preserving Markdown answer with one configured LLM.

n24q02m/wet-mcp · 68 tokens

knowledge-audit

Review and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate.

n24q02m/mnemo-mcp · 21 tokens

temporal-query

Answer time-travel questions over stored memory — what was believed at a past point in time, when a belief changed, and what replaced it. Use when the user says "as of", "back in", "at the time", "history of", "timeline", "what did I think then", or asks why a current memory contradicts an older one.

n24q02m/mnemo-mcp · 77 tokens

memory-commit

Use when the user explicitly says "remember this", "save this", "ghi nho", "luu lai", "save for next time", or otherwise asks to persist the immediately preceding context. Captures with the appropriate contexttype (decision, preference, fact, skill, task, conversation) so future sessions can retrieve it accurately.

n24q02m/mnemo-mcp · 72 tokens