Documents

text-stat

Try it

Count words, characters, lines, and estimate reading time for any text. Use when you need quick text analytics on a file or pasted content.

What it does

Count words, characters, lines, and estimate reading time for any text. Use when you need quick text analytics on a file or pasted content.

The skill document

Text Stat

A lightweight text statistics tool for word count, character count, line count, and estimated reading time.

Usage

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

Output

Lines:       42
Words:       318
Characters:  2,047
Reading time (200 wpm): 1m 35s

Related skills

Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text...

4 installs

Compress and decompress text files using smart abbreviation and whitespace normalization. Use when user asks to compress, shrink, reduce, or optimize text fi...

12 installs

Quickly summarize any text, URL, or file content into a concise structured brief. Use when the user wants a TL;DR, executive summary, or needs to distill long content into key points without reading the full source.

Analyze conversation transcripts: decisions, action items, dates, people, executive summary.

4 installs

Lightweight text transformation utilities. Uppercase, lowercase, reverse, and count characters/words/lines in any text input. Use when a prompt asks to convert case, reverse a string, or quickly count elements without writing a script.

1 installs

Count string length deterministically for text with hard limits. Use this skill when a post, reply, caption, commit message, or other text must stay within a...

16 installs2 stars