下载技能包
最后更新
2026/3/28
安全扫描
OpenClaw
安全
high confidenceThe skill does what it claims — counts lines/words/bytes with the system wc tool — and its requirements are proportionate; the only issue is a minor mismatch in documentation about output format.
评估建议
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' (typ...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
No environment variables, credentials, or external service access are requested. The single required binary ('wc') is appropriate and sufficient for the stated purpose.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/28
Update SKILL.md formatting
● 无害
安装命令
点击复制官方npx clawhub@latest install word-count
镜像加速npx clawhub@latest install word-count --registry https://cn.longxiaskill.com镜像同步中