‹ 首页

seo-ahrefs

@agricidaniel · 收录于 1 周前 · 上游提交 1 周前★ 社区精选

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

适合你,如果做网站SEO需要分析外链和关键词数据

/ 通过 npx 安装 校验哈希
npx oh-my-skill add agricidaniel/claude-seo/seo-ahrefs
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- agricidaniel/claude-seo/seo-ahrefs
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify agricidaniel/claude-seo/seo-ahrefs
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
10898GitHub stars
~502上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 6cf1ea9 · 表述以原文为准
它做什么

装上后,Claude 能查询 Ahrefs 的网站指标、外链、自然关键词和内容探索数据,并给出带置信度的分析报告。

什么时候触发

当用户输入以 /seo ahrefs 开头的命令时触发,例如 /seo ahrefs metrics <网址> 等。

装好后可以这样说
返回域名评分、外链数、有机流量等
返回顶级外链域名、锚文本分布等
返回内容探索器中的热门文章及社交分享数
技能原文 SKILL.md作者撰写 · MIT · 6cf1ea9

seo-ahrefs

Live Ahrefs data via the official @ahrefs/mcp@0.0.11 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 Spam Score with the existing seo-backlinks Common Crawl + verify crawler signals.
Cross-skill delegation
  • For multi-source confidence weighting across Moz + Bing + Common Crawl + Ahrefs, hand back to seo-backlinks.
  • For SERP-feature analysis where Ahrefs and DataForSEO overlap, prefer DataForSEO for live SERP data.
Cost guardrails

Ahrefs API usage is metered per unit. Before running a batch (>= 50 URLs):

  1. Estimate cost with python3 scripts/dataforseo_costs.py (the cost-tracker module is generic and supports Ahrefs unit accounting).
  2. Surface the estimate to the orchestrator.
  3. Log actual cost after each call.

This is the same workflow the seo-dataforseo skill uses.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。