word-stats
Get word count, character count, reading time, and text statistics. Quick analysis without questions.
Best use case
word-stats is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Get word count, character count, reading time, and text statistics. Quick analysis without questions.
Get word count, character count, reading time, and text statistics. Quick analysis without questions.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "word-stats" skill to help with this workflow task. Context: Get word count, character count, reading time, and text statistics. Quick analysis without questions.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/word-stats/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How word-stats Compares
| Feature / Agent | word-stats | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Get word count, character count, reading time, and text statistics. Quick analysis without questions.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Word Statistics Provide quick, accurate statistics about the provided text. ## Input The user provides text in $ARGUMENTS. **Important:** If text is provided, immediately output stats. Don't ask clarifying questions - they want the numbers. ## Output Format ``` ## 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 | ``` ## Calculations - **Reading time**: words ÷ 238 (average adult reading speed) - **Speaking time**: words ÷ 150 (average speaking pace) - **Unique words**: distinct words ÷ total words × 100 ## Keep It Simple - Tables for metrics - No unnecessary prose - No recommendations unless asked - Just the numbers
Related Skills
douyin-search-keyword
抖音公开内容智能搜索,精准检索视频/图文/用户数据,支持多维度排序与时间筛选,输出结构化JSON/Markdown,助力短视频营销、竞品分析与热点追踪。
wordpress
Complete WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security hardening.
wordpress-woocommerce-development
WooCommerce store development workflow covering store setup, payment integration, shipping configuration, and customization.
wordpress-theme-development
WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.
wordpress-plugin-development
WordPress plugin development workflow covering plugin architecture, hooks, admin interfaces, REST API, and security best practices.
wordpress-penetration-testing
This skill should be used when the user asks to "pentest WordPress sites", "scan WordPress for vulnerabilities", "enumerate WordPress users, themes, or plugins", "exploit WordPress vulnerabilities", or "use WPScan". It provides comprehensive WordPress security assessment methodologies.
seo-keyword-strategist
Analyzes keyword usage in provided content, calculates density, suggests semantic variations and LSI keywords based on the topic. Prevents over-optimization. Use PROACTIVELY for content optimization.
statsmodels
Statistical modeling toolkit. OLS, GLM, logistic, ARIMA, time series, hypothesis tests, diagnostics, AIC/BIC, for rigorous statistical inference and econometric analysis.
wordpress-dev
WordPress development best practices - coding standards, custom post types, security, performance, hooks/filters, and template hierarchy. Use for any WordPress theme or plugin development guidance.
wordpress-admin
Full WordPress site management - create pages/posts, configure SEO (Yoast), upload media, manage settings. Use when creating content, setting up SEO, or managing any WordPress site.
1password-credential-lookup
This skill should be used when agents need to log into websites, retrieve passwords, or access credentials. CRITICAL - always use find_credential with the website URL, never guess item names.
wordpress-router
Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance, security, testing, release packaging).