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

Backlink Check

Builds a real-data backlink profile for any domain and a side-by-side link gap against a named competitor.

Marketing & SEOIntermediate1892AI score 8/10Last updated: Aug 31, 2026

What it does

  • Pulls total backlinks, referring domains, dofollow share, and authority distribution via DataForSEO Backlinks (falling back to a connected Ahrefs or Semrush provider).
  • Fetches the top ~100 referring domains by rank and analyzes anchor text distribution.
  • With a competitor named, computes the link gap — strong domains linking to them but not to you — as a ready outreach list.
  • Flags quality risks: exact-match commercial anchors at scale, link velocity spikes, low-authority-heavy profiles.
  • For your own site, cross-checks Google Analytics referral sessions to see which links actually send visitors.
  • If no data provider is connected, it stops and names the missing connection instead of inventing link counts.

Who it's for

  • SEO specialists picking link-building targets from data rather than gut feel
  • Agencies delivering recurring backlink reports to clients
  • Growth teams that need to quantify the link gap versus competitors

Examples

  1. "Check my backlinks" → profile summary table, top referring domains, anchor distribution
  2. "Link gap vs competitor.com" → outreach list of high-authority domains linking only to the competitor
  3. "Which backlinks actually drive traffic?" → linking domains cross-referenced with GA referral sessions

· · · 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/Ryze-AI-Adgent/open-seo-mcp-skills/HEAD/skills/backlink-check/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 skills/backlink-check folder from the GitHub repo Ryze-AI-Adgent/open-seo-mcp-skills into my ~/.claude/skills/backlink-check/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/Ryze-AI-Adgent/open-seo-mcp-skills.git && mkdir -p ~/.claude/skills && cp -r open-seo-mcp-skills/skills/backlink-check ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/Ryze-AI-Adgent/open-seo-mcp-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r open-seo-mcp-skills/skills/backlink-check ~/.claude/skills/
  5. Required: connect a DataForSEO (or Ahrefs / Semrush) MCP server to Claude Code with valid API credentials — without it the skill will halt by design.
  6. Optional: connect the Google Analytics MCP to enable the referral-traffic cross-check on your own site.
  7. Restart Claude Code and try: "Check the backlink profile of my domain."