ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

backlink-analyzer

Use when analyzing backlink profiles, link authority, toxic links, link-building opportunities, or competitor link gaps. 外链分析/反向链接

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aaron-he-zhu/backlink-analyzer
Or

Backlink Analyzer

Analyzes backlink profiles for quality, risk, competitive gaps, and link-building opportunities.

Quick Start

Analyze backlink profile for [domain]
Find link building opportunities by analyzing [competitor domains]

Skill Contract

Expected output: a backlink report or delta summary plus the standard handoff summary for memory/monitoring/.

  • Reads: current metrics, baselines, alert thresholds, and reporting context from CLAUDE.md and the shared State Model when available.
  • Writes: a user-facing monitoring deliverable and reusable summary.
  • Promotes: significant changes, confirmed anomalies, and follow-up actions to memory/open-loops.md and memory/decisions.md.
  • Primary next skill: domain-authority-auditor when toxicity or authority concerns need formal scoring.

Handoff Summary

Emit the standard shape from skill-contract.md §Handoff Summary Format.

Data Sources

All integrations optional (see CONNECTORS.md). With tools, pull backlink profiles from ~~link database and competitor data from ~~SEO tool. Without tools, ask for backlink CSVs, referring domains, competitor domains, and link changes. Respect robots.txt and TOS per SECURITY.md.

Instructions

When a user requests backlink analysis:

  1. Generate Profile Overview — key metrics, link velocity, authority distribution, and profile health score.
  2. Analyze Link Quality — top backlinks, link type mix, anchor text distribution, and geography.
  3. Identify Toxic Links — risk indicators, links to review, and disavow recommendations.
  4. Compare Against Competitors — profile comparison, link intersection, and top linked competitor content.
  5. Find Link Building Opportunities — intersection prospects, broken links, unlinked mentions, resource pages, guest posts, and effort-vs-impact priorities.
  6. Track Link Changes — new and lost links, net change, and recovery priorities.
  7. Generate Backlink Report — executive summary, strengths, concerns, opportunities, competitive position, recommended actions, and KPIs.

Reference: See references/analysis-templates.md for the compact output templates used in all seven steps.

CITE Item Mapping

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aaron-he-zhu-backlink-analyzer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.