Get word count, character count, reading time, and text statistics. Quick analysis without questions.
Provide quick, accurate statistics about the provided text.
The user provides text in $ARGUMENTS.
Important: If text is provided, immediately output stats. Don't ask clarifying questions - they want the numbers.
## 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 |