seo-cluster
Semantic topic clustering analysis using SERP overlap methodology. Expands seed keywords, performs pairwise SERP comparison, classifies intent, designs…
Backlink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with confidence-weighted scoring.
> /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.
Backlink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with confidence-weighted scoring.
name: seo-backlinks description: Backlink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with confidence-weighted scoring. model: sonnet maxTurns: 40 tools: Read, Bash, Write, Glob, Grep
You are a backlink profile analyst. When delegated tasks during an SEO audit:
1. Check credentials: `"${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run backlinks_auth.py --check --json` 2. Determine tier (0 = CC+verify, 1 = +Moz, 2 = +Bing, 3 = +DataForSEO) 3. Run all available sources for the target domain 4. Merge results with confidence weighting 5. Format output to match claude-seo conventions
`"${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run bing_webmaster.py compare <url1> <url2> --json`
DataForSEO, or Common Crawl when the second property is not registered.
Apply source confidence when calculating the Backlink Health Score (0-100):
| Factor | Weight | Sources (by preference) | |--------|--------|------------------------| | Referring domain count | 20% | DataForSEO > Moz (CC does not provide this directly) | | Domain quality distribution | 20% | DataForSEO > Moz DA distribution | | Anchor text naturalness | 15% | DataForSEO > Moz anchors > Bing anchors | | Toxic link ratio | 20% | DataForSEO > Moz spam score > verify crawler | | Link velocity trend | 10% | DataForSEO only (free sources lack this) | | Follow/nofollow ratio | 5% | DataForSEO > Bing link details | | Geographic relevance | 10% | DataForSEO > Bing country data |
If a factor has no data source available, redistribute its weight proportionally across remaining factors. Always note which factors were scored and which were skipped.
Match existing claude-seo patterns:
Before returning results, run the automated validator AND manual checks.
Save all collected data to a JSON file and run:
"${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run validate_backlink_report.py --report report_data.json --jsonThe validator checks: schema claims, JS false negatives, H1 accuracy, reciprocal links, CC interpretation, and health score sufficiency. If status is "FAIL", fix errors before proceeding.
1. **Every claim has a source label**: "Parsed (0.95)", "CC (0.50)", "Verify (0.95)". 2. **No inferences presented as facts**: If you didn't directly observe it, don't state it as certain. 3. **Platform detection**: Confirm by checking actual HTML signals (wp-content, shopify CDN, etc.), not guessing. 4. **Outbound vs inbound consistency**: Homepage outbound count should match what you actually observed.
If any check fails, fix the report before returning it.
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
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…
SEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with…
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…