Text Stats
v1.0.0Analyze text files for word count, character count, line count, sentence count, reading time, speaking time, readability scores (Flesch Reading Ease, Flesch-...
⭐ 0· 105·0 current·0 all-time
byJohn Wang@johnnywang2001
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (text statistics, readability, reading/speaking time) match the provided SKILL.md and the included Python script. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md instructs running the bundled script on files or stdin and describes output flags; the runtime instructions and code operate only on supplied text and produce local output. The instructions do not request reading unrelated system files or sending data to external endpoints.
Install Mechanism
No install spec; the skill is instruction-only with an included script. Nothing is downloaded or installed from remote URLs and the script uses only the Python standard library.
Credentials
No environment variables, credentials, or config paths are required. The script reads only files you pass or stdin, which is proportionate to its stated purpose; be aware that any file you provide will be read and processed locally.
Persistence & Privilege
The skill is not declared as always:true and does not attempt to modify agent/system configuration. Autonomous invocation is allowed by default but there are no privileged actions requested by the skill.
Assessment
This skill appears safe and does what it claims: it analyzes text locally with a small Python script and has no network calls or credential access. Before installing/run: (1) review the included script (it's short and uses only the stdlib); (2) only supply files you are comfortable having processed locally (the script will read file contents); (3) if you obtained this skill from an unknown source and need stronger assurance, run it in a sandbox or compare the code to a trusted repository; and (4) note the syllable heuristics and sentence splitting are English-optimized and approximate.Like a lobster shell, security has layers — review code before you run it.
latestvk9786q9937kpaxe2cybtdxfzfh838981
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
