From silverbee
Plans Ahrefs Brand Radar API usage for AI visibility data collection — covering brand mentions, cited pages, and cited domains across AI engines. Use when the user asks about brand presence in AI answers, share of voice across LLMs, queries that surfaced their brand, or sources cited alongside their brand. Do NOT use when the user supplies a specific prompt or question to test — route those to DataForSEO.
How this skill is triggered — by the user, by Claude, or both
Slash command
/silverbee:ahrefs-brand-radarThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plan Ahrefs Brand Radar API calls to retrieve where a brand appears across AI-generated answers
Plan Ahrefs Brand Radar API calls to retrieve where a brand appears across AI-generated answers and which sources LLMs cite alongside it.
Brand Radar is a single-engine, brand-driven API: it takes a brand name as input, identifies AI responses mentioning the brand, and surfaces the associated queries — one AI engine per call. It does not accept queries as input.
If the user has provided a specific prompt or question to test against an LLM, route to DataForSEO and stop.
Do not proceed until the brand is confirmed. Do not infer the brand from a domain.
Full audit — user requests general AI visibility with no specific engine named:
Scoped audit — user names a specific engine or subset:
Brand Radar accepts exactly one data_source per call. Never combine values.
Allowed values: google_ai_overviews · google_ai_mode · chatgpt · gemini · perplexity · copilot
✓ Correct: data_source = chatgpt / data_source = gemini (separate calls)
✗ Incorrect: data_source = chatgpt, gemini (invalid)
list-ai-responses — queries where the brand appeared in an AI-generated answerlist-cited-pages — URLs cited by the LLM in those answers — always set limit=100 (API default is 1000; leaving it unset on large brands will produce context-breaking output)list-cited-domains — domains cited by the LLM in those answersAlways deliver all four tables. Include only engines that were called.
| AI Engine | Total Mentions | Sample Queries |
|---|---|---|
| ChatGPT | N | query 1, query 2… |
| Gemini | N | … |
| Perplexity | N | … |
| Google AI Overviews | N | … |
| Google AI Mode | N | … |
| Copilot | N | … |
| Total | N |
Sort descending by Mention Count.
| Query | Engines Mentioning Brand (aggregated) | Mention Count |
|---|---|---|
| [query text] | ChatGPT, Gemini | 2 |
URLs cited by LLMs in answers that mentioned the brand. Sort descending by Times Cited.
| Cited URL | Times Cited | AI Engine(s) |
|---|---|---|
| https://example.com/page | N | ChatGPT, Perplexity |
Domain-level aggregation of LLM sources. Sort descending by Times Cited.
| Cited Domain | Times Cited | AI Engine(s) |
|---|---|---|
| example.com | N | … |
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub silverbee-ai/claude-silverbee-marketplace --plugin silverbee