Link Ecosystem
Analyzes the backlink profile of a domain: quality, diversity, growth patterns, toxicity, and opportunities. Backlinks remain a cornerstone of ranking signals.
Quick Start
Analyze link ecosystem for [domain]
Find toxic links pointing to [domain]
Suggest link building opportunities for [topic]
Engine Contract
- Reads: domain, competitor domains, known link data if available
- Writes: link profile report with toxicity assessment and opportunity list
- Promotes: critical link issues and opportunity angles to hot cache
- Next handoff: signal packet with link data and recommended tactics
Instructions
Run five phases:
- Inventory — catalog referring domains, anchor text distribution, link velocity, top linked pages
- Quality Score — assess NEXUS Network dimension: diversity, authority of sources, editorial vs self-created ratio, relevance
- Toxicity Check — flag PBNs, link farms, exact-match over-optimization, foreign language spam, sudden negative velocity
- Opportunity Map — identify unlinked brand mentions, competitor backlink gaps, broken link opportunities, guest post targets, resource page prospects
- Action Plan — prioritize by impact vs effort: disavow toxic first, then pursue high-value opportunities
Next Best Engine
- Primary: trust-signal-auditor — full domain trust audit
- Alternatives: change-sentinel, landscape-scan
1---2name: link-ecosystem3description: Profile backlink health, detect toxic links, and identify link building opportunities. 外链分析/链接生态4license: MIT5---67# Link Ecosystem89Analyzes the backlink profile of a domain: quality, diversity, growth patterns, toxicity, and opportunities. Backlinks remain a cornerstone of ranking signals.1011## Quick Start1213```14Analyze link ecosystem for [domain]15```1617```18Find toxic links pointing to [domain]19```2021```22Suggest link building opportunities for [topic]23```2425## Engine Contract2627- **Reads**: domain, competitor domains, known link data if available28- **Writes**: link profile report with toxicity assessment and opportunity list29- **Promotes**: critical link issues and opportunity angles to hot cache30- **Next handoff**: signal packet with link data and recommended tactics3132## Instructions3334Run five phases:35361. **Inventory** — catalog referring domains, anchor text distribution, link velocity, top linked pages372. **Quality Score** — assess NEXUS Network dimension: diversity, authority of sources, editorial vs self-created ratio, relevance383. **Toxicity Check** — flag PBNs, link farms, exact-match over-optimization, foreign language spam, sudden negative velocity394. **Opportunity Map** — identify unlinked brand mentions, competitor backlink gaps, broken link opportunities, guest post targets, resource page prospects405. **Action Plan** — prioritize by impact vs effort: disavow toxic first, then pursue high-value opportunities4142## Next Best Engine4344- **Primary**: [trust-signal-auditor](guardian/trust-signal-auditor/SKILL.md) — full domain trust audit45- **Alternatives**: [change-sentinel](track/change-sentinel/SKILL.md), [landscape-scan](discover/landscape-scan/SKILL.md)