title-score

Installation
SKILL.md

Offline 0-100 scorer for YouTube titles, fitted by ridge regression against real vidIQ scores on a 360-title tech / AI / developer corpus.

Runtime needs only the Python standard library.

How to score

scripts/score.py "Your Title Here"
scripts/score.py --json "Your Title Here"
printf "Title one\nTitle two\n" | scripts/score.py -

Output gives the score, chars/words, vocab (how much the topic words moved it), and the named factors that mattered most.

How to report results

Installs
4
GitHub Stars
4
First Seen
Apr 29, 2026
title-score — richardbray/skills