Backlink Analysis

DataForSEO-backed backlink/link-gap analyst that refuses to fabricate metrics when the API isn't wired up.

Works with setup

Test report

Verdict
Works with setup
Score
8.4/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 6e7021d

With no DataForSEO credentials wired up, a naive assistant would happily invent referring-domain counts for the requested domain — this skill instead forces a hard `status: blocked` with the missing-credential reason, matching its own 'never fabricate backlink counts' rule.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Backlink Analysis does

Produces a structured single- or multi-competitor backlink profile (referring domains, anchors, link gap/intersect, velocity, quality mix) strictly from DataForSEO Backlinks API data, blocking with an explicit status rather than inventing numbers when credentials are missing. Triggers on backlink, referring-domain, anchor, link-gap, link-intersect, link-velocity, brand-mention, or competitor link-profile requests for a specific domain or URL.

How to install Backlink Analysis

git clone https://github.com/agencia-conversion/agentic-seo-skills
cd agentic-seo-skills
mkdir -p ~/.claude/skills
cp -r skills/backlink-analysis ~/.claude/skills/backlink-analysis

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Backlink Analysis

  • /backlink-analysis DataForSEO-backed backlink/link-gap analyst that refuses to fabricate metrics when the API isn't wired up.

It also activates on plain-language prompts like these:

  • Analyze the backlink profile for example.com against our competitors.
  • Show me the link gap between our domain and two rival competitors.
  • What's the anchor text distribution across our referring domains?

Frequently asked questions

Is the Backlink Analysis skill free?
Yes. The skill itself is free from agencia-conversion/agentic-seo-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Backlink Analysis work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. With no DataForSEO credentials wired up, a naive assistant would happily invent referring-domain counts for the requested domain — this skill instead forces a hard `status: blocked` with the missing-credential reason, matching its own 'never fabricate backlink counts' rule.
What is the Backlink Analysis SkillProof Score?
8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Backlink Analysis?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Backlink Analysis with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.