Agentic SEO Audit Skill
Runs evidence-backed SEO audits for sites, pages, and GitHub repos, always producing a full report plus a prioritized action plan.
What it does
Ask Claude to "run an SEO audit on <url>" and this skill follows a deterministic workflow: read the page first, then run bundled Python scripts for hard evidence — robots.txt and AI-crawler rules, llms.txt, PageSpeed/Core Web Vitals, security headers, broken links, redirect chains, readability, social meta, internal link structure, and more.
- 16 sub-skills covering full audits, single pages, technical SEO, content & E-E-A-T, JSON-LD schema, sitemaps, images, GEO (AI search), AEO, hreflang, backlinks, strategic planning, and GitHub repo discoverability.
- Every finding is reported as
Finding / Evidence / Impact / Fixwith explicit confidence labels, and a verifier pass removes duplicates and contradictions. - Mandatory artifacts:
FULL-AUDIT-REPORT.mdandACTION-PLAN.md, plus an optional self-containedSEO-REPORT.htmldashboard. - Encodes current Google reality: INP instead of FID, FAQPage/HowTo no longer recommended, JSON-LD only, mobile-first indexing.
Who it's for
- Marketers and site owners who want a repeatable audit without a paid SEO suite.
- Web developers wiring SEO checks into pre-commit hooks or CI pipelines.
- Open-source maintainers who want their repo to rank and convert on GitHub.
- Content teams optimizing for citation by AI answer engines.
Examples
- Full-site audit: "perform seo analysis on https://example.com" → weighted category scores, environment-limitation notes, and two markdown deliverables.
- Schema review: "seo schema https://example.com/pricing" → detects JSON-LD blocks, flags deprecated/restricted types, and generates replacement templates.
- GitHub repo SEO: "seo github owner/repo" → README lint, topic/description suggestions, community-health checks, competitor benchmarking, and
GITHUB-SEO-REPORT.md.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/HEAD/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the SKILL.m folder from the GitHub repo Bhanunamikaze/Agentic-SEO-Skill into my ~/.claude/skills/seo/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Bhanunamikaze/Agentic-SEO-Skill.git ~/.claude/skills/seo⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and create the skills directory if needed:
mkdir -p ~/.claude/skills - Clone the repository:
git clone https://github.com/Bhanunamikaze/Agentic-SEO-Skill.git ~/.claude/skills/seo - Confirm
~/.claude/skills/seo/SKILL.mdexists; if it sits in a nested folder, move the contents up so SKILL.md is at the skill root. - Install the Python dependencies:
pip install requests beautifulsoup4 - Optional, for screenshots and visual analysis:
pip install playwright && playwright install chromium - Optional, for authenticated checks: copy
.env.exampleto.envand fill in only the keys you own (PageSpeed, GitHub token, etc.). Never paste secrets into the chat. - Restart Claude Code and try: "seo audit https://example.com" — the skill triggers automatically on SEO-related phrasing.