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.md
source content

Rank — SEO/GEO/AEO Toolkit

Routing

CommandSkillDescription
/rank
or
/rank status
(inline)Quick health check — show all scores
/rank audit [dir]
rank-auditFull audit + auto-fix
/rank geo [dir]
rank-geoAI search optimization
/rank aeo [dir]
rank-aeoAnswer engine optimization
/rank fix [dir]
rank-fixAuto-fix all findings
/rank schema [dir]
rank-schemaSchema detect/validate/generate
/rank compete <url> [dir]
rank-competeCompetitive X-Ray vs any URL
/rank citability [dir]
rank-citabilityAI Citability Score (7-dimension)
/rank content [dir]
rank-contentContent quality analysis
/rank perf [dir]
rank-perfPerformance risk assessment
/rank vertical [dir]
rank-verticalE-Commerce / Local Business checks
/rank security [dir]
rank-securitySecurity headers audit

Quick Health Check (bare /rank)

  1. 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>
  2. Display scores table with grades (SEO, GEO, AEO; Technical and Content show "—" until Phase 2)
  3. Overall Rank Score = weighted average: SEO (40%), GEO (40%), AEO (20%)
  4. Show top 3 quick wins (highest-impact fixes)
  5. 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