ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill

seo-aeo-keyword-research

Researches and prioritises SEO keywords with AEO question queries, difficulty tiers, cannibalization checks, and a content map. Activate when the user wants to find keywords, research search terms, or build a keyword strategy.

LLM Mart · 0 points · 20 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download sickn33-agentic-awesome-skills-skills_seo-aeo-keyword-research-286166a.zip · 2 KB
Part of sickn33/agentic-awesome-skills — 427 skills
This skill couldn't be refreshed from GitHub on the last check — you're seeing the last imported snapshot.

Install

skills CLI npx skills add https://github.com/sickn33/agentic-awesome-skills/tree/main/skills/seo-aeo-keyword-research
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install sickn33-agentic-awesome-skills@llmmart
Git git clone https://github.com/sickn33/agentic-awesome-skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole sickn33/agentic-awesome-skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

SEO-AEO Keyword Research

Overview

Identifies high-value SEO keywords and AEO question-based queries for a topic. Produces keyword tiers (easy wins to long-term goals), search intent classification, cannibalization checks, and a content production map — all from a single topic input.

Part of the SEO-AEO Engine — an open-source AI-powered content growth system.

When to Use This Skill

  • Use when you need to build a keyword strategy for a new topic or niche
  • Use when you want to find AEO question queries for AI engine citation
  • Use when you need to prioritise which keywords to target first
  • Use when you want to check for keyword cannibalization before writing content

How It Works

Step 1: Extract Seed Keywords

Identify 3–5 core terms that anchor the topic's search territory. Go beyond the obvious head term to include adjacent terms the audience actually uses.

Step 2: Expand Into Tiers

Sort all keywords into three tiers:

  • Tier 1 — Low-to-moderate difficulty. Target first.
  • Tier 2 — Medium difficulty. Build toward after Tier 1 content is live.
  • Tier 3 — High difficulty. Long-term goals only.

Step 3: Generate AEO Keywords

Produce question-based keywords that AI engines surface in direct answers and People Also Ask boxes. For each AEO keyword, specify the answer format to use (definition sentence, numbered steps, comparison table, direct number).

Step 4: Run Cannibalization Check

Flag any two keywords similar enough to split traffic if targeted on separate pages. Recommend which page should own which term.

Step 5: Build Content Map

Recommend content type and production order for all Tier 1 and Tier 2 keywords.

Examples

Example 1: SaaS Product

Input: topic = "remote project management software" audience = "engineering managers and startup founders" goal = "convert" Output: Tier 1 Keywords:

"remote project management software" | Medium volume | Difficulty: 38 "project management tool remote teams" | Low volume | Difficulty: 29

AEO Keywords:

"What is the best project management software for remote teams?" → Answer format: Comparison table "How does remote project management work?" → Answer format: Numbered steps

Content Map:

Landing page → "remote project management software" Pillar blog → "complete guide to remote project management" Cluster article → "how to manage remote engineering teams"

Example 2: Fintech App

Input: topic = "automated budgeting app" audience = "millennials managing personal finances" goal = "all" Output: Tier 1 Keywords:

"automated budgeting app" | Medium volume | Difficulty: 33 "automatic savings app" | Low volume | Difficulty: 24

AEO Keywords:

"What is the best budgeting app for millennials?" → Answer format: Comparison table "How does automated budgeting work?" → Answer format: Numbered steps

Best Practices

  • ✅ Do: Target Tier 1 keywords first — build authority before going after competitive terms
  • ✅ Do: Use AEO keywords in FAQ sections and definition blocks for AI engine citation
  • ✅ Do: Validate estimated volume and difficulty with a live tool (Ahrefs, SEMrush) before committing
  • ❌ Don't: Target two keywords on the same page if cannibalization is flagged
  • ❌ Don't: Use volume as the only prioritisation signal — difficulty and intent matter more

Common Pitfalls

  • Problem: High-volume keyword chosen but impossible to rank for early on Solution: Always cross-check volume with difficulty. Tier 1 should have difficulty under 45.

  • Problem: AEO keywords ignored in favour of traditional search terms Solution: AEO keywords drive AI engine citation — include at least 5 in every research run.

Related Skills

  • @seo-aeo-content-cluster — uses keyword research output to build topic cluster
  • @seo-aeo-landing-page-writer — consumes primary keyword to generate landing page
  • @seo-aeo-blog-writer — uses secondary keywords for cluster article targeting

