# Send AEO Prompt Research (Free) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aeo-prompt-research-free",
    "name": "AEO Prompt Research (Free)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/psyduckler/aeo-prompt-research-free",
    "canonicalUrl": "https://clawhub.ai/psyduckler/aeo-prompt-research-free",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/aeo-prompt-research-free",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aeo-prompt-research-free",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/aeo-methodology.md",
      "scripts/crawl_site.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aeo-prompt-research-free"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aeo-prompt-research-free",
    "downloadUrl": "https://openagent3.xyz/downloads/aeo-prompt-research-free",
    "agentUrl": "https://openagent3.xyz/skills/aeo-prompt-research-free/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aeo-prompt-research-free/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aeo-prompt-research-free/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: psyduckler
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/aeo-prompt-research-free)
- [Send to Agent page](https://openagent3.xyz/skills/aeo-prompt-research-free/agent)
- [JSON manifest](https://openagent3.xyz/skills/aeo-prompt-research-free/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/aeo-prompt-research-free/agent.md)
- [Download page](https://openagent3.xyz/downloads/aeo-prompt-research-free)