seo-ahrefs
Ahrefs API analyst (extension). Reads referring domains, backlinks, organic keywords, and content explorer data via the tested @ahrefs/mcp@0.0.11 server. Pairs with seo-backlinks for multi-source confidence weighting.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=agricidaniel-claude-seo-extensions-ahrefs-skills-seo-ahrefs-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name seo-ahrefs description Ahrefs API analyst (extension). Reads referring domains, backlinks, organic keywords, and content explorer data via the tested @ahrefs/mcp@0.0.11 server. Pairs with seo-backlinks for multi-source confidence weighting. metadata {"version":"2.2.5"} compatibility Tested with @ahrefs/mcp@0.0.11 (installed by extensions/ahrefs/install.sh). seo-ahrefs Live Ahrefs data via the tested @ahrefs/mcp@0.0.11 server. Package check (2026-07-10): verify the current Ahrefs MCP package source before changing this tested version. 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 backlink quality signals 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): Estimate cost with claude-seo run dataforseo_costs.py (the cost-tracker module is generic and supports Ahrefs unit accounting). Surface the estimate to the orchestrator. Log actual cost after each call. This is the same workflow the seo-dataforseo skill uses.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |