Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

seo-aeoSEO AEO 搜索

Agent Skill

seo-aeo 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

212

周安装

9

GitHub Stars

28

下载量

74
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seo-aeo(SEO AEO 搜索)
来源仓库:https://github.com/mangollc/claude-seo-skill
仓库路径:skills/seo-aeo
安装命令:
npx skills add https://github.com/mangollc/claude-seo-skill --skill seo-aeo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mangollc/claude-seo-skill --skill seo-aeo

简介

seo-aeo 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位结果。

  • 它可协助 Agent 按来源线索组织候选信息。
  • 使用时需结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • seo-aeo 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI Search Optimization (AEO)

Load client context first. See seo-keywords rules/client-setup.md.

File Organization

aeo/
├── ai-overview-audit-{date}.json     # Google AI Overview analysis
├── perplexity-audit-{date}.json      # Perplexity citation analysis
├── entity-optimization.json          # Entity and authority audit
├── brand-serp-{date}.json            # Brand SERP analysis
├── structured-data-audit.json        # AI-focused schema audit
├── enhance-aeo-{date}.json           # Enhanced AEO discovery results
├── question-master-list.json         # All discovered questions (deduplicated)
├── ai-visibility-scorecard.json      # Keyword-by-keyword AI test results
├── aeo-checklist-results/
│   └── {url-slug}-aeo.json           # Per-page AEO scores
└── .firecrawl/
    ├── paa-*.json                    # People Also Ask results
    ├── auto-*.json                   # Autocomplete mining results
    ├── reddit-*.json                 # Reddit question mining results
    ├── quora-*.json                  # Quora question mining results
    ├── atp-*.json                    # AnswerThePublic-style question map
    └── ai-test-*.json                # AI visibility test results

Understanding AI Search Engines

Google AI Overviews

  • Appears at top of Google search results for informational queries
  • Synthesizes information from multiple sources
  • Cites sources with links — being cited drives traffic
  • Favors: well-structured content, direct answers, authoritative sources, recent data

Perplexity

  • AI-powered answer engine that cites sources inline
  • Prioritizes: factual accuracy, well-structured content, source diversity, clear attribution
  • Being the definitive source for niche topics is key
  • Structured data and clear headings improve extraction

ChatGPT / Bing

  • ChatGPT with browsing can cite web sources
  • Bing powers much of the web search integration
  • Entity signals (Wikipedia, Wikidata) strongly influence answers
  • Brand recognition and authority matter heavily

Google AI Overview Optimization

Step 1: Identify AI Overview Queries

# Search target keywords and check for AI Overview presence
firecrawl search "{target-keyword}" --scrape --limit 5 -o .seo/clients/{slug}/aeo/.firecrawl/aio-{slug}.json --json

Check search results for AI Overview indicators. Not all queries trigger AI Overviews — focus on those that do.

Step 2: Analyze Cited Sources

For queries where AI Overviews appear, identify which sources get cited:

Common traits of AI Overview sources:

  • Direct answer to the query in the first 1-2 sentences
  • Well-structured with clear H2/H3 headings
  • Uses lists, tables, and structured formats
  • Contains specific data, statistics, or facts
  • Has proper schema markup (FAQPage, HowTo, Article)
  • Is from a recognized authoritative domain
  • Content is recent and up-to-date
  • Uses concise, factual language (not marketing fluff)

Step 3: Optimize Content for AI Citation

For each target page:

  1. Lead with the answer: First 50 words should directly answer the likely query
  2. Use definition format: "X is Y that Z" for concept queries
  3. Structure for extraction: Use H2 headings that match common questions
  4. Include data: Statistics, percentages, specific numbers are preferred
  5. Add comparison tables: AI loves structured data it can reference
  6. Keep paragraphs short: 2-3 sentences max for easy extraction
  7. Use authoritative language: Cite sources, link to studies, reference standards

Perplexity Citation Optimization

What Perplexity Prioritizes

  • Factual accuracy: verifiable claims with sources
  • Comprehensive coverage: thorough treatment of the topic
  • Clear structure: headings, lists, tables that make extraction easy
  • Source credibility: established domains with good reputation
  • Unique information: original data, research, or perspectives
  • Recency: up-to-date content with current data

Optimization Tactics

  1. Become the definitive source: For niche topics, create the most comprehensive resource
  2. Original data: Publish surveys, studies, or data analysis that others cite
  3. FAQ format: Question-and-answer format maps directly to how Perplexity answers queries
  4. Entity clarity: Make it unambiguous what entity/brand/concept the content is about
  5. Cross-reference: Link to authoritative sources to build credibility
  6. Update frequency: Keep content fresh with regular updates and current year references

ChatGPT / Bing Optimization

Bing SEO Fundamentals

