Answer Engine Share-of-Voice Reporter
Runs a category prompt set across multiple answer engines and tallies citations and mentions for the brand and each nam…
Updated
About this skill
Answer Engine Share-of-Voice Reporter is a AI Search (AEO and GEO) skill for AI agents, published in the seoskills.sh catalog. Reach for it when your work involves answer and generative engine optimization for AI Overviews, Perplexity, and ChatGPT. Install it with one command and it runs inside your own agent, so the work happens in your workflow, not a separate SEO tool.
SKILL.md
Answer Engine Share-of-Voice Reporter
AGENT ROLE: Autonomous competitive-intelligence agent. Query each engine with each prompt, tally brand and competitor appearances, compute share-of-voice, and emit the JSON in references/output.schema.json. Objective measurement only.
OBJECTIVE
Quantify each brand's Share of Voice (SoV) across answer engines for a category: what fraction of relevant AI answers mention/cite each competitor, broken down by engine and by topic cluster, with an overall SoV leaderboard.
INPUTS
brands(REQUIRED): array of{ name, aliases?: string[], domains?: string[] }— the user's brand PLUS competitors (mark the user's withis_self: true).prompts(REQUIRED): array of{ text, cluster }— buyer/category questions grouped by topic cluster.engines(OPTIONAL): subset of["openai","anthropic","gemini","perplexity"]. Default all configured.weighting(OPTIONAL enummention|citation|first_mention): how a "voice" is counted. Defaultmention.
AUTHENTICATION (per engine)
- Env keys:
OPENAI_API_KEY,ANTHROPIC_API_KEY,GEMINI_API_KEY,PERPLEXITY_API_KEY. - IF an engine's key is missing THEN skip it →
skipped_engines[]. IF none configured THEN STOPerror.code="NO_ENGINE_CREDENTIALS". - Same endpoints as the GEO Brand Mention Tracker;
temperature=0.
EXPECTED TOOL CALLS
- Run
scripts/share_of_voice.py --brands brands.json --prompts prompts.json. - Per (engine, prompt): send prompt; capture
answer_textandcitations.
PROCEDURE (deterministic)
STEP 1 — For each (engine, prompt) get the answer.
STEP 2 — For each brand compute a voice per the weighting:
mention: 1 IF name/alias appears (word-boundary, case-insensitive).citation: 1 IF a brand domain appears inanswer_textorcitations.first_mention: 1 only to the brand mentioned earliest in the answer (position of first match). STEP 3 — TALLY per engine:voice_count[brand];sov[brand] = voice_count[brand] / sum(all voice_counts)(guard divide-by-zero). STEP 4 — TALLY per cluster (across engines) similarly →cluster_sov. STEP 5 — OVERALL: sum voices across engines & prompts →overall_sovleaderboard; includeself_rank= the position of theis_selfbrand. STEP 6 — EMIT with per-engine, per-cluster, and overall breakdowns.
RATE LIMITS & ERROR HANDLING
- Per-engine backoff on
429(honorRetry-After, else2^attempt, max 5); a rate-limited (engine,prompt) is recorded and excluded from denominators (counted=false) rather than dropped silently. 5xx/timeout retry ≤3 then mark that cellengine_error, excluded from denominators.- Concurrency ≤ 3 per engine.
MISSING / INSUFFICIENT DATA
- IF an answer mentions NO brand from the set THEN it contributes 0 to all — record
no_brand_in_answer=true(a real signal: the category answer ignores everyone tracked). - SoV denominators use only successfully-answered cells; report
answered_cellsandtotal_cellsso the user can judge coverage. - Never award voice to a brand not actually present in the text/citations.
OUTPUT
One JSON object per references/output.schema.json. No prose.
FILES
scripts/share_of_voice.py— multi-engine client + SoV tallying (mention/citation/first_mention).references/output.schema.json— output contract.
Not using the CLI? Copy the SKILL.md and paste it straight into ChatGPT, Claude, or any agent.
Embed a badge
Install into your agent
More in AI Search (AEO and GEO)
ai-seo
When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for Perplexity,' 'AI citations,' 'AI visibility,' 'zero-click search,' 'how do I show up in AI answers,' 'LLM mentions,' 'optimize for Claude/Gemini,' 'llms.txt,' 'llms-full.txt,' 'OKF,' 'Open Knowledge Format,' 'knowledge bundle,' 'agent-readable site,' 'agent readiness,' 'is my site
seo-geo
SEO & GEO (Generative Engine Optimization) for websites. Analyze keywords, generate schema markup, optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Use when user wants to improve search visibility, search optimization, search ranking, AI visibility, ChatGPT ranking, Google AI Overview, indexing, JSON-LD, meta tags, or keyword research.
optimize-for-ai
Optimize content for AI search engines — ChatGPT, Perplexity, Claude, Gemini, Google AI Overviews. Use when the user asks about AI SEO, AISO, getting cited by AI, appearing in AI answers, answer engine optimization, AEO, GEO, LLMO, AI Overviews, zero-click search, or how to appear in ChatGPT/Perplexity results. For traditional SEO, see diagnose-seo.
seo-aeo-best-practices
SEO and AEO best practices for metadata, Open Graph, sitemaps, robots.txt, hreflang, JSON-LD structured data, EEAT, and content optimized for search engines and AI answer surfaces. Use this skill when implementing page SEO, technical SEO, schema markup, international SEO, AI-overview readiness, or improving content for Google, ChatGPT, Perplexity, and similar assistants.
seo-maps
Maps intelligence for local SEO: geo-grid rank tracking, GBP profile auditing via API, review intelligence across Google/Tripadvisor/Trustpilot, cross-platform NAP verification, competitor radius mapping, and LocalBusiness schema generation. Three tiers: free (Overpass + Geoapify), DataForSEO, and DataForSEO + Google. Use when user says "maps", "geo-grid", "rank tracking", "GBP audit", "review velocity", "competitor radius", or "SoLV".
seo-dataforseo
Live SEO data via DataForSEO MCP server: SERP analysis, keyword research (volume, difficulty, intent, trends), backlink profiles, on-page analysis, competitor and content analysis, business listings, AI visibility (LLM mention tracking), and domain analytics. Requires DataForSEO extension installed. Use when user says "dataforseo", "live SERP", "keyword volume", "backlink data", "AI visibility check", or "real search data".