Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计通过

marketing-ai-search-optimization营销 AI 搜索优化

Agent Skill

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

总安装

1,458

周安装

59

GitHub Stars

60

下载量

458
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill marketing-ai-search-optimization

简介

营销 AI 搜索优化用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词、任务场景或来源线索进行信息筛选与整理,支持多宿主环境集成。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • marketing-ai-search-optimization 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI Search & Answer Engine Optimization (GEO)

Improve how assistants retrieve, summarize, and cite your pages.

For traditional SEO: Use marketing-seo-complete instead.

GEO vs SEO (Overlap Map)

Use this to prevent “GEO-only” work that ignores discoverability and conversion.

GEO is best at

  • Making pages easier for assistants to extract, summarize, and cite
  • Building entity/proof structures that improve citation probability
  • Measuring assistant visibility via query banks and citation share

SEO is still required for

  • Getting pages discovered and indexed reliably (crawlability, internal linking, canonicalization)
  • Capturing demand in classic search surfaces (SERPs, video, local, forums)
  • Avoiding regressions from technical changes (rendering, performance, duplication)

Default operating rule

  • Keep classic SEO and conversion work running; treat GEO as a structured overlay on top of high-intent pages.

GEO Monitoring vs GEO Optimization

This skill covers optimization — improving your content so AI platforms cite you more often.

For monitoring infrastructure — building the systems that track whether AI platforms cite you — see project-aeo-monitoring-tools.

Typical workflow: Monitor (track current visibility) -> Optimize (improve content) -> Measure (verify improvement)

ActivityThis skillproject-aeo-monitoring-tools
Content structure for citationYes
Entity and proof optimizationYes
Query bank constructionQuick guidanceFull methodology
API orchestration and pipelinesYes
Citation extraction and analysisYes
Share of Model dashboardConceptImplementation
Bot analytics and crawl trackingYes
Cost estimation and transparencyYes

Quick start (30–60 min)

  1. Build a query bank (30–100 queries for quick start; scale to 250–500 for advanced monitoring): problems, comparisons, "best", "vs", integrations, and pricing questions.
  2. Confirm assistants can fetch content (robots/WAF/SSR): use assets/audits/crawler-access-audit.md.
  3. Run a baseline visibility audit: use assets/audits/search-visibility-audit.md and assets/audits/ai-search-content-audit.md.
  4. Ship one high-leverage page update: use assets/content/ai-search-content-brief.md + assets/content/answer-focused-article-template.md.
  5. Set up measurement + retest cadence: use references/measurement-analytics.md and assets/testing/ai-search-testing-protocol.md.

Core workflow

1) Decide scope (avoid wasted work)

  • Confirm discovery channel: check whether your ICP uses assistants for research and comparisons.
  • Pick one primary platform first (Google AI Overviews vs ChatGPT vs Perplexity) based on your audience.
  • Treat GEO as additive: keep classic SEO and conversion work running.

2) Ensure assistants can access your content

  • Allow/deny crawlers explicitly: use references/ai-crawler-technical-setup.md and assets/technical/robots-txt-ai-crawlers.md.
  • Reduce JS dependency for critical copy (SSR/SSG): use assets/technical/server-side-rendering-guide.md.
  • Add llms.txt when useful as a navigation map (not a guarantee): use assets/technical/llms-txt-template.md.
  • Review emerging .well-known/ AI discovery standards (llmprofiles.json, mcp.json, agents.json): use assets/technical/well-known-ai-discovery.md.

3) Make pages easy to extract and cite

  • Put a direct, quotable answer block in the first screenful (then expand with proof).
  • Use stable entities (product, category, competitors, integrations): use references/entity-semantic-optimization.md.
  • Use repeatable content structures for questions, comparisons, and "best for": use references/content-structure-patterns.md.
Implementation reference: The AEO monitoring platform's recommendation engine (src/lib/recommendations/engine.ts) automates gap analysis against these patterns. The optimization dashboard (src/app/optimize/page.tsx) surfaces actionable recommendations. See project-aeo-monitoring-tools for the full implementation.
  • Create/refresh high-intent pages first (alternatives, integrations, pricing, security, implementation): use assets/strategy/ai-search-growth-plan.md.

4) Build off-site entity presence and earned citations

  • Get your brand into third-party sources AI trusts (G2, Reddit, Wikipedia, YouTube, industry listicles): use references/earned-aeo-third-party-citations.md.
  • Strengthen Knowledge Graph presence (Wikidata, Google Business Profile, sameAs linking): see Knowledge Graph section in references/entity-semantic-optimization.md.
  • Create multimodal content (video, transcripts, audio) for AI platforms that cite non-text sources: use references/multimodal-content-optimization.md.
  • For e-commerce: implement Google UCP for agentic shopping visibility: use references/commerce-protocol-ucp.md.

5) Add proof and trust hooks (citation fuel)

  • Prefer primary sources and verifiable numbers; attribute claims clearly.
  • Show authorship, review, and freshness (dateModified / "Last updated") where appropriate.
  • Avoid "LLM bait": prioritize user value and factual accuracy.

6) Measure, iterate, and defend against regressions

  • Track "share of model" / citation share using your query bank, not vanity rankings. For automated tracking, see project-aeo-monitoring-tools (custom infrastructure) or commercial alternatives in references/llm-tracking-tools.md.
  • Re-test after shipping changes; keep snapshots of answers and citations.
  • Separate SEO wins vs assistant visibility wins; avoid false attribution.

