word-stats

Compute word counts, unique-word ratios, and reading time for text.

1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/tawf-labs/zkt-hackathon --skill word-stats-tawf-labs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: word-stats
Source: https://github.com/tawf-labs/zkt-hackathon/tree/main/.agents/skills/word-stats
Command: npx skills add https://github.com/tawf-labs/zkt-hackathon --skill word-stats-tawf-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need to manually estimate or calculate basic text metrics like word count, character count, and reading time.

Core Features & Use Cases

  • Word and character statistics: Computes words, characters (with and without spaces), unique words, and word-length metrics.
  • Sentence and paragraph analysis: Determines sentence and paragraph counts plus sentence-level length statistics.
  • Time estimates: Produces reading time and speaking time estimates from the provided text (no follow-up questions).

Quick Start

Ask the word-stats skill to analyze your text by providing it as the input argument.

Frequently Asked Questions about word-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check word count and reading time for a document snippet?▼

To check word count and reading time, you can analyze your text to instantly compute words, characters, and estimated reading time. This removes manual estimation by providing deterministic text-structure statistics for your drafts and snippets.

How do I calculate unique word ratio and sentence stats for a paragraph?▼

Calculating unique word ratios and sentence stats involves analyzing your content to determine sentence counts and unique-word distributions. It computes these fixed-rate text-structure statistics for paragraphs without manual counting.

Does this text analytics approach require any specific software or dependencies?▼

This text analytics approach requires no external dependencies or software setup. It computes character counts and text-structure metrics directly from the arbitrary user-provided content you supply.

What is the best way to get character count with and without spaces?▼

The best way to get character counts with and without spaces is to process the text for exact metric computation. It instantly calculates these text-structure statistics alongside word distributions and time estimates.

Can I estimate speaking time using fixed rates for arbitrary text?▼

Yes, you can estimate speaking time using fixed rates for arbitrary text. The analysis produces both reading and speaking time estimates directly from your provided content, requiring no follow-up questions.