analyze-geo-baseline

analyze-geo-baseline is a skill for Codex from stella-dust/autoxeo-agent-codex-plugin. It costs 67 tokens per session (445 once invoked), scanned A, original, Apache-2.0.

A skill for measuring how often a brand appears in AI-generated answers and which sources, competitors, and questions affect that visibility. It uses official evidence and fixed datasets to produce a traceable baseline report.

In plain words
What is it for?
Use it to create an initial GEO (generative-engine-optimisation) baseline, compare platforms and question types, diagnose competitor and source gaps, and prepare a documented action plan.
Why use it?
It separates different signals—such as being mentioned, recommended, ranked first, or cited as a source—so they are not mistaken for one vague visibility score. It also helps avoid treating missing answers or guesses as complete data.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to create an initial GEO (generative-engine-optimisation) baseline, compare platforms and question types, diagnose competitor and source gaps, and prepare a documented action plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stella-dust/autoxeo-agent-codex-plugin/analyze-geo-baseline
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add stella-dust/autoxeo-agent-codex-plugin --skill analyze-geo-baseline
Clone the repo
git clone --depth 1 https://github.com/stella-dust/autoxeo-agent-codex-plugin

Made for: Codex.

Wrote 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.

agentmods badge for analyze-geo-baseline

README.md
[![agentmods](https://agentmods.dev/badge/skills/stella-dust/autoxeo-agent-codex-plugin/analyze-geo-baseline/github.svg)](https://agentmods.dev/skills/stella-dust/autoxeo-agent-codex-plugin/analyze-geo-baseline)
Your own site
<a href="https://agentmods.dev/skills/stella-dust/autoxeo-agent-codex-plugin/analyze-geo-baseline"><img src="https://agentmods.dev/badge/skills/stella-dust/autoxeo-agent-codex-plugin/analyze-geo-baseline/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.

agentmods 80×15 button for analyze-geo-baseline

Your own site · 80×15
<a href="https://agentmods.dev/skills/stella-dust/autoxeo-agent-codex-plugin/analyze-geo-baseline"><img src="https://agentmods.dev/badge/skills/stella-dust/autoxeo-agent-codex-plugin/analyze-geo-baseline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 445 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.00445
Opus 5 $0.00034 $0.00222
Sonnet 5 $0.00013 $0.00089
Haiku 4.5 $0.00007 $0.00044

Measured 11d ago against content hash 26568118e366, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

analyze-geo-baseline 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/compute-baseline.mjs, scripts/verify-analysis.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/analyze-geo-baseline/SKILL.md · 24 lines

What it actually says

GEO 基线分析

确定性脚本计算事实,当前 Codex 会话解释原因、优先级和行动。不得修改脚本产出的指标,不得让脚本调用任何模型。

工作流

  1. 调用 get_analysis_dataset 或读取 采集数据/数据集/*.json。验证 provenance=official_api、方法版本、问题集 ID、采集时间、平台和 Evidence refs。
  2. 运行 scripts/compute-baseline.mjs <dataset.json> <summary.json>。指标至少包括品牌提及率 VR、推荐率 RR、首位推荐率 FRR、来源命中率 SR、问题覆盖 QFO 和平台样本数。
  3. 逐层诊断:平台差异、问题类型、品牌提及规则、竞品关系、来源域、答案正文提及与引用来源的差异。
  4. 每条关键结论绑定 summary 字段或 Evidence ref。Codex 推断必须写为“解释”或“待验证假设”。
  5. 生成 分析/基线/<date>-基线分析.md基线摘要.json行动计划.json。报告包括管理摘要、范围方法、事实、解释、问题清单、90 天行动、限制与复测协议。
  6. 运行 scripts/verify-analysis.mjs <report.md>,再用 register_local_artifact 核验文件 hash。

禁止事项

  • 不把正文品牌提及、来源引用、推荐排序混成一个“曝光率”。
  • 不对失败/缺失回答补零后假装完整样本。
  • 不把案例参考中的客户数字、平台结论或 ROI 搬到当前项目。
Files

What ships with it

3 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.

Changes

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.

  1. 11d ago First seen · 24 lines · 67 tokens per session scan A 26568118e366

Subscribe to this mod's changes

analyze-geo-baseline is a skill published in the GitHub repository stella-dust/autoxeo-agent-codex-plugin (0 stars, last pushed 16d ago), licensed Apache-2.0. It adds 67 tokens to every session and 445 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

geo-schema

Schema.org structured data audit and generation optimized for AI discoverability — detect, validate, and generate JSON-LD markup.

zubair-trabzada/geo-seo-claude · 26 tokens

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens

press-media-relations

Use when the user asks to "build a media list for my launch", "write a launch press release", or "pitch press under embargo"; produces a three-tier media and analyst list (Tier 1 exclusive candidates, Tier 2 vertical press, Tier 3 communities and newsletters), an embargo pitch timing skeleton keyed to the…

aaron-he-zhu/aaron-marketing-skills · 150 tokens

launch-monitor

Use when the user asks to "monitor my launch", "track our Product Hunt / Hacker News ranking", or "watch the launch window"; runs the T-0 to T+30 window watch — pre-launch instrumentation verification (UTM/event checks, the upstream of RAMP P1), HN rank/points/comments polling with a comments-over-points flamewar…

aaron-he-zhu/aaron-marketing-skills · 183 tokens

launch-tier-planner

Use when the user asks to "plan my launch tier", "how big should this launch be", or "build a launch risk register with kill criteria"; produces a tier decision (Tier 1 flagship all-channel / Tier 2 targeted / Tier 3 changelog-level), a launch-type declaration (new-product / feature / relaunch / partnership with…

aaron-he-zhu/aaron-marketing-skills · 181 tokens

story-bank-builder

Use when the user asks to "build a story bank", "collect our origin and customer stories", or "assemble reusable proof stories for the message"; assembles reusable narrative units — origin, founder, customer, transformation, and proof stories — each tagged to a claims-ledger ID and a message-house pillar, with every…

aaron-he-zhu/aaron-marketing-skills · 157 tokens