skillfed

word-stats

word-stats delivers immediate text metrics including word and character counts, reading and speaking time estimates, plus word-level insights like unique word percentage and sentence structure breakdowns. Input your text and receive clean, table-formatted results without prompts or extra commentary.

word-stats analyzes text to instantly deliver word count, character count, reading time, and other key metrics.

AI-generated summary based on this skill's SKILL.md

35 7 MIT updated by humanizerai

Install

humanizerai/agent-skills/word-stats

git clone https://github.com/humanizerai/agent-skills
cp -r agent-skills/skills/word-stats ~/.claude/skills/word-stats
npx skillfed install humanizerai/agent-skills/word-stats

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What word count and character count metrics does word-stats provide?

word-stats delivers comprehensive word and character statistics for any text you input. You get total word count, character count (including and excluding spaces), unique word count, and unique word percentage. The skill presents all metrics in clean, table-formatted results without extra commentary, making it easy to scan and understand your text's composition at a glance.

How does word-stats calculate reading time and speaking duration?

word-stats estimates reading time based on average reading speed and speaking duration based on typical speech rates. Input your text and the skill automatically computes both estimates, helping you understand how long it will take to read aloud or present your content. Results appear in an easy-to-read format alongside your other text metrics.

Can word-stats analyze text for word count, sentence structure, and complexity?

Yes. word-stats analyzes text complexity and word distribution by breaking down sentence and paragraph counts, calculating average word length, and identifying your longest word. These insights help you understand readability and text structure, complementing the core word and character counts with deeper linguistic metrics.

What text statistics analyzer features does word-stats include?

word-stats functions as a text statistics analyzer offering word and character counts, reading time and speaking duration estimates, sentence and paragraph breakdowns, average word length, unique word percentage, and longest word identification. All metrics display in formatted tables for quick reference without requiring detailed configuration or follow-up prompts.

Is word-stats available under an open-source license?

Yes, word-stats is released under the MIT license, making it freely available for both personal and commercial use with minimal restrictions. You can use, modify, and distribute the skill while maintaining the original license notice.

SKILL.md

rendered from the published skill — quoted content, verbatim

Word Statistics

Provide quick, accurate statistics about the provided text.

Input

The user provides text in $ARGUMENTS.

Important: If text is provided, immediately output stats. Don't ask clarifying questions - they want the numbers.

Output Format

## Word Statistics

### Counts
| Metric | Value |
|--------|-------|
| Words | [X] |
| Characters (with spaces) | [X] |
| Characters (no spaces) | [X] |
| Sentences | [X] |
| Paragraphs | [X] |

### Time
| Metric | Value |
|--------|-------|
| Reading time | [X] min |
| Speaking time | [X] min |

### Words
| Metric | Value |
|--------|-------|
| Unique words | [X] ([Y]%) |
| Avg word length | [X] chars |
| Longest word | [word] ([X] chars) |

### Sentences
| Metric | Value |
|--------|-------|
| Avg length | [X] words |
| Longest | [X] words |
| Shortest | [X] words |

Calculations

  • Reading time: words ÷ 238 (average adult reading speed)
  • Speaking time: words ÷ 150 (average speaking pace)
  • **Unique

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/word-stats/SKILL.md

Related skills

Tags

text-metrics reading-analytics content-measurement linguistic-analysis productivity-writing quick-stats document-profiling time-estimation