Install
openclaw skills install @terrycarter1985/text-statCount words, characters, lines, and estimate reading time for any text. Use when you need quick text analytics on a file or pasted content.
openclaw skills install @terrycarter1985/text-statA lightweight text statistics tool for word count, character count, line count, and estimated reading time.
Run the bundled script on any text file:
bash scripts/text-stat.sh /path/to/file.txt
Or pipe text in:
echo "hello world" | bash scripts/text-stat.sh
Lines: 42
Words: 318
Characters: 2,047
Reading time (200 wpm): 1m 35s