Claude-rank rank
Main orchestrator for claude-rank SEO/GEO/AEO toolkit. Routes to specialized sub-skills.
install
source · Clone the upstream repo
git clone https://github.com/Houseofmvps/claude-rank
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Houseofmvps/claude-rank "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/rank" ~/.claude/skills/houseofmvps-claude-rank-rank && rm -rf "$T"
manifest:
skills/rank/SKILL.mdsource content
Rank — SEO/GEO/AEO Toolkit
Routing
| Command | Skill | Description |
|---|---|---|
or | (inline) | Quick health check — show all scores |
| rank-audit | Full audit + auto-fix |
| rank-geo | AI search optimization |
| rank-aeo | Answer engine optimization |
| rank-fix | Auto-fix all findings |
| rank-schema | Schema detect/validate/generate |
| rank-compete | Competitive X-Ray vs any URL |
| rank-citability | AI Citability Score (7-dimension) |
| rank-content | Content quality analysis |
| rank-perf | Performance risk assessment |
| rank-vertical | E-Commerce / Local Business checks |
| rank-security | Security headers audit |
Quick Health Check (bare /rank)
- Run available scanners in parallel:
node ${CLAUDE_PLUGIN_ROOT}/tools/seo-scanner.mjs <dir>node ${CLAUDE_PLUGIN_ROOT}/tools/geo-scanner.mjs <dir>node ${CLAUDE_PLUGIN_ROOT}/tools/aeo-scanner.mjs <dir>
- Display scores table with grades (SEO, GEO, AEO; Technical and Content show "—" until Phase 2)
- Overall Rank Score = weighted average: SEO (40%), GEO (40%), AEO (20%)
- Show top 3 quick wins (highest-impact fixes)
- Show trend vs last scan (if history exists)
Grade thresholds: A (90-100), B (80-89), C (70-79), D (60-69), F (<60)
Project Type Detection
Scan for signals to auto-detect:
- SaaS: pricing page, free trial CTA, /dashboard route
- E-commerce: product pages, cart, checkout, Product schema
- Local business: service area, phone, address, Google Maps embed
- Publisher/Blog: /blog, article schema, author bios, RSS feed
- Agency: client testimonials, case studies, service pages