スキル一覧に戻る
leegonzales

text-statistics

by leegonzales

Skills to pay the AI bills

14🍴 5📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: text-statistics description: 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.

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)

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です