account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Evaluate backlink quality using Domain Authority, Domain Rating, and trust metrics. Use this skill when the user needs to assess link profile health, identify toxic backlinks, or plan link building strategy — even if they say 'check my backlinks', 'link building', or 'domain
$ npx -y skills add charlieviettq/awesome-agent-skill --skill algo-seo-backlink --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/algo-seo-backlinkContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Evaluate backlink quality using Domain Authority, Domain Rating, and trust metrics. Use this skill when the user needs to assess link profile health, identify toxic backlinks, or plan link building strategy — even if they say 'check my backlinks', 'link building', or 'domain
name: "\"algo-seo-backlink\"" description: "\"Evaluate backlink quality using Domain Authority, Domain Rating, and trust metrics. Use this skill when the user needs to assess link profile health, identify toxic backlinks, or plan link building strategy — even if they say 'check my backlinks', 'link building', or 'domain authority analysis'.\"." allowed-tools: Read, Glob, Grep
Backlink analysis evaluates incoming links by quality metrics (DA/DR, relevance, anchor text diversity, toxicity) to assess a site's off-page SEO strength. Quality assessment is heuristic-based using third-party metrics (Moz DA, Ahrefs DR) as PageRank proxies.
**Trigger conditions:**
**When NOT to use:**
IRON LAW: Backlink QUALITY Outweighs Quantity One link from a high-authority, topically relevant domain is worth more than hundreds from low-quality sites. Evaluate every link on: 1. Authority (DA/DR of linking domain) 2. Relevance (topical match between linking and target pages) 3. Placement (editorial in-content > footer/sidebar) 4. Anchor text (natural diversity > exact-match keyword stuffing)
Export backlink data from Ahrefs, Moz, or Search Console. Required fields: referring domain, DA/DR, anchor text, link type (dofollow/nofollow), first seen date. **Gate:** Complete backlink export with authority metrics.
1. Deduplicate by referring domain (one link per domain for analysis) 2. Score each link: authority (0-100) × relevance (0-1) × placement weight 3. Flag toxic links: DA < 10, irrelevant foreign language, link farm patterns, PBN indicators 4. Compute profile metrics: total referring domains, DR distribution, anchor text diversity index
Cross-reference flagged toxic links against known spam databases. Verify anchor text distribution follows natural pattern (branded > URL > keyword > misc). **Gate:** Toxic links identified, anchor profile analyzed.
Return profile assessment with link quality distribution and action items.
{
"profile": {"referring_domains": 450, "avg_dr": 35, "toxic_count": 23, "anchor_diversity": 0.78},
"actions": [{"type": "disavow", "domains": ["spam1.com"], "reason": "link farm pattern"}],
"metadata": {"tool": "ahrefs", "export_date": "2025-01-15"}
}**Input:** 500 backlinks, 200 referring domains **Expected:** Distribution: 15% DR 60+, 40% DR 20-59, 45% DR 0-19. Flag 23 toxic domains for disavow.
| Input | Expected | Why | |-------|----------|-----| | All links from one domain | Low profile diversity | Single-source dependency is risky | | 90% exact-match anchors | Anchor text penalty risk | Unnatural anchor pattern | | Zero backlinks | Focus on content first | Can't optimize what doesn't exist |
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…