审计并协调机器侧实体身份,在知识图谱中登记可溯源的识别证据。
编程
Geo Content Optimizer
让现有内容更容易被 ChatGPT、Perplexity、Gemini、Claude 与 AI Overviews 引用。
它能做什么
对已有文案做改造:补上 25–50 字的独立定义、附来源的金句、可被识别的专家信号、FAQ schema,以及结构化的 Q&A/表格/列表——这些都是 AI 引擎抽取答案时的素材。产出可直接使用的内容/元数据/结构化数据,并附带一份交接摘要;给出优化前后的 GEO 分数与 AI Query Coverage,跑过 CORE-EEAT 自检后才算完工。内置 Tavily 无 key 探针用于分钟级 citability 探测,另带一份 AI Overview 流量恢复的四阶段剧本。不做全新文章撰写,也不处理结构性 on-page SEO。
什么时候用它
- 对已有文章做 GEO 就绪度审计并拿到修改清单
- 因 AI Overview 吃掉点击而做的流量恢复
- 把段落改写成更容易被 AI 引擎原样引用的形式
- 发布前过一遍 slop 自检,剔除 AI 腔调
技能文档
GEO Content Optimizer
Optimizes content for AI-generated answers and citation surfaces such as ChatGPT, Perplexity, Gemini, Claude, and AI Overviews.
What This Skill Does
Improves structure, authority signals, factual density, quotable statements, source attribution, and overall GEO readiness.
Quick Start
Optimize this content for GEO/AI citations: [content or URL]
Make this article more likely to be cited by AI systems
Write content about [topic] optimized for both SEO and GEO
Audit this content for GEO readiness and suggest improvements
AI Overview is eating clicks on 12 head queries — build a recovery plan
See AI Overview Recovery for the 4-phase playbook (measure → diagnose → rewrite → monitor) tailored to recovery scenarios (as opposed to generic GEO optimization).
Skill Contract
Expected output: a ready-to-use asset or implementation-ready transformation plus a short handoff summary ready for memory/content/.
- Reads: the brief, target keywords, entity inputs, and quality constraints. Canonical entity profiles: if the content mentions a brand / person / product, this skill MUST consult
memory/entities/.md(per the entity-geo handoff schema) to populatedisplay_name,description_short,ai_resolution_statusand decide whether disambiguation boilerplate is needed. If the profile is missing or stale (>90 days), declareDONE_WITH_CONCERNSand recommendentity-registryas an open loop. - Writes: a user-facing content, metadata, or schema deliverable plus a reusable summary that can be stored under
memory/content/. - Promotes: approved angles, messaging choices, missing evidence, and publish blockers to
memory/hot-cache.mdandmemory/open-loops.md; propose durable decisions as pending-decision items. - Done when: each target AI query has a standalone, quotable answer block; a before/after GEO score and AI Query Coverage are reported; and the CORE-EEAT GEO self-check (C02, O03, O05, E01) has no unaddressed Fail.
- Primary next skill: use the
Next Best Skillbelow when the asset is ready for review or deployment.
Handoff Summary
Emit the standard shape from skill-contract.md §Handoff Summary Format.
Data Sources
Use ~~AI monitor and ~~SEO tool when connected; otherwise ask for target queries, content, engines, competitor examples, and known AI-citation gaps. See CONNECTORS.md.
Measuring whether GEO work paid off: the changes this skill makes (extractable, quotable, answer-shaped content) move citability — testable in minutes by handing a live-fetch engine the URL and asking the target query. That is a proxy. Whether an engine then cites you unprompted (surfacing) is gated by its crawl/index refresh — week-scale and confounded, not minute-level. Do not conflate the two or promise fast surfacing. The latency of each signal, and why outcome deltas need a control group, are defined in references/measurement-protocol.md.
Keyless AI-citation probe (Tavily): python3 "${CLAUDE_PLUGIN_ROOT}/scripts/connectors/tavily.py" search "" --answer --limit 10 runs that citability test against a real AI answer engine, no key needed — check whether the synthesized answer cites your URL/domain and where the page ranks among the scored sources. This is Measured for Tavily's own layer and an Estimated proxy for ChatGPT/Perplexity/Google AI Overviews (different indexes, different retrieval). Re-run after shipping changes for a minutes-scale citability read; unprompted surfacing stays week-scale per the paragraph above. See scripts/connectors/README.md.
Instructions
When a user requests GEO optimization, run these five steps:
- Load CORE-EEAT GEO-First Targets — prioritize C02, C09, O03, O05, E01, O02 plus engine-specific preferences.
- Analyze Current Content — score clear definitions, quotable statements, factual density, source citations, Q&A format, authority signals, freshness, and structure clarity.
- Apply GEO Techniques — add standalone 25-50 word definitions, sourced quotable statements, expert/source signals, Q&A/tables/lists, specific data, and visible-content-matching FAQ schema.
- Generate GEO Output — report Changes Made, before/after GEO score, and AI Query Coverage.
- CORE-EEAT GEO Self-Check — verify C02, C04, C09, O02, O03, O05, O06, R01, R02, R04, R07, E01, Exp10, Ept08 with Pass/Warn/Fail. Then run the slop self-check to strip AI-tell phrasing before the asset ships.
Label every metric Measured (tool/export), User-provided, or Estimated (model inference); never present an estimate as measured; if a required metric is unavailable, mark it N/A — do not invent it.
Reference: See Instructions Detail for the full CORE-EEAT GEO target tables, AI engine preferences, analysis templates, optimization report template, self-check matrix, and examples.
Example
User: "Optimize this paragraph for GEO: 'Email marketing is a good way to reach customers. It's been around for a while and many businesses use it.'"
Output adds a clear definition, dated/source-backed facts, structured list, quotable statements, and a before/after GEO score. See the full pattern in Instructions Detail — Example.
GEO Optimization Checklist
Reference: See the GEO Readiness Checklist in GEO Optimization Techniques for the full checklist covering definitions, quotable content, authority, structure, and technical elements.
Save Results
On user confirmation, save to memory/content/YYYY-MM-DD-.md — see Skill Contract §Save Results Template.
Reference Materials
- Instructions Detail - Full 5-step workflow, CORE-EEAT GEO targets, self-check matrix, worked example, tips
- GEO Optimization Techniques - Detailed before/after examples, templates, and checklists for each technique
- AI Citation Patterns - Per-engine source selection across 9 engines: Google AI Overviews, ChatGPT, Perplexity, Claude, Copilot, Gemini, Grok, Brave, Bing
- Quotable Content Examples - Before/after examples of content optimized for AI citation
- Medium / GitHub AI-Citation Surfaces - Off-site surfaces engines cite (Medium articles, GitHub repos/READMEs)
- Slop Self-Check - Pre-publish pass to strip AI-tell phrasing before content ships
- Agent-Readable File Stack (llms.txt / OKF) - Machine-readable files so agents and engines can parse your site
- Grokipedia Tactics - AI-citation tactics for Grok / Grokipedia
- GEO distribution surfaces — platform refs engines pull from: X, LinkedIn, YouTube, Reddit
Next Best Skill
- Primary: content-quality-auditor — verify the optimized content is strong enough to ship and cite.
Termination note: keep a visited-set this session; if the recommended skill was already invoked, stop and report the chain complete rather than re-running it. Honor a max handoff depth of 3 to avoid loops (per skill-contract.md §Termination rules).
相关技能
为自然搜索排名提供站点审计、内容撰写与竞品分析。
针对技术 SEO 缺陷给出打分诊断和优先级修复路线图。
对单页页内 SEO 结构信号逐项打分,并给出按优先级排序的修复清单。
获取目标关键词的结构化 SERP 简报,包含搜索意图、难度评分与 SERP 特性机会。
追踪关键词排名、SERP 特性与 AI 可见性,输出带基线标签的位移变化。