# Aeo Master

> LLM-first SEO analysis for AI agents. Master skill with 5 sub-skills, 6 specialist agents, and 5 evidence collector scripts. Use when performing comprehensive AEO analysis, audits, or optimization.

- Skill: `spirizeon/aeo-master` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spirizeon/aeo-master`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spirizeon/aeo-master/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: Spirizeon (https://skillmd.com/u/spirizeon)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/spirizeon/aeo-master

---


# AEO Master Skill

Comprehensive LLM-first SEO analysis for AI coding agents.

## Structure

This master skill orchestrates:
- **5 Sub-Skills** - Specialized analysis modules
- **6 Specialist Agents** - Expert executors for specific tasks
- **5 Evidence Collector Scripts** - Data gathering tools

## Current Content

### Sub-Skills (5)
- `aeo-audit` - Comprehensive AEO audits
- `aeo-benchmark` - Performance benchmarking
- `ai-traffic-detector` - AI agent traffic analysis
- `llms-txt-checker` - llms.txt validation
- `token-counter` - Token count measurement

### Specialist Agents (6)
- `aeo-auditor` - Comprehensive audits (fork context)
- `aeo-benchmarker` - Performance comparison (fork context)
- `aeo-validator` - Specification validation (fork context)
- `aeo-tracker` - Progress tracking (fork context)
- `aeo-reporter` - Report generation (fork context)
- `aeo-explorer` - Content discovery (fork context)

### Evidence Collector Scripts (5)
1. `scripts/aeo_benchmark.py` - AEO benchmarking
2. `scripts/ai_traffic_detector.py` - AI traffic detection
3. `scripts/llms_txt_checker.py` - llms.txt validation
4. `scripts/robots_checker.py` - robots.txt checking
5. `scripts/token_counter.py` - Token counting

## Usage

### Activate Sub-Skill
```
@aeo-audit            # Comprehensive AEO audit
@aeo-benchmark        # Performance benchmarking
@ai-traffic-detector  # AI agent traffic analysis
@llms-txt-checker     # llms.txt validation
@token-counter        # Token count measurement
```

### Activate Specialist Agent
```
# In fork context
@aeo-auditor          # Run comprehensive audit
@aeo-benchmarker      # Compare performance
@aeo-validator        # Validate specifications
@aeo-tracker          # Track progress
@aeo-reporter         # Generate reports
@aeo-explorer         # Discover content
```

### Run Evidence Collector
```bash
python3 scripts/aeo_benchmark.py --url https://example.com
python3 scripts/ai_traffic_detector.py --log-file /var/log/nginx/access.log
python3 scripts/llms_txt_checker.py example.com
python3 scripts/robots_checker.py https://example.com
python3 scripts/token_counter.py https://example.com/docs
```
