Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

Marketing & SEOIntermediate831131AI score 8/10Last updated: Jul 23, 2026

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 / Fix with explicit confidence labels, and a verifier pass removes duplicates and contradictions.
  • Mandatory artifacts: FULL-AUDIT-REPORT.md and ACTION-PLAN.md, plus an optional self-contained SEO-REPORT.html dashboard.
  • 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

  1. Full-site audit: "perform seo analysis on https://example.com" → weighted category scores, environment-limitation notes, and two markdown deliverables.
  2. Schema review: "seo schema https://example.com/pricing" → detects JSON-LD blocks, flags deprecated/restricted types, and generates replacement templates.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal and create the skills directory if needed: mkdir -p ~/.claude/skills
  2. Clone the repository: git clone https://github.com/Bhanunamikaze/Agentic-SEO-Skill.git ~/.claude/skills/seo
  3. Confirm ~/.claude/skills/seo/SKILL.md exists; if it sits in a nested folder, move the contents up so SKILL.md is at the skill root.
  4. Install the Python dependencies: pip install requests beautifulsoup4
  5. Optional, for screenshots and visual analysis: pip install playwright && playwright install chromium
  6. Optional, for authenticated checks: copy .env.example to .env and fill in only the keys you own (PageSpeed, GitHub token, etc.). Never paste secrets into the chat.
  7. Restart Claude Code and try: "seo audit https://example.com" — the skill triggers automatically on SEO-related phrasing.