💼 Ahrefs Automation
SEO分析ツールAhrefsを使い、競合
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Automate SEO research with Ahrefs -- analyze backlink profiles, research keywords, track domain metrics history, audit organic rankings, and perform batch URL analysis through the Composio Ahrefs integration.
🇯🇵 日本人クリエイター向け解説
SEO分析ツールAhrefsを使い、競合
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Ahrefs Automation で、自社の新サービスを紹介する記事を書いて
- › Ahrefs Automation で、SNS投稿用に短く言い直して
- › Ahrefs Automation を使って、過去の記事を最新版にアップデート
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Ahrefs Automation
Run Ahrefs SEO analytics directly from Claude Code. Analyze backlink profiles, research keywords, track domain authority over time, audit organic keyword rankings, and batch-analyze multiple URLs without leaving your terminal.
Toolkit docs: composio.dev/toolkits/ahrefs
Setup
- Add the Composio MCP server to your configuration:
https://rube.app/mcp - Connect your Ahrefs account when prompted. The agent will provide an authentication link.
- Most tools require a
target(domain or URL) and acountrycode (ISO 3166-1 alpha-2). Some also require adateinYYYY-MM-DDformat.
Core Workflows
1. Site Explorer Metrics
Retrieve comprehensive SEO metrics for a domain including backlink counts, referring domains, organic keyword rankings, and traffic estimates.
Tool: AHREFS_RETRIEVE_SITE_EXPLORER_METRICS
Key parameters:
target(required) -- domain or URL to analyzedate(required) -- metrics date inYYYY-MM-DDformatcountry-- ISO country code (e.g.,us,gb,de)mode-- scope:exact,prefix,domain, orsubdomains(default)protocol--both,http, orhttpsvolume_mode--monthlyoraverage
Example prompt: "Get Ahrefs site metrics for example.com as of today in the US"
2. Historical Metrics Tracking
Track how a domain's SEO metrics have changed over time for trend analysis and competitive benchmarking.
Tools: AHREFS_RETRIEVE_SITE_EXPLORER_METRICS_HISTORY, AHREFS_DOMAIN_RATING_HISTORY
For full metrics history:
target(required) -- domain to trackdate_from(required) -- start date inYYYY-MM-DDdate_to-- end datehistory_grouping--daily,weekly, ormonthly(default)select-- columns likedate,org_cost,org_traffic,paid_cost,paid_traffic
For Domain Rating (DR) history:
target(required),date_from(required),date_to,history_grouping
Example prompt: "Show me the monthly Domain Rating history for example.com over the last year"
3. Backlink Analysis
Retrieve a comprehensive list of backlinks including source URLs, anchor text, link attributes, and referring domain metrics.
Tool: AHREFS_FETCH_ALL_BACKLINKS
Key parameters:
target(required) -- domain or URLselect(required) -- comma-separated columns (e.g.,url_from,url_to,anchor,domain_rating_source,first_seen_link)limit(default 1000) -- number of resultsaggregation--similar_links(default),1_per_domain, orallmode--exact,prefix,domain, orsubdomainshistory--live,since:YYYY-MM-DD, orall_timewhere-- rich filter expressions on columns likeis_dofollow,domain_rating_source,anchor
Example prompt: "Get the top 100 dofollow backlinks to example.com with anchor text and referring DR"
4. Keyword Research
Get keyword overview metrics and discover matching keyword variations for content strategy.
Tools: AHREFS_EXPLORE_KEYWORDS_OVERVIEW, AHREFS_EXPLORE_MATCHING_TERMS_FOR_KEYWORDS
For keyword overview:
select(required) -- columns to return (volume, difficulty, CPC, etc.)country(required) -- ISO country codekeywords-- comma-separated keyword listwhere-- filter by volume, difficulty, intent, etc.
For matching terms:
select(required) andcountry(required)keywords-- comma-separated seed keywordsmatch_mode--terms(any order) orphrase(exact order)terms--allorquestions(question-format keywords only)
Example prompt: "Find keyword variations for 'project management' in the US with volume and difficulty"
5. Organic Keywords Audit
See which keywords a domain ranks for in organic search, with position tracking and historical comparison.
Tool: AHREFS_RETRIEVE_ORGANIC_KEYWORDS
Key parameters:
target(required) -- domain or URLcountry(required) -- ISO country codedate(required) -- date inYYYY-MM-DDselect-- columns to return (keyword, position, volume, traffic, URL, etc.)date_compared-- compare against a previous datewhere-- rich filter expressions onkeyword,volume,best_position, intent flags, etc.limit(default 1000),order_by
Example prompt: "Show all organic keywords where example.com ranks in the top 10 in the US"
6. Batch URL Analysis
Analyze up to 100 URLs or domains simultaneously to compare SEO metrics across competitors or site sections.
Tool: AHREFS_BATCH_URL_ANALYSIS
Key parameters:
targets(required) -- array of objects withurl,mode(exact/prefix/domain/subdomains), andprotocol(both/http/https)select(required) -- array of column identifierscountry-- ISO country codeoutput--jsonorphp
Example prompt: "Compare SEO metrics for competitor1.com, competitor2.com, and competitor3.com"
Known Pitfalls
- Column selection is required: Most Ahrefs tools require a
selectparameter specifying which columns to return. Omitting it or using invalid column names will cause errors. Refer to each tool's response schema for valid identifiers. - Date format consistency: Dates must be in
YYYY-MM-DDformat. Some historical endpoints return data at the granularity set byhistory_grouping, not by exact date. - API unit costs vary: Different columns consume different unit amounts. Columns marked with "(5 units)" or "(10 units)" in the schema are more expensive. Monitor API usage when requesting expensive columns like
traffic,refdomains_source, ordifficulty. - Batch limit is 100 targets:
AHREFS_BATCH_URL_ANALYSISaccepts up to 100 targets per request. For larger analyses, split into multiple batches. - Filter expressions are complex: The
whereparameter uses Ahrefs' filter expression syntax, not standard SQL. Consult the column descriptions in each tool's schema for supported filter types and value formats. - Deprecated offset parameter: The
offsetparameter was deprecated on May 31, 2024. Use cursor-based pagination or adjustlimitinstead. - Mode affects scope significantly: Setting
modetosubdomains(the default) includes all subdomains, which can dramatically increase result counts compared todomainorexact.
Quick Reference
| Tool Slug | Description |
|---|---|
AHREFS_RETRIEVE_SITE_EXPLORER_METRICS |
Current SEO metrics for a domain/URL |
AHREFS_RETRIEVE_SITE_EXPLORER_METRICS_HISTORY |
Historical SEO metrics over time |
AHREFS_DOMAIN_RATING_HISTORY |
Domain Rating (DR) history |
AHREFS_FETCH_ALL_BACKLINKS |
Comprehensive backlink list with filtering |
AHREFS_FETCH_SITE_EXPLORER_REFERRING_DOMAINS |
List of referring domains |
AHREFS_GET_SITE_EXPLORER_COUNTRY_METRICS |
Country-level traffic breakdown |
AHREFS_BATCH_URL_ANALYSIS |
Batch analysis of up to 100 URLs |
AHREFS_EXPLORE_KEYWORDS_OVERVIEW |
Keyword metrics overview |
AHREFS_EXPLORE_MATCHING_TERMS_FOR_KEYWORDS |
Matching keyword variations |
AHREFS_EXPLORE_KEYWORD_VOLUME_BY_COUNTRY |
Keyword volume across countries |
AHREFS_RETRIEVE_ORGANIC_KEYWORDS |
Organic keyword rankings for a domain |
AHREFS_RETRIEVE_SITE_EXPLORER_KEYWORDS_HISTORY |
Historical keyword ranking data |
AHREFS_RETRIEVE_TOP_PAGES_FROM_SITE_EXPLORER |
Top performing pages by SEO metrics |
AHREFS_GET_SERP_OVERVIEW |
SERP overview for specific keywords |
Powered by Composio