An efficient text analysis tool for calculating readability scores, word counts, and keyword density with zero dependencies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install text-stats
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install text-stats using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Text Stats is a lightweight, zero-dependency Python utility designed for deep text document analysis. It empowers developers and content creators within the Openclaw Skills ecosystem to evaluate writing quality through metrics like Flesch-Kincaid Grade level and Gunning Fog Index. By providing detailed insights into sentence structure and paragraph length, it helps refine communication for specific target audiences.
Beyond basic metrics, this skill offers robust support for multi-language environments, including specialized CJK character counting where Chinese characters are treated as individual words. Whether you are performing SEO audits or improving technical documentation, Text Stats provides the raw data needed to optimize engagement and clarity.
To start using Text Stats within your Openclaw Skills environment, ensure you have Python 3 installed. No additional pip installations are required.
# Verify your Python installation
python3 --version
# Run a full analysis on your document
python3 scripts/text_stats.py analyze path/to/your/document.md
The skill processes text data and outputs statistics in a human-readable format. The metrics captured include:
| Metric | Description |
|---|---|
| Basic Counts | Words, Characters, Sentences, Paragraphs |
| Readability | Flesch-Kincaid Grade, Reading Ease, Gunning Fog |
| SEO Data | Keyword frequency, density percentage, top-N keywords |
| Time | Estimated reading time based on a 250 wpm average |
Loading
A lightweight, database-free tool for monitoring website uptime, detecting content changes, and matching specific text patterns.

A powerful automation tool for fetching, filtering, and summarizing RSS and Atom feeds into clean, actionable digests.

A lightweight Python-based tool to convert Markdown files into professional PDF documents with full CJK character support.

A lightweight tool to generate professional PDF invoices from natural language or structured data without external services.

NervePay provides AI agents with a verifiable cryptographic identity and automated analytics to track external API usage and build a professional reputation.

A cryptographic identity layer for AI agents to register DIDs and securely sign API requests with Ed25519.








































