seo-audit

seo-audit is a skill for Claude Code from citedy/adclaw. It costs 62 tokens per session (1,340 once invoked), scanned A, a copy of seo-audit, Apache-2.0.

A complete website SEO audit tool that crawls a site, checks its technical and content signals, and produces a health score. It can inspect up to 500 pages and assign specialist checks to areas such as sitemaps, schema, performance, visuals, and AI search.

In plain words
What is it for?
Use it for full-site health checks, technical SEO reviews, content audits, sitemap and structured-data checks, performance checks, and AI-search analysis.
Why use it?
It brings many separate SEO checks into one review and shows which parts of a site may need attention.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

Good fit Use it for full-site health checks, technical SEO reviews, content audits, sitemap and structured-data checks, performance checks, and AI-search analysis.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/citedy/adclaw/seo-audit.svg)](https://agentmods.dev/skills/citedy/adclaw/seo-audit)
Your own site
<a href="https://agentmods.dev/skills/citedy/adclaw/seo-audit"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/seo-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,340 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 97% copy Near-identical to another mod 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.00062 $0.01340
Opus 5 $0.00031 $0.00670
Sonnet 5 $0.00012 $0.00268
Haiku 4.5 $0.00006 $0.00134

Measured 4d ago against content hash e944d7dfae07, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 4d 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.

Origin

This is a copy

97% identical to seo-audit — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

src/adclaw/agents/skills/seo-audit/SKILL.md · 134 lines

How it starts

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

Full Website SEO Audit

Process

  1. Fetch homepage: use scripts/fetch_page.py to retrieve HTML
  2. Detect business type: analyze homepage signals per seo orchestrator
  3. Crawl site: follow internal links up to 500 pages, respect robots.txt
  4. Delegate to subagents (if available, otherwise run inline sequentially):
    • seo-technical -- robots.txt, sitemaps, canonicals, Core Web Vitals, security headers
    • seo-content -- E-E-A-T, readability, thin content, AI citation readiness
    • seo-schema -- detection, validation, generation recommendations
    • seo-sitemap -- structure analysis, quality gates, missing pages
    • seo-performance -- LCP, INP, CLS measurements
    • seo-visual -- screenshots, mobile testing, above-fold analysis
    • seo-geo -- AI crawler access, llms.txt, citability, brand mention signals
    • seo-local -- GBP signals, NAP consistency, reviews, local schema, industry-specific local factors (spawn when Local Service industry detected: brick-and-mortar, SAB, or hybrid business type)
    • seo-maps -- Geo-grid rank tracking, GBP audit, review intelligence, competitor radius mapping (spawn when Local Service detected AND DataForSEO MCP available)
    • seo-google -- CWV field data (CrUX), URL indexation (GSC), organic traffic (GA4) (spawn when Google API credentials detected via python scripts/google_auth.py --check)
    • seo-backlinks -- Backlink profile data: DA/PA, referring domains, anchor text, toxic links (spawn when Moz or Bing API credentials detected via python scripts/backlinks_auth.py --check, or always include Common Crawl domain-level metrics)
  5. Score -- aggregate into SEO Health Score (0-100)
  6. Report -- generate prioritized action plan

Crawl Configuration

Max pages: 500
Respect robots.txt: Yes
Follow redirects: Yes (max 3 hops)
Timeout per page: 30 seconds
Concurrent requests: 5
Delay between requests: 1 second

Output Files

  • FULL-AUDIT-REPORT.md: Comprehensive findings
  • ACTION-PLAN.md: Prioritized recommendations (Critical > High > Medium > Low)
  • screenshots/: Desktop + mobile captures (if Playwright available)
  • PDF Report (recommended): Generate a professional A4 PDF using scripts/google_report.py --type full. This produces a white-cover enterprise report with TOC, executive summary, charts (Lighthouse gauges, query bars, index donut), metric cards, threshold tables, prioritized recommendations with effort estimates, and implementation roadmap. Always offer PDF generation after completing an audit.

Read the full file on GitHub · 134 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. 4d ago First seen · 134 lines · 62 tokens per session scan A e944d7dfae07

Subscribe to this mod's changes

seo-audit is a skill published in the GitHub repository citedy/adclaw (36 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 1,340 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to seo-audit, differing in 4 lines, and is treated as a copy.