llm-visibility

llm-visibility is a skill for Claude Code from prashishh/seo-geo-report-engine. It costs 192 tokens per session (1,762 once invoked), scanned A, original, MIT.

A visibility checker that asks Google AI Overview, ChatGPT, Gemini, Perplexity, and Claude the same business questions and records which brands they mention or cite.

In plain words
What is it for?
Use it to measure brand mentions and website citations across five AI answer engines for a set of important search questions.
Why use it?
A brand may appear in one answer engine but not another. Comparing them shows how often it is visible and which competitors replace it.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument; mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 tools/geo/llm_visibility.py --project <slug> --location <code> \.

Part of the seo-geo-report-engine plugin — 33 skills, 8 commands, 5 agents shipped together

Good fit Use it to measure brand mentions and website citations across five AI answer engines for a set of important search questions.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/prashishh/seo-geo-report-engine
agentmods
npx agentmods add skills/prashishh/seo-geo-report-engine/llm-visibility

Made for: Claude Code.

Or install seo-geo-report-engine, the plugin that ships this one along with the rest of its 33 skills, 8 commands, 5 agents.

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 llm-visibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/llm-visibility/github.svg)](https://agentmods.dev/skills/prashishh/seo-geo-report-engine/llm-visibility)
Your own site
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/llm-visibility"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/llm-visibility/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 llm-visibility

Your own site · 80×15
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/llm-visibility"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/llm-visibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 192 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,762 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.00192 $0.01762
Opus 5 $0.00096 $0.00881
Sonnet 5 $0.00038 $0.00352
Haiku 4.5 $0.00019 $0.00176

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

Security

Grade A, and why

llm-visibility 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.

skills/llm-visibility/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

llm-visibility

The operational core of GEO measurement. For a client's money-query grid it asks all five answer engines the same questions and reports, per query and per engine: is the brand mentioned (named in the answer), is it cited (its domain in the sources), and who is named/cited instead. It rolls up to the durable-visibility bar: present in >=3 of 5 engines. Powered by DataForSEO (Codex-safe, no MCP).

Two distinct signals, because engines behave differently:

  • Mention — the model names the brand in prose ("...HubSpot, Zoho..."). This is the primary signal for chat models (ChatGPT, Claude), which name brands from knowledge without linking.
  • Citation — the brand's domain appears in the answer's source list. This is the primary signal for Google AI Overview, Perplexity, and Gemini (web-search), which attach sources.

Engines (all through the one DataForSEO account)

google_aio (Google AI Overview, citation-based) · perplexity (sonar, always cites) · chatgpt (gpt-4o-mini, knowledge-mention) · gemini (2.5-flash, cites) · claude (haiku-4-5, knowledge-mention). Swap models or force web search on all engines with flags. AIO is keyword/SERP-based; the four LLMs take the query as a natural-language prompt, so phrase the grid as real questions.

Tool

python3 tools/geo/llm_visibility.py --project <slug> --location <code> \
    --brand "Brand Name" alias brand.com \
    --prompts "natural question 1" "natural question 2" ... \
    --date 2026-07-01 \
    --out projects/<slug>/data/raw/dataforseo/llm-visibility-<date>.json

Defaults to client.yml domain + target_keywords + competitors when flags are omitted. Competitors are pulled from client.yml and matched by name + domain, so the scan reports who the engines name instead. Every run appends normalized rows to projects/<slug>/data/ai-visibility.csv (date, engine, prompt, mentioned, cited, competitors, cited_domains) so the dashboard can trend "cited in N of M" over time. Options: --engines google_aio perplexity chatgpt gemini claude (subset), --web-search-all, --no-log. Cost: a 6-query x 5-engine scan is roughly $0.25-0.30 (Perplexity + Gemini web search are the bulk; chat/claude knowledge answers are near-free).

Read the full file on GitHub · 103 lines

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. 12d ago First seen · 103 lines · 192 tokens per session scan A d11ff338c8a4

Subscribe to this mod's changes

llm-visibility is a skill published in the GitHub repository prashishh/seo-geo-report-engine (5 stars, last pushed 2mo ago), licensed MIT. It adds 192 tokens to every session and 1,762 once invoked, about $0.0010 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

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

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

email-sequence-designer

Use when the user asks to "design a welcome flow", "set up an abandoned-cart sequence", "build a light re-engagement branch inside a lifecycle flow", or "plan a cold-outbound sequence"; produces general lifecycle automation flows (welcome, cart, browse-abandon, post-purchase, in-flow re-engagement, B2B cold outbound)…

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

reactivation-specialist

Use when the user asks to "build a win-back campaign", "re-engage lapsed subscribers", "run a re-permission / re-consent sweep", or "sunset my dead list"; produces a closed-loop reactivation program — a lapsed-cohort definition, a staged offer ladder, a re-consent (re-permission) capture step, and a sunset-confirm /…

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

campaign-planner

Use when the user asks to "plan an influencer campaign", "build a campaign blueprint", "track or close a creator campaign", or "record a late campaign correction"; produces the plan and, when requested, a non-canonical evidence tracker with scoped identity, publication, reconciliation, close, and reopen receipts. Not…

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

product-feed-optimizer

Use when the user asks to "optimize my Shopping feed", "fix product disapprovals", "improve product titles/attributes", or "build feed-driven PMax asset groups"; audits and rewrites the Shopping/Performance Max product feed — title/description patterns, required and recommended attributes, GTIN/availability/price…

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

attribution-reconciler

Use when platform-reported conversions disagree with GA4/ecommerce, when you suspect Meta and Google are double-counting the same sales, or for a standing (monthly) reconciliation workbook that de-dups stacked credit against an order-ID truth set, normalizes attribution windows and currency, compares attribution…

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