Bing weighs some factors differently than Google:

  • Exact-match keywords: Bing is more keyword-literal than Google
  • Social signals: Bing considers social media activity more
  • Multimedia: Bing favors pages with images and video
  • Domain age: Established domains get more credit
  • Official sources: Bing strongly favors.gov,.edu, and Wikipedia

Entity Signals for ChatGPT

ChatGPT's knowledge includes entities from:

  • Wikipedia: Having a Wikipedia page significantly increases brand/entity recognition
  • Wikidata: Structured entity data feeds into AI knowledge bases
  • Social profiles: Consistent entity data across LinkedIn, Twitter/X, Crunchbase
  • News coverage: Press mentions train AI models on brand associations
  • Schema.org Organization: sameAs links to all official profiles

Action items:

  1. Check if brand/founder has a Wikipedia page (if notable enough to qualify)
  2. Verify Wikidata entry exists and is accurate
  3. Ensure consistent brand information across all platforms
  4. Build press coverage and news mentions
  5. Implement Organization schema with comprehensive sameAs links

Structured Data for AI Consumption

Beyond standard SEO schema, these types specifically help AI extraction:

FAQPage Schema

Most impactful for AEO — provides direct Q&A pairs AI can quote:

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is {topic}?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Concise, direct answer here. {topic} is..."
      }
    }
  ]
}

HowTo Schema

Step-by-step instructions AI can present directly:

{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to {do thing}",
  "step": [
    { "@type": "HowToStep", "name": "Step title", "text": "Step description" }
  ]
}

DefinedTerm Schema

For glossary/definition content AI frequently references:

{
  "@context": "https://schema.org",
  "@type": "DefinedTerm",
  "name": "Term Name",
  "description": "Clear definition of the term"
}

Speakable Property

Mark content suitable for voice assistants:

{
  "@context": "https://schema.org",
  "@type": "Article",
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [".article-summary", ".key-takeaway"]
  }
}

Organization with Comprehensive sameAs

Link all brand profiles for entity recognition:

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "{brand}",
  "url": "{domain}",
  "sameAs": [
    "https://www.linkedin.com/company/{brand}",
    "https://twitter.com/{brand}",
    "https://www.facebook.com/{brand}",
    "https://www.youtube.com/{brand}",
    "https://en.wikipedia.org/wiki/{brand}",
    "https://www.wikidata.org/wiki/{entity_id}",
    "https://www.crunchbase.com/organization/{brand}"
  ]
}

FAQ & Entity Optimization

People Also Ask (PAA) Mining

# Search target queries to find PAA questions
firecrawl search "{topic} FAQ" --scrape --limit 10 -o .seo/clients/{slug}/aeo/.firecrawl/paa-{slug}.json --json
firecrawl search "what is {topic}" --scrape --limit 5 -o .seo/clients/{slug}/aeo/.firecrawl/whatis-{slug}.json --json
firecrawl search "how does {topic} work" --scrape --limit 5 -o .seo/clients/{slug}/aeo/.firecrawl/howdoes-{slug}.json --json

Collect PAA questions and create content that:

  1. Uses the exact question as an H2 heading
  2. Answers directly in the first sentence below the heading
  3. Expands with 2-3 supporting sentences
  4. Wraps in FAQPage schema

