text-stats
Installation
SKILL.md
Text Stats
Analyze any text document for readability, word count, keyword density, and more. Perfect for content optimization, SEO analysis, or writing improvement.
Usage
Full analysis
python3 {baseDir}/scripts/text_stats.py analyze document.txt
python3 {baseDir}/scripts/text_stats.py analyze document.md
Word count only
python3 {baseDir}/scripts/text_stats.py wc document.txt