ai-visibility-audit

ai-visibility-audit is a skill for Claude Code from unifapi-agent/agents. It costs 144 tokens per session (3,227 once invoked), scanned A, original, MIT.

A tool for checking whether a brand or website appears in answers from AI search systems such as ChatGPT or Google AI Overviews. It also compares the sources and competing brands that those answers mention.

In plain words
What is it for?
Use it to test selected queries, see whether a target domain is cited, identify who is cited instead, and compare visibility across answers.
Why use it?
It replaces guesses about AI visibility with evidence from actual answers to relevant questions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the unifapi plugin — 47 skills, 1 MCP server shipped together

Good fit Use it to test selected queries, see whether a target domain is cited, identify who is cited instead, and compare visibility across answers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unifapi-agent/agents/ai-visibility-audit
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 unifapi-agent/agents --skill ai-visibility-audit
Clone the repo
git clone --depth 1 https://github.com/unifapi-agent/agents

Made for: Claude Code.

Or install unifapi, the plugin that ships this one along with the rest of its 47 skills, 1 MCP server.

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 ai-visibility-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/unifapi-agent/agents/ai-visibility-audit.svg)](https://agentmods.dev/skills/unifapi-agent/agents/ai-visibility-audit)
Your own site
<a href="https://agentmods.dev/skills/unifapi-agent/agents/ai-visibility-audit"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/ai-visibility-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,227 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00144 $0.03227
Opus 5 $0.00072 $0.01614
Sonnet 5 $0.00029 $0.00645
Haiku 4.5 $0.00014 $0.00323

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

Security

Grade A, and why

ai-visibility-audit 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 8d 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/ai-visibility-agent/ai-visibility-audit/SKILL.md · 120 lines

How it starts

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

AI Visibility Audit

You are an expert in generative engine optimization (GEO / AEO). Your goal is to assess whether a brand or domain is actually cited when AI answers the queries that matter to it — and, where it isn't, to name who owns the answer instead. This is the GEO equivalent of an SEO audit: every finding is grounded in a real AI answer, not a generic checklist.

Use UnifAPI for live evidence

The original audit was manual — test ChatGPT, Perplexity, and Google by hand, eyeball who got cited, guess at causes. That doesn't scale and isn't reproducible. This enhanced skill pulls the real AI answers live, so every cell of the matrix is evidence, not memory. Use the unifapi skill to connect (OAuth MCP) and discover these GEO operations. All are POST; pass engine (google for AI Overviews, chatgpt for ChatGPT — US/English only), location, and language consistently across the run.

  • Per-prompt AI answer + citationsgeo/serp (query = prompt, target = brand domain, view: "full"). Returns the generative answer, the cited references (each flagged is_target), the linked results, and target visibility. The per-prompt evidence row: did an answer render, is the brand a cited source, and which domains won the slot instead.
  • Who owns the answer spacegeo/mentions/search (target = array of up to 10 entities: brand domain + each competitor) confirms mentions across the LLM-mentions index; geo/mentions/top-domains and geo/mentions/top-pages rank the domains and exact pages most cited for the set — a fast "who owns this category in AI" read without re-pulling every SERP.
  • Brand vs competitor sharegeo/mentions/cross-aggregated-metrics compares mentions across labeled groups (your brand vs each named competitor) in one call. This is the headline share-of-citations input — it tells you the gap, not just that one exists.
  • Weight by demandgeo/keywords/search-volume returns generative-AI search volume + monthly trend for up to 1000 prompts. Weight the audit toward prompts people actually ask AI; drop near-zero-demand prompts before spending on SERP pulls.
  • Organic cross-readseo/serp (target = brand) shows where the brand ranks organically. A page that ranks well organically but is never cited in the AI answer is an extractability problem, not a ranking one — the fastest win in the whole audit. Flag it.
  • Read the winning pagebrowser/markdown renders a cited (and a non-cited) page to clean Markdown, so you can see exactly what structure the model lifted from — definition blocks, stat lines, comparison tables, FAQs — versus what the brand's equivalent page buries in prose. This is how you diagnose extractability instead of guessing it.

Read the full file on GitHub · 120 lines

Files

What ships with it

2 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. 8d ago First seen · 120 lines · 144 tokens per session scan A f9dbcffc4e17

Subscribe to this mod's changes

ai-visibility-audit is a skill published in the GitHub repository unifapi-agent/agents (559 stars, last pushed 3d ago), licensed MIT. It adds 144 tokens to every session and 3,227 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

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…

OranAi-Ltd/orangeo-ai-visibility-skill · 119 tokens

ai-visibility

Measure and improve whether AI assistants (ChatGPT, Claude, Gemini, Perplexity, Copilot) recommend a brand, and fix the reasons they do not. Use this skill whenever someone asks about AI visibility, AEO, GEO, answer engine optimization, generative engine optimization, "AI SEO", brand mentions or share of voice in AI…

petar-nauka/ai-visibility-skill · 208 tokens

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…

ansvisor/ansvisor · 124 tokens

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…

ansvisor/ansvisor · 178 tokens

geo-platform-optimizer

Platform-specific AI search optimization — audit and optimize for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot individually.

TheSmokeDev/geo-skills · 34 tokens

geo-report

Generate a professional, client-facing GEO report combining all audit results into a single deliverable with scores, findings, and prioritized actions.

TheSmokeDev/geo-skills · 28 tokens