Agent skill · Security

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.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill ahrefs-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: composio-skills/ahrefs-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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`

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Site Explorer Metrics
  4. 2. Historical Metrics Tracking
  5. 3. Backlink Analysis
  6. 4. Keyword Research
  7. 5. Organic Keywords Audit
  8. 6. Batch URL Analysis
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
What does the Ahrefs Automation skill do?

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.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill ahrefs-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going