seo-audit-report

seo-audit-report is a skill for Claude Code from IamRamgarhia/All-In-One-Free-SEO-Tool. It costs 38 tokens per session (1,058 once invoked), scanned A, original, MIT.

A plain-language report about a website's search performance and condition, combining crawl findings, keyword rankings, search-engine data, AI citation checks, and past changes. It ends with a recommended next step.

In plain words
What is it for?
It helps summarize open SEO issues, ranking movement, search clicks and positions, whether assistants mention the site, indexing status, and changes already made.
Why use it?
Looking at only rankings or only a site crawl can hide why performance changed. Combining the history and current findings gives a fuller explanation.

Skill for Claude Code

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

Part of the seo-tool plugin — 4 skills shipped together

Good fit It helps summarize open SEO issues, ranking movement, search clicks and positions, whether assistants mention the site, indexing status, and changes already made.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iamramgarhia/all-in-one-free-seo-tool/seo-audit-report
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 IamRamgarhia/All-In-One-Free-SEO-Tool --skill seo-audit-report
Clone the repo
git clone --depth 1 https://github.com/IamRamgarhia/All-In-One-Free-SEO-Tool

Made for: Claude Code.

Or install seo-tool, the plugin that ships this one along with the rest of its 4 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-audit-report/github.svg)](https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-audit-report)
Your own site
<a href="https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-audit-report"><img src="https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-audit-report/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-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-audit-report"><img src="https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-audit-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,058 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.00038 $0.01058
Opus 5.5 $0.00015 $0.00423
Sonnet 5 $0.00008 $0.00212
Haiku 4.5 $0.00004 $0.00106

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

Security

Grade A, and why

seo-audit-report 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 3d 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.

plugins/seo-tool/skills/seo-audit-report/SKILL.md · 98 lines

How it starts

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

Report on where a site stands

Goal

One readable account of a site, built on the joined history this install already holds, ending in the single thing worth doing next.

What makes this worth doing here

Most SEO reports are one data source rendered. This install holds crawl findings, rank movements from two different sources, AI-citation checks, and a log of every change the agent made to the live site — joined, over time. "Why did this page drop" needs all of that, which is why the answer is usually in the agent action log rather than in the rankings.

Tools

  • get_client_knowledge — what the business is. Decides which findings matter.
  • get_client_overview — score, open issues by severity, what is connected.
  • list_audit_issues — the findings themselves.
  • get_keyword_rankings — positions and movement.
  • get_ai_visibility — whether assistants cite this site.
  • get_citation_landscape — who they cite instead.
  • get_recent_agent_runs and list_agent_actions — what has already been changed, and when.
  • compare_search_periods — clicks and position against the previous period, and what moved, from Search Console.
  • check_indexing — whether the pages Google shows most are indexed, and why not. inspect_url for one page, list_sitemaps for what was submitted. All four need a connected Search Console property and say so when there is none.

Reading the numbers honestly

This is most of the job.

  • A rank from Search Console and a rank from a scrape are different measurements. One is an impression-weighted daily average across real searchers; the other is the position this server was shown at one moment from one location. Every row says which. Never average them, and never report movement between two rows from different sources — the tool returns null for that on purpose.
  • An AI-visibility check says whether the model actually searched the web. Only the live ones tell you anything about AI search today. A "not cited" from training memory is a statement about the model, not about the site.
  • get_citation_landscape states its sample size. A ranking drawn from three answers is three answers, not a share of voice. Say the number.
  • No audit is not a clean audit. get_client_overview says plainly when there is none. Report that, do not report health.
  • Correlate changes with dates. If rankings moved, check list_agent_actions for what changed and when before attributing it to anything else.
  • Search Console's newest days are unfinished. compare_search_periods ends both periods on the last day Google finished counting. Do not restate its numbers as "the last 28 days" by the calendar, and do not call a partial day a drop.
  • An inspection is Google's record from its last crawl. A fix made this week will not show in inspect_url or check_indexing until Google recrawls the page. Say when the page was last crawled.

Read the full file on GitHub · 98 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. 3d ago First seen · 98 lines · 38 tokens per session scan A 3a83fb31d35c

Subscribe to this mod's changes

seo-audit-report is a skill published in the GitHub repository IamRamgarhia/All-In-One-Free-SEO-Tool (41 stars, last pushed 2d ago), licensed MIT. It adds 38 tokens to every session and 1,058 once invoked, about $0.0002 per session on Opus 5.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-09-24.

Related

Other skills, from other repositories

seo-maps

Maps intelligence for local SEO: geo-grid rank tracking, GBP profile auditing via API, review intelligence across Google/Tripadvisor/Trustpilot, cross-platform NAP verification, competitor radius mapping, and LocalBusiness schema generation. Three tiers: free (Overpass + Geoapify), DataForSEO, and DataForSEO + Google.…

AgriciDaniel/claude-seo · 104 tokens

seo-competitor-pages

Generate SEO-optimized competitor comparison and alternatives pages. Covers "X vs Y" layouts, "alternatives to X" pages, feature matrices, schema markup, and conversion optimization. Use when user says "comparison page", "vs page", "alternatives page", "competitor comparison", "X vs Y", "versus", "compare…

AgriciDaniel/claude-seo · 82 tokens

seo-local

Audit local SEO, including Google Business Profile, NAP consistency, citations, reviews, local schema, location pages, and multi-location structure.

AgriciDaniel/claude-seo · 31 tokens

seo-plan

Strategic SEO planning for new or existing websites. Industry-specific templates, competitive analysis, content strategy, and implementation roadmap. Use when user says "SEO plan", "SEO strategy", "SEO planning", "content strategy", "keyword strategy", "content calendar", "site architecture", or "SEO roadmap".

AgriciDaniel/claude-seo · 64 tokens

seo-profound

Profound LLM citation tracker (extension). Time-series brand citation rates across ChatGPT, Perplexity, and other LLMs. Pairs with seo-seranking for triangulated AI visibility coverage.

AgriciDaniel/claude-seo · 45 tokens

ai-seo

AI SEO Skill workflow skill. Use this skill when the user needs When the user wants to build programmatic SEO with AI, create competitor alternative pages, optimize for AI Overviews, or scale content production. Also use when the user mentions 'SEO,' 'programmatic SEO,' 'AI content,' 'competitor alternative pages,'…

diegosouzapw/awesome-omni-skills · 147 tokens