agentsclimarketplace

Seo ahrefs new links

Skill lionkiii/claude-seo-skills/skills/seo-ahrefs-new-links

See recently acquired and lost backlinks for a domain using Ahrefs. Shows new referring domains in the last 30 days and any lost referring domains. Use when user says "new backlinks", "new links", "recently acquired links", "lost links", or "new referring domains".From its SKILL.md

Install
npx -y skills add lionkiii/claude-seo-skills --skill seo-ahrefs-new-links

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

  • 20 stars20 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.
  • runs commandsInstructs the agent to run 1 command, including `cat ~/.claude/mcp.json | grep -i ahrefs`.

SKILL.md

3.9 KB, 937 tokens by cl100k_base, as published. Nobody here has run it

Ahrefs New and Lost Links

Fetches referring domain history from Ahrefs, filtered to show recently acquired domains (last 30 days) and any lost referring domains.

References

@skills/seo/references/mcp-degradation.md @skills/seo/references/ahrefs-api-reference.md

Inputs

  • domain: The bare domain to analyze (e.g., example.com). Strip https://, http://, and trailing slashes before passing to Ahrefs tools.

MCP Check

Before proceeding, verify Ahrefs MCP is available:

  1. Use ToolSearch with query +ahrefs
  2. If tools are returned → Ahrefs MCP is available, proceed to Execution
  3. If no tools returned → display the Ahrefs MCP error template from references/mcp-degradation.md and stop

Execution

Step 1 — Call Referring Domains

Call mcp__claude_ai_ahrefs__site-explorer-referring-domains with:

  • target: the bare domain (e.g., example.com)

Returns per referring domain: domain, domain_rating, backlinks count, first_seen date (ISO 8601), and optionally lost_date for domains no longer linking.

Step 2 — Filter by Date (Client-Side)

The tool may not support native date filtering. If no native date filter exists:

  • Compute the cutoff date: current date minus 30 days
  • Filter entries where first_seen >= cutoff_date → these are new referring domains
  • Separate entries where lost_date is present → these are lost referring domains

Step 3 — Sort and Summarize

  • New referring domains: sort by domain_rating descending (highest DR new links first)
  • Lost referring domains: sort by domain_rating descending (highest DR losses first)
  • Calculate net change: new count minus lost count

Output Format

## Ahrefs New & Lost Links: example.com (Last 30 Days)

### Net Change Summary
| Metric | Value |
|--------|-------|
| New Referring Domains | +12 |
| Lost Referring Domains | -3 |
| Net Change | +9 |

### New Referring Domains (Last 30 Days)

| Domain | DR | Backlinks from Domain | First Seen |
|--------|----|-----------------------|------------|
| highdr-news.com | 71 | 1 | 2026-02-18 |
| industry-blog.io | 58 | 3 | 2026-02-10 |
| partner-site.com | 44 | 2 | 2026-02-05 |

### Lost Referring Domains

| Domain | DR | Lost Date |
|--------|----|-----------|
| old-partner.com | 52 | 2026-01-28 |

### Observations
- Gained 12 new referring domains this month — healthy link velocity
- Lost 3 domains — investigate whether content was removed or sites changed focus
- Highest-DR gain: highdr-news.com (DR 71) — strong editorial link

No New Links

If no referring domains have first_seen within the last 30 days:

## Ahrefs New & Lost Links: example.com

No new referring domains detected in the last 30 days.

**Suggestions:**
- Run `/seo ahrefs backlinks example.com` to review the full backlink profile
- Consider outreach or PR campaigns to build new referring domains

Error — Ahrefs MCP Not Available

If MCP check fails, display the Ahrefs error template from references/mcp-degradation.md:

## Ahrefs MCP Not Available

The `/seo ahrefs new-links` command requires the Ahrefs MCP, which is not
currently connected.

**What you can do:**
- Use `/seo audit <url>` for a full static SEO analysis without live Ahrefs data
- Use `/seo technical <url>` for technical SEO issues without backlink/keyword data

**To connect Ahrefs MCP:**
- Ensure the Ahrefs MCP is registered at user scope in ~/.claude/mcp.json
- Verify with: cat ~/.claude/mcp.json | grep -i ahrefs
- Ahrefs MCP must be registered at user scope (not project scope) to work in subagents

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most marketing audience skills give in 937 tokens

Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07

  • Apply Poppins font to headingsin 41 of 690, across 6 files
  • Apply Lora font to body textin 41 of 690, across 6 files
  • Use Arial fallback for headingsin 39 of 690, across 4 files
  • Use Georgia fallback for body textin 39 of 690, across 4 files
  • Maintain text hierarchy and formattingin 39 of 690, across 4 files
  • Use accent colors for non-text shapesin 38 of 690, across 3 files
  • Use RGB values for precise color matchingin 38 of 690, across 3 files
  • Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
  • Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
  • Use active voice instead of passive voicein 26 of 690, across 10 files
  • Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
  • Prioritize clarity over clevernessin 22 of 690, across 8 files

Said here and by no other author read

  • strip protocol and trailing slash from domain input
  • display Ahrefs error template if MCP check fails
  • stop if ahrefs mcp is unavailable
  • search tools for ahrefs before proceeding
  • call referring domains tool with target domain
  • filter new domains by first_seen date

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. 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.