mcpbeat Sign in

Backlink Check Agent Skill

Backlink profile for any domain — referring domains, authority, anchors, new/lost links, and a side-by-side vs a competitor. Use when asked "check my backlinks", "backlink profile of X", "who links to them", or "link gap vs competitor".

436 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
189
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Ryze-AI-Adgent/open-seo-mcp-skills --skill backlink-check

The instruction itself

3 sections, as written by the author

Workflow

  • Source. Use the workspace's DataForSEO Backlinks tools (native__get_provider_docs, provider dataforseo, for exact request shapes): summary for the profile, referring_domains for the domain list, anchors for anchor distribution. If DataForSEO backlinks aren't exposed, fall back to a connected ahrefs or semrush provider; if neither, stop and say which connection is missing — never fabricate link counts.
  • Target profile. Pull summary + top ~100 referring domains by rank for the user's domain: total backlinks, referring domains, dofollow share, authority distribution.
  • Competitor (if named). Same pulls for the competitor. Compute the link gap: strong domains linking to them but not to the user — that's the outreach list.
  • Quality read. Flag: spammy anchor patterns (exact-match commercial anchors at scale), link velocity spikes, a profile dominated by low-authority domains.
  • Traffic cross-check (own site only). google_analytics__runRawReport — referral sessions by source; note which linking domains actually send visitors.

Output

Verdict first (profile strength in one paragraph, and the gap vs the competitor if asked), then: profile summary table, top referring domains, anchor distribution, and — when a competitor was given — the link-gap outreach list (domain, authority, page linking to competitor). All third-party numbers labeled as index estimates.

How to use it

Copy the folder

Take ryze-ai-adgent/backlink-check from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.