agentsclimarketplace

Semrush backlink audit

Skill osodevops/intelligence-layer-skills/skills/semrush-backlink-audit

Agent Skills for Semrush CLI SEO, paid search, backlinks, traffic, local SEO, and batch workflows

Install
npx -y skills add osodevops/intelligence-layer-skills --skill semrush-backlink-audit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Audit backlink profiles with the semrush CLI. Use when the user asks for backlink analysis, referring domains, authority score, anchor text, indexed linked pages, backlink competitors, link gaps, backlink history, toxic or suspicious link signals, or off-page SEO recommendations based on Semrush CLI backlink data.

SKILL.md

4.2 KB, as published. Nobody here has run it

Semrush Backlink Audit

Use semrush backlink ... commands to evaluate authority, link profile health, anchor distribution, competitor gaps, and link-building priorities.

Prerequisites

Check install and auth when needed:

command -v semrush
semrush account auth status --output json --quiet

Choose the right --target-type before running reports:

Target typeUse
root_domainWhole domain, default for audits and competitor comparisons.
domainHost/subdomain-level analysis.
urlSpecific page-level analysis.

Workflow

  1. Confirm target, target type, competitors, and audit purpose.
  2. Pull overview, authority score, referring domains, anchors, and indexed pages.
  3. Compare against competitors for link gaps and authority benchmarks.
  4. Inspect link list, filters, TLD, geo, categories, and history when needed.
  5. Separate findings into risks, opportunities, and validation follow-ups.

Core Commands

Profile baseline:

semrush backlink overview example.com --target-type root_domain --output json --quiet
semrush backlink authority-score example.com --target-type root_domain --output json --quiet
semrush backlink history example.com --target-type root_domain --output json --quiet

Profile composition:

semrush backlink referring-domains example.com --target-type root_domain --limit 100 --output json --quiet
semrush backlink anchors example.com --target-type root_domain --limit 100 --output json --quiet
semrush backlink indexed-pages example.com --target-type root_domain --limit 100 --output json --quiet
semrush backlink tld-distribution example.com --target-type root_domain --output json --quiet
semrush backlink geo example.com --target-type root_domain --output json --quiet
semrush backlink categories example.com --target-type root_domain --output json --quiet
semrush backlink category-profile example.com --target-type root_domain --output json --quiet

Individual links and comparisons:

semrush backlink list example.com --target-type root_domain --limit 250 --output json --quiet
semrush backlink list example.com --target-type root_domain --filter "type=text" --sort "page_ascore desc" --limit 250 --output json --quiet
semrush backlink competitors example.com --target-type root_domain --limit 50 --output json --quiet
semrush backlink compare example.com competitor.com --target-type root_domain --output json --quiet
semrush backlink batch example.com competitor.com another.com --target-type root_domain --output json --quiet

Interpretation

Use these checks before recommending action:

CheckLook for
Referring domain qualityAuthority, topical fit, country/TLD mix, and link concentration.
Anchor distributionExcess exact-match anchors, irrelevant anchors, or missing branded anchors.
Indexed linked pagesPages attracting links and pages that need consolidation or redirects.
Link velocitySudden spikes or drops that need manual validation.
Competitor gapHigh-quality domains linking to competitors but not the target.

Do not label links as toxic from Semrush data alone. Flag suspicious patterns and recommend manual review before disavow decisions.

Output Format

Return:

  1. Profile snapshot: authority, backlinks, referring domains, target type, and database/command context.
  2. Health findings: risks with evidence and confidence.
  3. Opportunity findings: linkable assets, competitor gaps, and outreach targets.
  4. Action list: preserve, reclaim, build, monitor, or manually review.
  5. Commands run and any filters used.

Related Skills

  • Use semrush-competitor-research to connect link gaps to keyword gaps.
  • Use semrush-traffic-trends to verify whether authority changes align with traffic movement.
  • Use semrush-batch-workflows for repeated backlink overview and list recipes.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.