Implementation Examples

Query Bank Construction

Quick start (30-100 queries):

Problems:     "how to [solve X]", "why does [Y happen]"
Comparisons:  "[product] vs [competitor]", "best [category] for [use case]"
Integrations: "[product] [integration] setup", "does [product] work with [tool]"
Pricing:      "[product] pricing", "[product] free plan"

Advanced (250-500 queries): Expand with persona variants, regional variations, long-tail variations, and seasonal queries. See project-aeo-monitoring-tools for full query bank methodology.

Content Structure Patterns

Apply these patterns to high-intent pages:

Comparison page:
  H1: [Product A] vs [Product B]: [Year] Guide
  TL;DR: 2-3 sentence verdict
  Table: Feature comparison
  Sections: Use cases, pricing, verdict

Alternatives page:
  H1: Best [Product] Alternatives in [Year]
  TL;DR: Top 3 picks with one-line reasons
  Table: Feature + pricing matrix
  Sections: Detailed review per alternative

Integration page:
  H1: How to Connect [Product] with [Tool]
  Steps: Numbered setup guide
  Code: Configuration examples
  FAQ: Common issues

Entity Optimization

Structure your brand entity for AI recognition:

Brand Kit (maintain centrally):
  - Official name and variants
  - Category/industry classification
  - Key differentiators (3-5 unique claims)
  - Proof points (metrics, case studies, awards)
  - Integration ecosystem

Apply to every high-intent page:
  - Use official name consistently (not abbreviations)
  - Reference category explicitly ("CRM platform" not just "tool")
  - Include at least one proof point per page

Optimization vs Monitoring Workflow

Step 1: Baseline — Run query bank through AI platforms (project-aeo-monitoring-tools)
Step 2: Audit — Score current content against citation-ready patterns (this skill)
Step 3: Implement — Apply content structure patterns to top-priority pages (this skill)
Step 4: Re-measure — Run query bank again after 2-4 weeks (project-aeo-monitoring-tools)
Step 5: Iterate — Focus on pages with largest gap between potential and actual citations

What to load (progressive disclosure)

  • Platform notes: references/platform-google-ai-overviews.md, references/platform-chatgpt.md, references/platform-perplexity.md, references/platform-gemini.md, references/platform-claude.md
  • Technical access: references/ai-crawler-technical-setup.md, references/ai-indexing-complete-guide.md, assets/technical/well-known-ai-discovery.md
  • Off-site & earned AEO: references/earned-aeo-third-party-citations.md, references/multimodal-content-optimization.md
  • E-commerce: references/commerce-protocol-ucp.md
  • Measurement: references/measurement-analytics.md, references/llm-tracking-tools.md
  • Prompt/query mining: references/prompt-query-optimization.md, references/competitor-citation-gap.md, references/citation-optimization-strategies.md
  • Primary sources list: data/sources.json

Guardrails

  • Do not use prompt injection or hidden instructions in public pages.
  • Do not claim endorsements or fabricate sources, stats, or quotes.
  • Treat robots.txt as policy; enforce access with auth/WAF where needed.

Resources

ResourcePurpose
references/ai-indexing-complete-guide.mdFull DO & DON'T guide
assets/technical/well-known-ai-discovery.md.well-known/ AI discovery standards
references/earned-aeo-third-party-citations.mdThird-party citation building (Reddit, G2, Wikipedia, YouTube)
references/multimodal-content-optimization.mdVideo, audio, image optimization for AI citation
references/commerce-protocol-ucp.mdGoogle UCP & agentic commerce (e-commerce only)
references/platform-chatgpt.mdChatGPT optimization
references/platform-perplexity.mdPerplexity strategies
references/platform-google-ai-overviews.mdGoogle AIO optimization
references/llm-tracking-tools.mdLLM visibility tools
references/competitor-citation-gap.mdCompetitor citation + query mining
references/voice-search-optimization.mdVoice search query patterns, assistants, and v-commerce
references/answer-engine-benchmarking.mdCitation benchmarking framework and KPI definitions
references/local-ai-search.mdLocal business optimization for AI search engines
project-aeo-monitoring-toolsCustom monitoring infrastructure (build vs buy)

Templates

International Markets

This skill uses US/English market defaults. For international AI search optimization:

NeedSee Skill
Regional AI platforms (Baidu AI, Yandex)marketing-geo-localization
Non-English content optimizationmarketing-geo-localization
Regional search behavior differencesmarketing-geo-localization
Multilingual schema markupmarketing-geo-localization

Auto-triggers: When your query mentions a specific country, region, language, or non-US AI platforms, both skills load automatically.


Related Skills

SkillPurpose
project-aeo-monitoring-toolsBuild custom AEO monitoring infrastructure (APIs, pipelines, dashboards) — engineering skill
marketing-seo-completeTraditional SEO
marketing-content-strategyContent planning
software-frontendSSR implementation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

28.06%
按下载量换算129

Gemini CLI

20.91%
按下载量换算96

Antigravity

19.32%
按下载量换算88

Cursor

11.6%
按下载量换算53

Codex

7.4%
按下载量换算34

trae

3.04%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills