Word Count
v1.0.1Count words, lines, and characters in a file. Outputs a single summary line. Use when the user wants to know how long a file is or count words in a document.
⭐ 0· 55·1 current·1 all-time
by목진왕@jinwangmok
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, and runtime needs align: the skill is a simple wrapper around the system 'wc' command and explicitly requires 'wc'. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md states "Outputs a single summary line" and shows the raw 'wc' single-line format, but the provided run.sh prints a multi-line, labeled summary (FILE/LINES/WORDS/BYTES/STATUS). This is a documentation/instruction mismatch but does not indicate malicious behavior. The instructions otherwise only operate on the provided file path and standard wc invocations.
Install Mechanism
No install spec; the skill is instruction-only plus a small run.sh script. Nothing is downloaded or written to disk beyond the included files. Risk from installation is low.
Credentials
No environment variables, credentials, or external service access are requested. The single required binary ('wc') is appropriate and sufficient for the stated purpose.
Persistence & Privilege
Skill does not request always:true or modify agent/system settings. It is user-invocable and can run autonomously per platform defaults, which is normal for skills.
Assessment
This skill is a simple, local word/line/byte counter that calls the system 'wc' command. It does not request credentials or network access and the run.sh is short and readable — review it if you want to confirm. Note the small documentation mismatch: SKILL.md claims a single summary line but run.sh prints multiple labeled lines (FILE/LINES/WORDS/BYTES/STATUS). If you need the exact raw 'wc' one-line output, use 'wc <file>' directly or modify the script. Also ensure your environment has 'wc' (typical on Unix/Linux; may be missing on some Windows setups).Like a lobster shell, security has layers — review code before you run it.
latestvk97cnjypnszc7xnjm7gh5rwm9x83sm2v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔢 Clawdis
Binswc
