This package ships one umbrella skill source at skills/aeo/SKILL.md.
ClawHub package: arberx/aeo
/aeo <mode> <url> [flags]
audit: scoring and diagnosisfix: code changes after an auditschema: JSON-LD validationllms: generatellms.txtandllms-full.txtmonitor: before/after tracking or competitor comparisons
/aeo audit https://example.com
/aeo fix https://example.com
/aeo schema https://example.com
/aeo llms https://example.com
/aeo monitor https://site-a.com --compare https://site-b.com
# Personal install
git clone https://github.com/Canonry/aeo-audit.git /tmp/aeo-audit
cp -r /tmp/aeo-audit/skills/aeo ~/.claude/skills/
# Or project-level
cp -r /tmp/aeo-audit/skills/aeo .claude/skills/If you're testing the skill from a local checkout instead of the published package, build first and use the local CLI:
pnpm run build
node bin/aeo-audit.js https://example.com --format json