Text Statistics Skill
Analyze a block of text and report structural and readability metrics.
How it works
- Tokenize the input into sentences and words.
- Count words, sentences, and characters.
- Estimate syllables per word to compute an approximate Flesch reading-ease score.
- Return all metrics as a structured object.
Usage
Call the skill with a single text input. The skill returns the metrics
described in the outputs section of the frontmatter.