AEO Prompt Research (Free)
/install aeo-prompt-research-free
AEO Prompt Research (Free)
Source: github.com/psyduckler/aeo-skills Part of: AEO Skills Suite — Prompt Research → Content → Analytics
Discover which prompts and topics matter for a brand's AI visibility — using zero paid APIs.
Requirements
web_fetch— crawl the target siteweb_search— Brave Search free tier (optional but recommended)- LLM reasoning — the agent's own model does the heavy lifting
No API keys, no paid tools, no accounts needed.
Workflow
Input
The user provides:
- Domain URL (required) — e.g.
clearscope.io - Niche/category (optional) — e.g. "SEO software for content teams"
- Competitors (optional) — e.g. "Surfer SEO, MarketMuse, Frase"
Step 1: Crawl the Site
Use web_fetch on key pages to understand the brand:
Pages to fetch (try each, skip 404s):
- / (homepage)
- /about or /about-us
- /pricing
- /products or /features or /services
- /blog (index only)
Alternatively, run scripts/crawl_site.sh \x3Cdomain> for a batch crawl.
Extract from crawled content:
- Core product/service offering
- Target audience (industry, company size, persona)
- Key differentiators / value props
- Competitor mentions
- Content themes from blog titles
Step 2: Discover the Topic Universe
Using the brand understanding, brainstorm topic categories. For methodology and category types, read references/aeo-methodology.md.
Core prompt categories to generate:
- Problem-aware — "How do I solve [problem]?"
- Solution-aware — "What tools exist for [category]?"
- Comparison — "[Brand] vs [competitor]"
- Best-of — "Best [category] for [use case]"
- How-to — "How to [task the product helps with]"
- Evaluation — "Is [brand] good for [need]?"
- Industry — "[Industry] trends / best practices"
Step 3: Generate Prompts
For each category, generate 5-15 specific prompts people would actually ask an AI assistant.
Guidelines:
- Write naturally — how people talk to ChatGPT, not how they Google
- Be specific — include context (company size, industry, use case)
- Vary intent — research, comparison, how-to, buying decision
- Avoid jargon-heavy or unrealistic prompts
Step 4: Prioritize
Score each prompt (1-5) on:
- Relevance — How closely tied to the brand's core offering?
- Volume potential — How many people likely ask this?
- Winability — Can this brand realistically be the best answer?
- Intent value — Does this indicate buying/conversion intent?
Formula: Priority = (Relevance × 2 + Volume + Winability + Intent) / 5
Sort into Tier 1 (≥3.5), Tier 2 (2.5-3.4), Tier 3 (\x3C2.5).
Step 5: Audit Existing Coverage
For Tier 1 prompts, use web_search with site:domain.com [topic keywords] to check if content already exists.
Rate coverage:
- Strong — Dedicated page directly answers the prompt
- Partial — Related content exists but doesn't fully address it
- None — No relevant content found
Step 6: Deliver Results
Output a structured report with:
- Brand summary (2-3 sentences)
- Prioritized prompt list with scores and coverage status
- Content gap analysis (high-priority prompts with no coverage)
- Top 5 recommended content pieces to create first
Use the output format from references/aeo-methodology.md.
Tips for Better Results
- If
web_searchis unavailable, the skill still works — just skip the coverage audit or have the user manually check - For competitor analysis, crawl competitor sites too and compare topic coverage
- Re-run quarterly — AI prompt trends shift as models and user behavior evolve
- The agent's own knowledge of the industry is a valid research input — use it
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aeo-prompt-research-free - 安装完成后,直接呼叫该 Skill 的名称或使用
/aeo-prompt-research-free触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AEO Prompt Research (Free) 是什么?
Discover which AI prompts and topics matter for a brand's Answer Engine Optimization (AEO) using only free tools. Crawls a website, analyzes the brand's posi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 867 次。
如何安装 AEO Prompt Research (Free)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aeo-prompt-research-free」即可一键安装,无需额外配置。
AEO Prompt Research (Free) 是免费的吗?
是的,AEO Prompt Research (Free) 完全免费(开源免费),可自由下载、安装和使用。
AEO Prompt Research (Free) 支持哪些平台?
AEO Prompt Research (Free) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AEO Prompt Research (Free)?
由 psyduckler(@psyduckler)开发并维护,当前版本 v1.0.0。