Score
Recompute and display the two scores (Search SEO + AI Visibility) from the most recent audit's findings, without re-crawling. Use to re-show or refresh the scores after an audit, or to score a saved findings JSON file.From its SKILL.md
npx -y skills add Hainrixz/claude-seo-ai --skill scoreAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `node scripts/score.mjs --findings <path>`.
SKILL.md
0.9 KB, 156 tokens by cl100k_base, as published. Nobody here has run it
/claude-seo-ai:score
Recompute and show the two 0–100 scores from the latest audit's findings by re-running the seo-score skill (which uses scripts/score.mjs for a reproducible number).
- If a findings JSON path is given in
$ARGUMENTS, score that file:node scripts/score.mjs --findings <path>. - Otherwise use the findings from the most recent audit this session. If no audit has run yet, tell the user to run
/claude-seo-ai:audit <url>first.
Show both scores with bands, the per-category breakdown, any severity-gating cap, and the needs_api count. Two scores, never blended.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.