Ahrefs Automation
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.
Author
Category
Development ToolsInstall
Hot:4
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-ahrefs-automation&locale=en&source=copy
Ahrefs Automation
Skill Overview
Run Ahrefs SEO analysis directly in Claude Code to automate backlink analysis, keyword research, domain metric tracking, and batch URL checks—without leaving the terminal.
Use Cases
Core Features
FAQ
How do I connect my Ahrefs account in Claude Code?
First, add the Composio MCP server
https://rube.app/mcp to your configuration. When the skill first calls the Ahrefs tool, it will provide an authentication link. Click the link to log in to your Ahrefs account and complete the binding.How many targets can be handled in a single batch URL analysis?
Up to 100 URLs or domains can be analyzed simultaneously. If you need to process more targets, submit requests in batches. Each target can be configured separately with a mode (exact/prefix/domain/subdomains) and protocol (http/https/both).
How do I filter for high-quality backlinks?
When using the
AHREFS_FETCH_ALL_BACKLINKS tool, set filtering conditions via the where parameter. For example, domain_rating_source>=30 shows only links with Domain Rating of 30 or higher, and is_dofollow=true keeps only Dofollow links. You can also use the limit parameter to control the number of results returned.What is Domain Rating (DR)? How do I track changes?
Domain Rating is Ahrefs’ metric for a website’s overall authority (0–100). Use the
AHREFS_DOMAIN_RATING_HISTORY tool to query DR history. Set history_grouping to weekly or monthly to view trends—ideal for analyzing authority growth over time.