Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add oegeyilmaz9/seo-aeo-geo-ultimate/plugin install seo-aeo-geo-ultimateWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/oegeyilmaz9/seo-aeo-geo-ultimate/seo-research)<a href="https://agentmods.dev/skills/oegeyilmaz9/seo-aeo-geo-ultimate/seo-research"><img src="https://agentmods.dev/badge/skills/oegeyilmaz9/seo-aeo-geo-ultimate/seo-research/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/oegeyilmaz9/seo-aeo-geo-ultimate/seo-research"><img src="https://agentmods.dev/badge/skills/oegeyilmaz9/seo-aeo-geo-ultimate/seo-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00072 | $0.01346 |
| Opus 5 | $0.00036 | $0.00673 |
| Sonnet 5 | $0.00014 | $0.00269 |
| Haiku 4.5 | $0.00007 | $0.00135 |
Grade A, and why
seo-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SEO Research
Purpose
Build a decision-ready research note for traditional/web-search content and site decisions. This skill is for scoped discovery, not for a fabricated keyword spreadsheet, mass scraping, or a substitute for the immutable multi-engine ai-search-research Research Pack.
Read references/research-evidence-protocol.md before presenting research conclusions.
Read query-opportunity-protocol.md when the goal is to choose what the site should rank for or identify the strongest next query opportunity.
Input gate
Clarify audience, market/locale, decision to be made, known site/entity URLs, time horizon, access/permissions, and available first-party data. Decide whether the question is conventional search research or AI-search research:
- Use
ai-search-researchfor engine/surface-specific AI evidence, ground truth, citations, or formal Research Pack provenance. - Use this skill for content/search intent, page inventory, query language, competitor/page observations, and source-backed opportunity framing without that formal contract.
Workflow
- Define the decision. State the audience task, market/locale, entity/page scope, non-goals, and evidence required to decide.
- Build a query/question corpus. Separate user needs, observed search queries, AI prompts, and engine-executed subqueries. Group language by task and stage, not just lexical similarity. Preserve parent families, source, date, locale, country/location, device, engine/surface, conversation turn, coverage, confidence, and limitations. Hash-pin local source and coverage evidence. Treat volume/difficulty/vendor metrics as dated estimates, never ground truth.
- Inspect existing coverage and performance. Map actual pages/assets to the questions they serve. When authorized first-party data exists, preserve query, page, country, device, search type, time window, clicks, impressions, CTR, and average position together; identify head-term/category leadership, near-win visibility, snippet/CTR, coverage-gap, defend, and cannibalization candidates without treating average position as an exact rank. Absence from first-party rows does not remove an owner-mandated high-volume family; retain it with the demand/SERP evidence and record the visibility gap.
- Inspect the current result set. For candidate query families, record a dated locale/device SERP observation: dominant intent, result/page types, visible title/snippet patterns, strong competitor evidence, freshness, authority expectations, and features that change the reader task. A SERP snapshot is evidence for fit, not a stable ranking formula.
- Select page-level query ownership. Choose one primary need/query family and natural supporting language per target page. Preserve owner-named strategic queries, business value, achievable page fit, existing authority, coverage state, and evidence gaps. The highest-volume phrase is not automatically the best short-term opportunity, but every owner-declared relevant high-volume family and the market's highest-relevant-demand family must receive an explicit head-term leadership decision. Difficulty changes the route; it does not erase the ambition.
- Research external evidence responsibly. Use primary docs, authoritative sources, and accessible pages. Capture title, URL, access date, source type, claim, and limitations. Respect robots, terms, rate limits, paywalls, authentication, and copyright.
- Synthesize choices. Return a two-track opportunity slate: nearer-term capture/defense work and high-volume head-term/category leadership. Use
now,next, andlaterto sequence both tracks without allowing easy work to replace the leadership target. Usedeferfor a documented owner decision, genuine intent/product mismatch, or prohibited/misleading target—not merely high difficulty, weak authority, cost, or current absence. Separate observed facts, inferred opportunities, experiments, and unknowns; do not collapse unlike dimensions into a universal keyword score. - Freeze formal query work. Let
<suite-root>mean${CLAUDE_PLUGIN_ROOT}in Claude Code. In Codex, read.seo-suite-runtime.jsonbeside thisSKILL.mdwhen present and use itssuite_rootvalue; otherwise use the absolute repository checkout. When the corpus will drive a baseline, audit, page map, or implementation decision, createquery-corpus.jsonusing the checked-out suite contract and validate it withpython "<suite-root>/scripts/validate_query_corpus.py" validate-corpus <bundle>/query-corpus.json --bundle <bundle>. - Hand off. Send conventional performance measurement to
seo-performance, page search-result review toseo-page, content work toseo-content, competitor pages toseo-competitor-pages, implementation sequencing toseo-action-plan, and AI-specific formal work toai-search-research.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 228 B
- references/contracts/contracts-lock.json 1.5 KB
- references/contracts/evidence-record.schema.json 1.7 KB
- references/contracts/query-corpus.schema.json 6.0 KB
- references/contracts/seo-findings.schema.json 5.2 KB
- references/query-opportunity-protocol.md 6.5 KB
- references/research-evidence-protocol.md 1.3 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 48 lines · 72 tokens per session scan A 84b8ff4af9c6
seo-research is a skill published in the GitHub repository oegeyilmaz9/seo-aeo-geo-ultimate (2 stars, last pushed 23d ago), licensed Apache-2.0. It adds 72 tokens to every session and 1,346 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ansvisor-aeo-coach-standalone
Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…
seo-vertical-detect
Classify a website as ecommerce, local-business, blog-publisher, saas, docs, or generic (multiple may apply), and report detected locales, from the persisted PageSnapshot plus the platform detector's vertical hints. Used by seo-orchestrator to decide which conditional modules to run and how to reweight the scores.
ansvisor-aeo-coach
Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…
seo-fix-apply
Writer protocol preloaded into the seo-fixer-writer agent — how confirmed SEO/AI-search fixes are applied (git pre-flight, backup, Edit/Write for local diffs, ticketed adapter CLIs for remote targets, re-verify, publish only on a second ticket, rollback) and the findings-array output contract. Used only by the fix…
audit
Audit a website or web codebase for SEO and AI-search (GEO/AEO) — produces two independent 0-100 scores (Search SEO + AI Visibility) plus a prioritized, evidence-backed report persisted on disk. Read-only; never writes to the project. Use when the user asks to audit, analyze, check, or score a site's SEO, structured…
orangeo-ai-visibility-skill
Audit brand AI visibility readiness and prepare OranGEO-style GEO, AEO, LLM SEO, and AI search optimization action plans. Use when asked for a Claude Code skill, Codex skill, GEO skill, generative engine optimization skill, answer engine optimization skill, AI visibility audit, AI search visibility checker, llms.txt…