← ClaudeAtlas

ahrefs-automationlisted

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.
ComposioHQ/awesome-claude-skills · ★ 62,373 · AI & Automation · score 84
Install: claude install-skill ComposioHQ/awesome-claude-skills
# 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](https://composio.dev/toolkits/ahrefs) --- ## Setup 1. Add the Composio MCP server to your configuration: ``` https://rube.app/mcp ``` 2. Connect your Ahrefs account when prompted. The agent will provide an authentication link. 3. Most tools require a `target` (domain or URL) and a `country` code (ISO 3166-1 alpha-2). Some also require a `date` in `YYYY-MM-DD` format. --- ## 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 analyze - `date` (required) -- metrics date in `YYYY-MM-DD` format - `country` -- ISO country code (e.g., `us`, `gb`, `de`) - `mode` -- scope: `exact`, `prefix`, `domain`, or `subdomains` (default) - `protocol` -- `both`, `http`, or `https` - `volume_mode` -- `monthly` or `average` 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 benchmark