b/cited
[ Claude Code Skill ]

b/cited AEO Auditor

Add /aeo-audit, /aeo-explain, and /aeo-fix to Claude Code. Runs a live AEO + SEO audit on any URL and returns an A–F grade with a prioritized fix list.

No API key. No sign-in. One command to install.

Install

Windows (PowerShell)
$dest = "$env:USERPROFILE\.claude\skills\bcited-aeo"
New-Item -ItemType Directory -Force "$dest\references" | Out-Null
Invoke-WebRequest "https://bcited.ai/skill/SKILL.md" -OutFile "$dest\SKILL.md"
Invoke-WebRequest "https://bcited.ai/skill/references/api-response.md" -OutFile "$dest\references\api-response.md"
Invoke-WebRequest "https://bcited.ai/skill/references/aeo-signals.md" -OutFile "$dest\references\aeo-signals.md"
Write-Output "Done — restart Claude Code and type /aeo-audit https://yoursite.com"
macOS / Linux
dest="$HOME/.claude/skills/bcited-aeo"
mkdir -p "$dest/references"
curl -sL "https://bcited.ai/skill/SKILL.md" -o "$dest/SKILL.md"
curl -sL "https://bcited.ai/skill/references/api-response.md" -o "$dest/references/api-response.md"
curl -sL "https://bcited.ai/skill/references/aeo-signals.md" -o "$dest/references/aeo-signals.md"
echo "Done — restart Claude Code and type /aeo-audit https://yoursite.com"

Restart Claude Code after installing, then type /aeo-audit https://yoursite.com to verify.

Commands

/aeo-audit <url>

Full AEO + SEO audit on any public URL. Returns an A–F grade, 9-category breakdown, and a prioritized list of what to fix first.

/aeo-explain

Walks through the 6 AEO signals that influence whether AI engines cite a site — llms.txt, ai.txt, crawler stance, schema types, E-E-A-T, and body copy clarity.

/aeo-fix <file>

Reviews HTML or a component file and outputs a concrete patch list with exact code snippets for every missing AEO signal.

How it works

When you type /aeo-audit https://example.com, Claude Code calls the b/cited scanner API, which checks 30+ signals across 9 categories — indexing, metadata, social cards, structured data, AEO signals (llms.txt, ai.txt, AI crawler stance, FAQPage/HowTo schema), international, mobile, security headers, and Core Web Vitals.

Results come back as a formatted report with an A–F grade, per-category scores, and a prioritized list of the top issues to fix — with the exact detail text from each failing check.

[ Track over time ]

The skill shows a snapshot. b/cited tracks the trend.

Connect Google Search Console and b/cited runs daily AEO checks across ChatGPT, Claude, and Perplexity — showing your AEO Visibility Score, which competitors are cited instead of you, and which topics AI engines ignore. Free plan, no credit card.

See bcited.ai
b/cited AEO Auditor — Claude Code Skill