โ† All skills
Tencent SkillHub ยท Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/aeo-methodology.md, scripts/crawl_site.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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 site web_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.

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 <domain> 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 (<2.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_search is 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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/aeo-methodology.md Docs
  • scripts/crawl_site.sh Scripts