Entity-First Writing Style

  • Define entities clearly on first mention
  • Use consistent terminology (don't switch between "AI search" and "answer engines" randomly)
  • Link entities to their canonical references
  • Use structured data to disambiguate entities

Brand Authority Signals Audit

Check these authority indicators:

SignalHow to CheckStatus
Wikipedia pagefirecrawl search "{brand} wikipedia" --limit 3Present / Absent / Stub
Wikidata entryfirecrawl search "wikidata {brand}" --limit 3Present / Absent
Knowledge Panelfirecrawl search "{brand}" --limit 5 — check for KP in resultsTriggered / Not triggered
Social profiles verifiedCheck LinkedIn, Twitter/X, Facebook, YouTubeAll present / Gaps
News coveragefirecrawl search "{brand}" --sources news --limit 10Recent / Stale / None
Industry mentionsfirecrawl search "{brand} {industry}" --limit 10Strong / Moderate / Weak
Schema OrganizationScrape homepage for Organization schemaPresent / Incomplete / Missing
sameAs linksCheck if Organization schema links to all profilesComplete / Incomplete

Brand SERP Management

Analyze what appears when someone searches the brand name:

firecrawl search "{brand_name}" --scrape --limit 20 -o .seo/clients/{slug}/aeo/.firecrawl/brand-serp.json --json

Audit the First Page

For each result on page 1 of brand search:

PositionURLTypeSentimentOwned?
1example.comHomepagePositiveYes
2linkedin.com/company/...SocialPositiveYes
3yelp.com/biz/...ReviewMixedNo (but manageable)
...............

Goals:

  • Own positions 1-5 with: homepage, social profiles, blog, about page
  • Monitor positions 6-10: review sites, press, directories
  • Flag negative results and develop strategy to push them down
  • Ensure Knowledge Panel is accurate and complete

Brand SERP Optimization

  1. Claim and optimize all social profiles: LinkedIn, Twitter/X, Facebook, YouTube, Instagram, Pinterest, TikTok (whichever are relevant)
  2. Optimize for branded keywords: Ensure homepage title includes brand name, about page ranks for "about {brand}"
  3. Review management: Respond to all reviews, encourage positive reviews to improve review site listings
  4. Press and PR: Create newsworthy content that generates branded press mentions
  5. Knowledge Panel: Submit edits via Google if panel exists, build entity signals if it doesn't

Per-Page AEO Checklist

For each important page, score against these AI-readiness factors:

FactorCheckPoints
Direct answer in first 50 wordsDoes the opening directly answer the target query?15
FAQ section presentAre there Q&A pairs on the page?10
FAQPage schemaIs FAQ content wrapped in JSON-LD?10
Clear entity markupOrganization/Person/Product schema present?10
Structured data (lists/tables)Does the page use lists and tables for key data?10
Concise definitionsAre key terms defined clearly?10
Authoritative sources citedDoes content link to studies, official sources?10
Author byline with credentialsIs there a named, credible author?10
Updated date visibleDoes the page show a recent update date?5
speakable content markedIs key content marked for voice assistants?5
sameAs links on entity pagesDo brand/person pages link to all profiles?5

Total: 100 points

Grade: A (85-100), B (70-84), C (55-69), D (40-54), F (< 40)


Enhanced AEO Discovery (AI Question Discovery)

The /enhance-aeo command runs 5 deep-discovery modules to find what real people are asking AI engines about your topic, and tests how visible you are in AI-generated answers. No API keys needed — uses Firecrawl search to mine publicly available data.

Why This Matters

LLMs learn from and cite the same content that appears in:

  • Google's "People Also Ask" boxes
  • Google autocomplete suggestions
  • Reddit threads and Quora answers
  • FAQ-style content across the web

By mining these sources, you discover the exact questions people ask AI chatbots — and can create content that AI engines will cite.

Module 1: People Also Ask (PAA) Chain Mining

PAA questions are the strongest proxy for LLM queries. Google shows these because people commonly ask them — the same people then ask ChatGPT, Perplexity, etc.

Search patterns:

  • {keyword} — direct PAA boxes
  • what is {keyword} — definitional questions
  • how to {keyword} — procedural questions
  • why {keyword} — reasoning questions
  • {keyword} vs — comparison questions

Extract and deduplicate all PAA questions, group by intent.

Module 2: Google Autocomplete Mining

Autocomplete reflects real-time search behavior. Patterns:

  • {keyword} + [a, how, best, for, can, should, is]

Cross-reference with PAA results — overlapping questions are highest priority.

Module 3: Reddit & Quora Question Mining

These platforms are where real people ask real questions in natural language — the same format they use with AI chatbots. LLMs are also trained on this data.

Search patterns:

  • site:reddit.com {keyword} — Reddit threads
  • site:quora.com {keyword} — Quora questions
  • reddit {keyword} recommendations — Purchase intent
  • reddit best {keyword} — Comparison intent

Extract: thread titles (= questions), top-voted answers (= what AI learns from), brand mentions, pain points, decision criteria.

Module 4: AnswerThePublic-Style Question Mapping

Build a complete question tree using all question word variations:

  • who, what, when, where, which, without, with, near me

Creates a visual question map showing all angles people approach the topic from.

Module 5: Automated AI Visibility Testing

Systematically test each of the client's top keywords (up to 20):

For each keyword:

  1. Search via Firecrawl, check results for AI Overview presence
  2. Check if client is cited in AI features
  3. Identify which competitors ARE cited
  4. Scrape top-cited competitor pages
  5. Reverse-engineer WHY they get cited (structure, schema, depth, FAQ sections, author credentials)

Output an AI Visibility Scorecard:

KeywordAI Overview?You Cited?Top CitedGap
kw1Yes/NoYes/NocompetitorHigh/Med/Low

Master Question List

After all 5 modules complete, compile a deduplicated master list:

  • Total unique questions across all sources
  • Ranked by frequency (appeared in multiple modules = higher priority)
  • Tagged with source: PAA, Autocomplete, Reddit, Quora, Question Map
  • Tagged with intent: Informational, Commercial, Navigational, Transactional
  • Tagged with status: Answered on your site / Not answered / Partially answered

Action Plan Output

  1. Top 10 questions to create content for (highest frequency, not yet answered)
  2. Top 5 existing pages to restructure for AI citation
  3. Schema markup additions needed
  4. Content gaps where competitors dominate AI results
  5. Reddit/Quora communities to participate in for brand visibility

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.11%
按下载量换算25

Claude

28.4%
按下载量换算21

Cursor

20.97%
按下载量换算16

Gemini CLI

9.34%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills