Open Geo — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Open Geo (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="assets/cover.svg" alt="open-geo — GEO visibility tracker: the /open-geo Claude Code command over a dark panel, beside a visibility funnel from queries to AI Overview to sources to citations" width="100%"> </p>
<p align="center"><a href="README.md">English</a> · <a href="README.ru.md">Русский</a> · <a href="README.zh.md">中文</a> · <a href="README.ar.md">العربية</a></p>
open-geo measures how visible your brand is _inside_ AI answers — across every major engine. Search is shifting from "ten blue links" to a generated answer: ChatGPT, Perplexity, Gemini, Claude, Google AI Overview, Yandex, DeepSeek. Each answer leans on a handful of sources — and being one of them is visibility in AI. open-geo runs your queries through an engine in a real, logged-in browser and records whether your domain makes it into the sources, into the citations, into the text — and how the brand is spoken about when it does.
real, logged-in browser — it sees the _rendered_ AI answer (the sources panel and the inline citation chips), normalizes domains, and emits one validated record per query. No brittle scraping of a surface no engine ever promised to keep stable.
sources → citations — plus a qualitative sentiment read and a top-domains leaderboard (your brand ranked against every other domain in the answers). *No composite index, no made-up share-of-voice index.* Every number is auditable to pipeline/INTERFACES.md.
build per-brand, per-engine history and run-over-run deltas. Deliverables are a themed PDF and a FastAPI + React dashboard with a four-language switcher. Your data never leaves your machine.
visibility instead of "AI search matters, trust me."
split by query lens (general / branded / comparative), and catch week-over-week drift.
/open-geo at a CSV and adomain, get a dashboard. No SaaS, no upload, no account.
browser, and how the target domain shows up is recorded, one validated record per query.
coverage, a visibility rate and an average best position for sources and for citations, plus the source→citation conversion (relative_citation) and a short free-text note on how each answer treats the brand. The dashboard and PDF also show a per-lens qualitative sentiment summary synthesized from those per-query notes (see Metrics).
brand to every domain in the answers, ranked by how often it appears (with its average source/citation position). The honest "who shares your answer space" — brand rivals and publishers alike, your brand highlighted — as a sortable dashboard panel and a PDF section. No extra capture: it's computed from the data you already collected, so it works on past runs too.
data/aeo.db (SQLite, WAL),so you accumulate history per brand + engine and get run-over-run deltas.
FastAPI read-only API + a Vite/React frontend with light/dark themes and per-metric tooltips.
Chrome and no system libraries required.
open-geo is a Claude Code skill — you drive it from a chat with Claude, not from a pile of shell commands. The whole setup is: clone, ask Claude to install it, then use it as a command.
git clone <repo> open-geoSet up open-geo (runscripts/setup.sh), then trackexample.com(brand "Example") onexamples/questions.csv.
Claude runs the install and the capture for you — and prints a dashboard link and a summary.
/open-geo examples/questions.csv google example.com --brand "Example" --n-worker 3 --output both`examples/questions.csv` is a placeholder — a fictional brand's question set, there so the first run works out of the box. For a real read, swap in your own queries: the question set is the core input — it decides what gets measured, and the report is only as good as the questions you ask. Format and how to choose them: What input do I need?.
Track it on a schedule. Wrap the command in Claude Code's `/loop` to re-capture on an interval and watch the drift — e.g. a weekly read:
/loop 1w /open-geo examples/questions.csv google example.com --brand "Example" --output bothThe one thing Claude can't do for you: connect the Claude-in-Chrome extension and log the browser in to the market you want to track. That logged-in session is what capture drives.
Everything runs through one operator command — the `/open-geo` skill. You don't touch Python: Claude orchestrates capture → metrics → deliverables and hands you a dashboard and/or a PDF.
/open-geo <questions.csv> <engine> <domain> --brand "<name>" --n-worker <N> \
[--output dashboard|pdf|both] [--period today|all] [--lang en|ru|zh|ar]| argument | meaning | |||
|---|---|---|---|---|
<questions.csv> | CSV with columns `query,lens`, where `lens ∈ general \ | branded \ | comparative. Ready sample: examples/questions.csv`. | |
<engine> | which AI engine to track (e.g. google). The same slot takes any engine that has a capture playbook under engines/. | |||
<domain> | the target domain (any spelling: https://www.example.com, example.com — normalized automatically). | |||
--brand "<name>" | human brand name (used in report/dashboard titles and the summary). | |||
--n-worker <N> | number of capture workers run in parallel — the run's concurrency. | |||
--output | dashboard (default) \ | pdf \ | both. | |
--period | all (default — full brand+engine history, enables deltas) \ | today (this run only). | ||
--lang | UI language of the deliverables — en (default) \ | ru \ | zh \ | ar. |
What it does, end to end: creates a run → splits the queries across parallel capture workers (each drives the engine in your logged-in Chrome and returns one validated record per query) → ingests and scores them centrally → emits the dashboard and/or PDF → prints a short summary from the cross-lens all row. Re-run on a /loop to track drift over time.
The whole tracker is orchestrated by the `/open-geo` command:
engines/<engine>.md) is driven byClaude-in-Chrome in a visible, logged-in Chrome. It reads the rendered AI answer as an LLM does, expands the sources panel and the inline citation chips, normalizes domains, and emits one `QueryCapture` object per query.
records (read-only) and returns them to the orchestrator. The orchestrator (the skill) owns every DB write: it ingests each chunk as its worker returns — incrementally, so a crash mid-run never loses captured work — finalizes the run, then computes metrics per lens plus an all row.
metrics, plus a short summary (the dashboard server is started only after all captures are in).
The pipeline is engine-agnostic: engine is an open id end to end (contract, DB, CLI, dashboard, report), and supporting a new engine is mainly a new engines/<engine>.md playbook — see engines/README.md.
The funnel, in plain words. The four counts narrow down at each step:
always — and an absence is valid data, not a failure).
drew on.
text.
Each step is a subset of the one before it, so the counts nest: n_cited ≤ n_in_sources ≤ n_overviews ≤ n_queries. (Citations are a subset of sources because the model can only cite what it retrieved.) The denominator for visibility is answer-present queries — you can only be visible where an answer actually rendered. Everything is computed per lens (general / branded / comparative) plus an aggregate all row.
The six metrics are just ratios and positions along that funnel:
(n_overviews / n_queries).
relied-on sources (n_in_sources / n_overviews).
the answer (n_cited / n_overviews).
min) rank of your domain among sources, over thequeries where it appears (lower is better; — if it never appears).
min) rank among citations, over the queries whereit is cited (lower is better; — if never cited).
retrieved into sources, the share where the model actually cited you (n_cited / n_in_sources; higher is better, bounded to [0, 1]).
brand. It is free text, not a number. At finalize the orchestrator also rolls the per-query notes into a per-lens summary (one short line per lens plus an all synthesis), shown as a "Sentiment by lens" strip in the dashboard and as the lead of the PDF's sentiment section. It follows the language of the captured data, not --lang.
A top-domains leaderboard (INTERFACES §4.2) ranks every domain in the answers — your brand highlighted — by appearances and average source/citation position, for honest competitive context computed from the same captured data. There is still intentionally *no composite index, no share-of-voice index, and no numeric sentiment — the leaderboard is plain frequencies and positions, not a blended score. Deltas* between runs are computed at read-time against the previous completed run of the same brand + engine; they are not stored. Authority: pipeline/INTERFACES.md §4.
Every run produces two deliverables — a themed PDF report and a local dashboard, both built from the same scored run.
The PDF's key-metrics page (from the seeded Example demo — engine google; download the full sample PDF):
<p align="center"> <img src="assets/report-metrics.png" alt="open-geo PDF report — key metrics page for Example (example.com): six KPI cards with run-over-run deltas and a per-lens breakdown table" width="78%"> </p>
The dashboard — KPI cards with read-time deltas, the per-lens breakdown, a "Sentiment by lens" strip, a "Top domains in answer space" leaderboard, a retrospective chart and a per-query table, with a four-language switcher and light/dark themes:
<p align="center"> <img src="assets/dashboard-en.png" alt="open-geo dashboard — Example on google: six KPI cards with deltas, breakdown by lens, and a sentiment-by-lens section" width="100%"> </p>
At the end of a run, /open-geo prints a short headline summary built from the lens="all" row (here, the seeded Example demo — engine google, run of 2026-06-09):
Run for brand "Example" (engine google), queries: 24.
• AI Overview coverage: 83% (20 of 24 queries).
• Visibility in sources: 60% of overview queries.
• Visibility in citations: 45% of overview queries.
• Average source position: 2.5 (lower is better).
• Average citation position: 1.0 (lower is better).
• Source→citation conversion (relative citation): 75% (higher is better).The six metrics for lens="all", with the underlying funnel counts (n_queries = 24 → n_overviews = 20 → n_in_sources = 12 → n_cited = 9):
| Metric | Value | Plain meaning | Direction |
|---|---|---|---|
overview_coverage | 0.83 (20/24) | Share of queries where an AI answer rendered at all | higher = better |
visibility_in_sources | 0.60 (12/20) | Of answer queries, share where example.com made it into the relied-on sources | higher = better |
visibility_in_citations | 0.45 (9/20) | Of answer queries, share where the domain is cited in the answer prose | higher = better |
avg_source_position | 2.50 | Average best (min) rank among sources, over queries where it appears | lower = better |
avg_citation_position | 1.00 | Average best (min) rank among citations, over queries where it is cited | lower = better |
relative_citation | 0.75 (9/12) | Source→citation conversion (last funnel step, ∈ [0, 1]) | higher = better |
A value renders as — (not 0) when its guard trips — e.g. for the comparative lens in this run the domain never reached sources, so the three source/citation metrics are all —.
Your own list of questions — a CSV with two columns, `query,lens`, where lens ∈ general | branded | comparative (general = neutral query with no brand named; branded = brand explicitly named; comparative = brand vs alternatives). You author this file, and it is the single most important input: GEO visibility is measured relative to the questions you ask, so the whole report is only as good as the question set. Write the queries your real customers would type, balanced across the three lenses (a handful of each is enough to start). The bundled examples/questions.csv is a placeholder for a fictional brand — use it to see the format, then replace it with yours.
No external data API and no paid keys. You need Claude Code, the Claude-in-Chrome extension connected, and a browser already logged in to the engine / market you want to track.
No. Every run is stored in a local SQLite (WAL) database at data/aeo.db, and the deliverables are a local PDF and a local dashboard you run yourself. There is no SaaS, no upload, and no account.
Because they form a funnel (answer → sources → citations), and collapsing it into one number invites hand-wavy weighting and invented baselines. Every number is auditable to one formula in pipeline/INTERFACES.md §4, plus a free-text sentiment note that is never reduced to a number. A top-domains leaderboard (§4.2) gives competitive context as plain frequencies + positions — still no composite index and no share-of-voice index.
--n-worker, and how long does a run take?--n-worker N is the run's concurrency: the queries are split into N chunks and N capture sub-agents run in parallel, each in its own browser tab/context. A single-query capture is roughly 6–10 tool calls, so wall-clock time scales with how many queries each worker handles in sequence — raise --n-worker to shorten a large run (within reason, to stay under the engine's "unusual traffic" radar).
MIT.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.