Additional Resources

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Files (agentic-awesome-skills)
  • SKILL.md 4.8 KB
    ---
    name: seo-aeo-keyword-research
    description: "Researches and prioritises SEO keywords with AEO question queries, difficulty tiers, cannibalization checks, and a content map. Activate when the user wants to find keywords, research search terms, or build a keyword strategy."
    risk: safe
    source: community
    date_added: "2026-04-01"
    ---
    
    # SEO-AEO Keyword Research
    
    ## Overview
    
    Identifies high-value SEO keywords and AEO question-based queries for a topic. Produces keyword tiers (easy wins to long-term goals), search intent classification, cannibalization checks, and a content production map — all from a single topic input.
    
    Part of the [SEO-AEO Engine](https://github.com/mrprewsh/seo-aeo-engine) — an open-source AI-powered content growth system.
    
    ## When to Use This Skill
    
    - Use when you need to build a keyword strategy for a new topic or niche
    - Use when you want to find AEO question queries for AI engine citation
    - Use when you need to prioritise which keywords to target first
    - Use when you want to check for keyword cannibalization before writing content
    
    ## How It Works
    
    ### Step 1: Extract Seed Keywords
    Identify 3–5 core terms that anchor the topic's search territory. Go beyond the obvious head term to include adjacent terms the audience actually uses.
    
    ### Step 2: Expand Into Tiers
    Sort all keywords into three tiers:
    - **Tier 1** — Low-to-moderate difficulty. Target first.
    - **Tier 2** — Medium difficulty. Build toward after Tier 1 content is live.
    - **Tier 3** — High difficulty. Long-term goals only.
    
    ### Step 3: Generate AEO Keywords
    Produce question-based keywords that AI engines surface in direct answers and People Also Ask boxes. For each AEO keyword, specify the answer format to use (definition sentence, numbered steps, comparison table, direct number).
    
    ### Step 4: Run Cannibalization Check
    Flag any two keywords similar enough to split traffic if targeted on separate pages. Recommend which page should own which term.
    
    ### Step 5: Build Content Map
    Recommend content type and production order for all Tier 1 and Tier 2 keywords.
    
    ## Examples
    
    ### Example 1: SaaS Product
    Input: topic = "remote project management software"
    audience = "engineering managers and startup founders"
    goal = "convert"
    Output:
    Tier 1 Keywords:
    
    "remote project management software" | Medium volume | Difficulty: 38
    "project management tool remote teams" | Low volume | Difficulty: 29
    
    AEO Keywords:
    
    "What is the best project management software for remote teams?"
    → Answer format: Comparison table
    "How does remote project management work?"
    → Answer format: Numbered steps
    
    Content Map:
    
    Landing page → "remote project management software"
    Pillar blog → "complete guide to remote project management"
    Cluster article → "how to manage remote engineering teams"
    
    
    ### Example 2: Fintech App
    Input: topic = "automated budgeting app"
    audience = "millennials managing personal finances"
    goal = "all"
    Output:
    Tier 1 Keywords:
    
    "automated budgeting app" | Medium volume | Difficulty: 33
    "automatic savings app" | Low volume | Difficulty: 24
    
    AEO Keywords:
    
    "What is the best budgeting app for millennials?"
    → Answer format: Comparison table
    "How does automated budgeting work?"
    → Answer format: Numbered steps
    
    
    ## Best Practices
    
    - ✅ **Do:** Target Tier 1 keywords first — build authority before going after competitive terms
    - ✅ **Do:** Use AEO keywords in FAQ sections and definition blocks for AI engine citation
    - ✅ **Do:** Validate estimated volume and difficulty with a live tool (Ahrefs, SEMrush) before committing
    - ❌ **Don't:** Target two keywords on the same page if cannibalization is flagged
    - ❌ **Don't:** Use volume as the only prioritisation signal — difficulty and intent matter more
    
    ## Common Pitfalls
    
    - **Problem:** High-volume keyword chosen but impossible to rank for early on
      **Solution:** Always cross-check volume with difficulty. Tier 1 should have difficulty under 45.
    
    - **Problem:** AEO keywords ignored in favour of traditional search terms
      **Solution:** AEO keywords drive AI engine citation — include at least 5 in every research run.
    
    ## Related Skills
    
    - `@seo-aeo-content-cluster` — uses keyword research output to build topic cluster
    - `@seo-aeo-landing-page-writer` — consumes primary keyword to generate landing page
    - `@seo-aeo-blog-writer` — uses secondary keywords for cluster article targeting
    
    ## Additional Resources
    
    - [SEO-AEO Engine Repository](https://github.com/mrprewsh/seo-aeo-engine)
    - [Full Keyword Research SKILL.md](https://github.com/mrprewsh/seo-aeo-engine/blob/main/.agent/skills/keyword-research/SKILL.md)
    
    ## Limitations
    - Use this skill only when the task clearly matches the scope described above.
    - Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
    - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related