agentsclimarketplace

Seo ahrefs keywords

Skill lionkiii/claude-seo-skills/skills/seo-ahrefs-keywords

Get a domain's top organic keyword rankings from Ahrefs: keyword, position, search volume, CPC, estimated traffic, and traffic share. Use when user says "Ahrefs keywords", "organic keywords", "keyword rankings", "what keywords rank", or "ranking keywords".From its SKILL.md

Install
npx -y skills add lionkiii/claude-seo-skills --skill seo-ahrefs-keywords

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `cat ~/.claude/mcp.json | grep -i ahrefs`.

SKILL.md

3.3 KB, 825 tokens by cl100k_base, as published. Nobody here has run it

Ahrefs Organic Keywords

Fetches top organic keywords a domain ranks for, sorted by estimated traffic (highest-value keywords first).

References

@skills/seo/references/mcp-degradation.md @skills/seo/references/ahrefs-api-reference.md

Inputs

  • domain: The bare domain to analyze (e.g., example.com). Strip https://, http://, and trailing slashes before passing to Ahrefs tools.

MCP Check

Before proceeding, verify Ahrefs MCP is available:

  1. Use ToolSearch with query +ahrefs
  2. If tools are returned → Ahrefs MCP is available, proceed to Execution
  3. If no tools returned → display the Ahrefs MCP error template from references/mcp-degradation.md and stop

Execution

Step 1 — Call Organic Keywords

Call mcp__claude_ai_ahrefs__site-explorer-organic-keywords with:

  • target: the bare domain (e.g., example.com)

Returns per keyword: keyword, position, volume, cpc (CENTS), traffic, traffic_percent

Step 2 — CRITICAL: Monetary Conversion

cpc is returned in CENTS. Divide by 100 before display. Format as USD per click: $X.XX.

Example: API returns cpc = 250 → display as $2.50/click

Step 3 — Sort and Cluster

  • Sort by traffic descending (highest-value keywords first)
  • Identify top 3 keyword clusters by topic (group keywords sharing root terms or intent — e.g., "seo tools", "seo software", "best seo tool" form one cluster)

Output Format

## Ahrefs Organic Keywords: example.com

### Top Keywords (by Traffic)

| Keyword | Position | Search Volume | CPC | Est. Traffic | Traffic % |
|---------|----------|--------------|-----|-------------|-----------|
| seo tools | #3 | 22,000 | $4.50/click | 3,200 | 12.4% |
| best seo software | #5 | 8,100 | $6.20/click | 890 | 3.5% |
| keyword research tool | #8 | 5,400 | $3.10/click | 410 | 1.6% |

### Summary
- **Total organic keywords:** 12,450
- **Total estimated traffic:** 25,700 visits/mo

### Top Keyword Clusters
1. **SEO tools** — "seo tools", "best seo software", "seo tool comparison" (combined traffic: 4,500)
2. **Keyword research** — "keyword research tool", "find keywords", "keyword tracker" (combined traffic: 1,800)
3. **Backlink analysis** — "backlink checker", "check backlinks", "link analysis tool" (combined traffic: 1,200)

Error — Ahrefs MCP Not Available

If MCP check fails, display the Ahrefs error template from references/mcp-degradation.md:

## Ahrefs MCP Not Available

The `/seo ahrefs keywords` command requires the Ahrefs MCP, which is not
currently connected.

**What you can do:**
- Use `/seo audit <url>` for a full static SEO analysis without live Ahrefs data
- Use `/seo technical <url>` for technical SEO issues without backlink/keyword data

**To connect Ahrefs MCP:**
- Ensure the Ahrefs MCP is registered at user scope in ~/.claude/mcp.json
- Verify with: cat ~/.claude/mcp.json | grep -i ahrefs
- Ahrefs MCP must be registered at user scope (not project scope) to work in subagents

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most marketing audience skills give in 825 tokens

Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07

  • Apply Poppins font to headingsin 41 of 690, across 6 files
  • Apply Lora font to body textin 41 of 690, across 6 files
  • Use Arial fallback for headingsin 39 of 690, across 4 files
  • Use Georgia fallback for body textin 39 of 690, across 4 files
  • Maintain text hierarchy and formattingin 39 of 690, across 4 files
  • Use accent colors for non-text shapesin 38 of 690, across 3 files
  • Use RGB values for precise color matchingin 38 of 690, across 3 files
  • Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
  • Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
  • Use active voice instead of passive voicein 26 of 690, across 10 files
  • Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
  • Prioritize clarity over clevernessin 22 of 690, across 8 files

Said here and by no other author read

  • strip protocol and trailing slash from domain input
  • verify Ahrefs MCP availability before proceeding
  • display Ahrefs error template if MCP check fails
  • convert monetary values from cents to dollars
  • call the organic keywords MCP tool with the domain
  • identify the top three keyword clusters by topic

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.