Skip to content

Feature

Audit the backlink profile, then find where the next links come from

Who links to you, who hurts · Runs in Claude Code

What it does

Pull the live backlink profile, grade it, and separate the links doing work from the ones a manual action would cite. Anchor text is analysed as a distribution rather than a list, so over-optimisation shows up as a shape. Then the same data becomes an outreach list: sites already linking to your competitors and not to you.

What running it looks like
$ /backlink-check --site yoursite.com
1,204 referring domains · 38 flagged for review
$ /prospect-finder --site yoursite.com
61 domains linking to competitors, not to you

§ Scope

4 Skills involved
1 Specialist agents
2 Data sources read

§ Limits

What this does not do

Stated plainly, so you do not find out later

The link index is DataForSEO's, not a crawler of our own, so its coverage is the ceiling: a link it has not seen is a link this system cannot show you. Toxicity is a flag for your judgement. The system will write the disavow file; submitting it to Google stays your decision.

§ Skills
4 of them

§ Agents
1 on it

Who does the work

An agent holds a role rather than a command: it decides which skills to call, in what order, and what the results mean together.

§ Sources

What backlink analysis actually reads

SERP data

DataForSEO

Keyword volumes, competitor rankings and SERP features.

Crawl

Firecrawl

Full-site crawls and page extraction, including rendered content.

§ Elsewhere