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
$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"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
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.
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