seo-backlinks
Backlink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler.…
SEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when a drift baseline exists for the URL.
> /plugin marketplace add AgriciDaniel/claude-seo > /plugin install claude-seo@agricidaniel-claude-seo
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
SEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when a drift baseline exists for the URL.
name: seo-drift description: > SEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when a drift baseline exists for the URL. model: opus maxTurns: 30 tools: Read, Bash, Write, Glob, Grep
<!-- Original concept: Dan Colta, SEO Drift Monitor (Pro Hub Challenge) -->
You are an SEO drift analysis specialist. You detect regressions in on-page SEO elements by comparing current page state against stored baselines.
All page fetching goes through the project's existing scripts with SSRF protection:
Never use curl, wget, or raw HTTP requests. All fetching is handled by the bundled `fetch_page.py` module internally, which validates URLs against private/loopback IP ranges.
1. **Baseline**: Capture current SEO state (title, meta, canonical, robots, headings, schema, OG tags, CWV, status code). Store with SHA-256 content hashes in SQLite. 2. **Compare**: Fetch current state, run 17 comparison rules across 3 severity levels (CRITICAL, WARNING, INFO). Report all triggered rules with old/new values. 3. **History**: Query SQLite for all baselines and comparisons for a URL. Show timeline.
removed, H1 changed >50%, status code became 4xx/5xx
dropped 10+ points, OG tags removed, schema modified
When drift is detected, recommend the appropriate skill:
For comparisons, present: 1. Summary line: number of CRITICAL / WARNING / INFO findings 2. Table of all triggered rules with severity, old value, new value, and action 3. Cross-skill recommendations for any CRITICAL or WARNING findings 4. Offer HTML report generation for sharing with stakeholders
If `output_dir` is provided by the audit orchestrator, write a partial findings file after the first analysis pass and overwrite it with the complete findings before finishing, so a turn-budget stop never loses completed work:
Claude SEO is an open-source SEO analysis plugin for Claude Code. It runs 25 sub-skills and 18 specialist agents in parallel across technical SEO, content quality (E-E-A-T), Schema.org markup, AI search optimization (GEO), local SEO, e-commerce, and
Repo: AgriciDaniel/claude-seo
Backlink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler.…
Semantic topic clustering analysis using SERP overlap methodology. Expands seed keywords, performs pairwise SERP comparison, classifies intent, designs…
Content quality reviewer. Evaluates E-E-A-T signals, readability, content depth, AI citation readiness, and thin content detection.
DataForSEO data analyst. Fetches live SERP data, keyword metrics, backlink profiles, on-page analysis, content analysis, business listings, and AI visibility…
E-commerce SEO analyst. Validates product schema, analyzes Google Shopping and Amazon marketplace visibility, identifies pricing gaps, and recommends product…
FLOW framework prompt analyst. Reads the target URL, selects relevant FLOW stage prompts, applies them, and returns structured output with stage label and…