Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.12 KB

File metadata and controls

49 lines (35 loc) · 1.12 KB

Claude Code / ClawHub skill

This package ships one umbrella skill source at skills/aeo/SKILL.md.

ClawHub package: arberx/aeo

Command

/aeo <mode> <url> [flags]

Modes

  • audit: scoring and diagnosis
  • fix: code changes after an audit
  • schema: JSON-LD validation
  • llms: generate llms.txt and llms-full.txt
  • monitor: before/after tracking or competitor comparisons

Examples

/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

Install

# 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/

Testing the skill from this repo

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