Agent skill

text-statistics

Analyze text for word count, reading time, complexity metrics, and readability scores. Use when user asks to analyze document length, calculate reading time, or assess text complexity.

Stars 25
Forks 5

Install this agent skill to your Project

npx add-skill https://github.com/leegonzales/AISkills/tree/main/SkillTemplate/example-skill

SKILL.md

Text Statistics

Quick analysis of text metrics including word count, reading time, complexity, and readability.

When to Use

Invoke when user:

  • Asks "how long is this text?"
  • Wants reading time estimates
  • Needs complexity or readability scores
  • Says "analyze this document" or "how many words?"

Core Capabilities

1. Basic Metrics

Word Count

  • Total words
  • Unique words
  • Average word length

Character Count

  • With and without spaces
  • Alphanumeric vs punctuation

Reading Time

  • Assuming 200-250 words/minute
  • Adjusted for complexity

2. Complexity Analysis

Sentence Structure

  • Average sentence length
  • Sentence length variance
  • Simple vs complex sentences

Vocabulary

  • Unique word ratio
  • Long word percentage (7+ chars)
  • Syllable count estimates

3. Readability Scores

Flesch Reading Ease

  • 0-100 scale
  • Higher = easier to read

Grade Level Estimate

  • US grade level equivalent
  • Based on sentence/word complexity

Output Format

TEXT STATISTICS REPORT
=====================

Basic Metrics:
- Word Count: X (Y unique)
- Character Count: X (Y without spaces)
- Reading Time: X-Y minutes

Complexity:
- Avg Sentence Length: X words
- Long Words (7+ chars): X%
- Vocabulary Richness: X%

Readability:
- Flesch Score: X/100 (Level)
- Grade Level: X

Interpretation:
[Brief assessment of text complexity and audience appropriateness]

Examples

See references/examples.md for analyzed samples.

Integration

Standalone skill. Useful before:

  • Prose Polish (get baseline metrics)
  • Content generation (target metrics)

Expand your agent's capabilities with these related and highly-rated skills.

leegonzales/AISkills

context-continuity

High-fidelity context transfer protocol for moving conversations between AI agents. Preserves decision tempo, open loops, and critical context with graceful degradation. Use when the user says "transfer," "handoff," "continue this in another chat," or needs to work around context window limits. Produces structured artifacts (Minimal ~200 words, Full ~1000 words). DO NOT trigger on simple "summarize our conversation" requests—only when transfer intent is explicit.

25 5
Explore
leegonzales/AISkills

codex-peer-review

25 5
Explore
leegonzales/AISkills

silicon-doppelganger

Build psychometrically accurate personal proxy agents for the PAIRL Conductor system. Extracts personality, decision heuristics, and values into portable schemas that enable AI agents to negotiate, filter, and act on a principal's behalf.

25 5
Explore
leegonzales/AISkills

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements. Dispatches three independent reviewers in parallel.

25 5
Explore
leegonzales/AISkills

fabric-patterns

Run danielmiessler/fabric CLI patterns for content analysis, extraction, summarization, writing, security analysis, and more. Use when user asks to "use fabric," "run a pattern," "extract wisdom," "summarize with fabric," or when piping content through AI patterns would be more effective than inline processing. Triggers include "fabric," "pattern," "extract wisdom," "summarize this article," "analyze this threat report," or any reference to a specific fabric pattern name.

25 5
Explore
leegonzales/AISkills

moltbook-enclave

Secure, air-gapped interface for Moltbook (social network for AI agents). Isolates untrusted external content from your main agent's memory and context.

25 5
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results