Agent skill · Data & Analytics

seo-ahrefs

Ahrefs API analyst (extension). Reads referring domains, backlinks, organic keywords, and content explorer data via the official @ahrefs/mcp server. Pairs with seo-backlinks for multi-source confidence weighting.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-ahrefs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Requires: Requires the official @ahrefs/mcp server (installed by extensions/ahrefs/install.sh).
Path: .claude/skills/seo-ahrefs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# seo-ahrefs Live Ahrefs data via the official `@ahrefs/mcp` server. ## Prerequisites - Run `extensions/ahrefs/install.sh` (Linux/macOS) or `install.ps1` (Windows) before using this skill. - An Ahrefs API token (https://ahrefs.com/api). - Node 18+ on `$PATH` for the MCP server. Before calling any Ahrefs tool, verify the MCP is connected by checking that any Ahrefs MCP tool is available in this session. If tools are not available, tell the user the extension is not installed and provide the install command above. ## Routing | Command | Action | |---|---| | `/seo ahrefs metrics <url>` | Domain / URL rating, referring domain count, organic traffic estimate | | `/seo ahrefs backlinks <url>` | Top referring domains, anchor distribution, follow/nofollow ratio | | `/seo ahrefs organic <url>` | Organic keywords, ranking distribution, traffic by country | | `/seo ahrefs content <topic>` | Content Explorer top results, social shares, referring domains | ## Output conventions - Cite the data source on every metric: "Ahrefs (live, confidence 1.00)". - When Ahrefs and Moz disagree on the same metric, trust Ahrefs and note the discrepancy in the report. - Toxic link assessment: combine Ahrefs Sp

What's inside
Steps it walks through
  1. Prerequisites
  2. Routing
  3. Output conventions
  4. Cross-skill delegation
  5. Cost guardrails
More from dev-gtm-claude-skills
All skills →
About this skill
What does the seo-ahrefs skill do?

Ahrefs API analyst (extension). Reads referring domains, backlinks, organic keywords, and content explorer data via the official @ahrefs/mcp server. Pairs with seo-backlinks for multi-source confidence weighting.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-ahrefs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going