← Back to Skills Marketplace
76
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install word-counter
Description
A comprehensive text analysis tool that counts words, characters, sentences, and paragraphs. Calculates reading time, speaking time, reading level (Flesch-Ki...
Usage Guidance
This skill appears coherent and low-risk: it runs a local Python script to analyze text and requests no secrets or network access. Before using, review the full script (the sent file was truncated near the end) if you plan to run it in sensitive environments, and avoid passing highly sensitive text unless you trust the runtime environment—the skill will read any file path or stdin you supply but does not appear to transmit data externally. If you want extra assurance, run the script in an isolated environment or inspect the remainder of the file to confirm it only prints results and does not perform unexpected I/O.
Capability Analysis
Type: OpenClaw Skill
Name: word-counter
Version: 1.0.0
The word-counter skill is a standard text analysis tool that functions exactly as described. The primary script, scripts/word_counter.py, uses standard Python libraries to perform calculations for word counts, readability scores, and keyword density without any network activity, shell execution, or unauthorized file access. No evidence of prompt injection, data exfiltration, or malicious intent was found in the code or documentation.
Capability Assessment
Purpose & Capability
Name/description (text analysis) match the provided SKILL.md and the Python script. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to call the included Python script or its analyze_text function; the script only reads text from an argument, a file path you provide, or stdin. It does not reference unrelated system paths, environment variables, or external endpoints.
Install Mechanism
No install spec. The skill is instruction + a local Python script; nothing is downloaded or written during install. This is low-risk and proportionate for the stated purpose.
Credentials
No environment variables, credentials, or config paths are required. The script accepts a user-supplied file path or stdin which is appropriate for a text analysis tool.
Persistence & Privilege
Skill is not set to always:true and does not modify other skills or system settings. It can be invoked by the agent (normal default) but has no elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word-counter - After installation, invoke the skill by name or use
/word-counter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Word Counter skill.
- Provides word, character, sentence, and paragraph counts.
- Estimates reading and speaking time.
- Calculates Flesch-Kincaid reading level.
- Analyzes keyword density for SEO.
- Includes reference formulas and usage examples.
Metadata
Frequently Asked Questions
What is Word Counter?
A comprehensive text analysis tool that counts words, characters, sentences, and paragraphs. Calculates reading time, speaking time, reading level (Flesch-Ki... It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.
How do I install Word Counter?
Run "/install word-counter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word Counter free?
Yes, Word Counter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Word Counter support?
Word Counter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Word Counter?
It is built and maintained by OpenLark (@openlark); the current version is v1.0.0.
More Skills