word-stats

Get word count, character count, reading time, and text statistics. Quick analysis without questions.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "word-stats" with this command: npx skills add humanizerai/agent-skills/humanizerai-agent-skills-word-stats

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 words: distinct words ÷ total words × 100

Keep It Simple

  • Tables for metrics
  • No unnecessary prose
  • No recommendations unless asked
  • Just the numbers

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

humanize

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

detect-ai

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

cold-email

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

readability

No summary provided by upstream source.

Repository SourceNeeds Review