Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

ahrefs-connectionahrefs 连接

Agent Skill

ahrefs-connection 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

22,594

周安装

914

GitHub Stars

公开资料未说明

下载量

7,093
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ahrefs-connection(ahrefs 连接)
来源仓库:https://github.com/jonathan-sokol/ahrefs-connection
安装命令:
openclaw skills install ahrefs-connection
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ahrefs-connection

简介

连接到 Ahrefs API 以检索实时 SEO 数据,包括反向链接、关键字指标、域分析、排名跟踪和网站审核以获取 SEO 见解。

SKILL.md

name
ahrefs-mcp
description
>

Ahrefs API

Access real-time Ahrefs SEO data directly through the Ahrefs API to analyze websites, research keywords, track rankings, and make data-driven SEO decisions.

First-Time Setup

If this is your first time using the Ahrefs API, read references/setup.md for complete setup instructions. You'll need:

  • An Ahrefs account (Enterprise plan for full API access, or Lite+ for limited free test queries)
  • An API key from your Ahrefs workspace

After setup, return here for usage guidance.

Core Capabilities

Ahrefs API provides access to:

  1. Site Explorer - Domain metrics, backlinks, organic traffic, referring domains
  2. Keywords Explorer - Search volume, keyword difficulty, SERP analysis, related keywords
  3. Rank Tracker - Position tracking, visibility metrics, competitor rankings (requires pre-configured projects)
  4. Site Audit - Technical SEO issues, crawl data, site health (requires pre-configured projects)
  5. SERP Overview - Top 100 SERP results for any keyword
  6. Batch Analysis - Process up to 100 targets per request
  7. Brand Radar - Brand performance stats

For detailed capability reference, see references/capabilities.md.

Authentication

All API requests require an API key passed via the Authorization header:

Authorization: Bearer YOUR_API_KEY

Store your API key securely. Consider using environment variables:

export AHREFS_API_KEY="your-api-key-here"

Usage Workflow

1. Understand the Request

Identify what SEO data is needed:

  • Domain/URL analysis → Site Explorer endpoints
  • Keyword data → Keywords Explorer endpoints
  • Position tracking → Rank Tracker endpoints (requires project)
  • Technical SEO → Site Audit endpoints (requires project)
  • SERP data → SERP Overview endpoints

2. Make API Requests

Use curl or similar tools to call the Ahrefs API. Base URL: https://api.ahrefs.com/v3

Example - Get domain overview:

curl -X GET "https://api.ahrefs.com/v3/site-explorer/domain-overview?target=example.com" \
  -H "Authorization: Bearer $AHREFS_API_KEY"

Example - Keyword metrics:

curl -X GET "https://api.ahrefs.com/v3/keywords-explorer/overview?keyword=seo+tools&country=us" \
  -H "Authorization: Bearer $AHREFS_API_KEY"

3. Process and Present Results

  • Parse JSON responses
  • Extract relevant metrics
  • Present data in clear, actionable formats
  • Highlight key insights and opportunities
  • Suggest next steps based on findings

Common Workflows

Keyword Research + Cross-Reference

  1. User provides keyword list
  2. Make batch API calls to Keywords Explorer
  3. Parse and consolidate metrics (volume, difficulty, CPC)
  4. Present analysis with prioritization recommendations

See references/workflows.md for detailed workflow patterns with example API calls.

Competitive Analysis

  1. Identify target domain and competitors
  2. Call Site Explorer for each domain
  3. Compare metrics (DR, organic traffic, referring domains)
  4. Analyze top organic keywords
  5. Identify content gaps
  6. Provide actionable recommendations

Site Audit Review

Note: Requires pre-configured Site Audit project in Ahrefs web interface.

  1. Call Site Audit API for project data
  2. Identify critical issues by severity
  3. Prioritize fixes by impact
  4. Provide technical recommendations

API Limits & Best Practices

Rate Limiting

  • 60 requests per minute by default
  • API returns HTTP 429 if limit exceeded
  • Implement exponential backoff for retries

API Unit Consumption

  • Each request consumes API units from your monthly allowance
  • Cost depends on the number of rows returned (minimum 50 units per request)
  • Track usage in Account settings → Limits and usage
  • Enterprise plans include units; additional units can be purchased

Optimization Tips

  • Batch requests when possible (up to 100 targets)
  • Limit result rows using limit parameter
  • Select specific columns with select parameter to reduce costs
  • Cache results when appropriate
  • Use date ranges to limit historical data

Plan-Specific Access

  • Enterprise: Full API access
  • Lite/Standard/Advanced: Limited free test queries (check your plan for specifics)

Error Handling

Common HTTP status codes:

  • 200 OK - Success
  • 400 Bad Request - Invalid parameters
  • 401 Unauthorized - Invalid or missing API key
  • 403 Forbidden - Insufficient permissions or plan limits
  • 429 Too Many Requests - Rate limit exceeded
  • 500 Internal Server Error - Ahrefs server issue

Always check response status and handle errors gracefully.

When API Key is Missing

If the API key is not configured:

  1. Provide setup instructions from references/setup.md
  2. Guide through API key generation in Ahrefs Account settings
  3. Explain how to securely store the key (environment variables recommended)
  4. Test the connection with a simple API call

Resources

  • API Documentation: https://docs.ahrefs.com/docs/api/reference/introduction
  • API Key Management: https://app.ahrefs.com/account/api-keys
  • Pricing & Limits: https://ahrefs.com/pricing
  • Limits & Usage Tracking: https://app.ahrefs.com/account/limits-and-usage/web

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.06%
按下载量换算6,743

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills