← 返回 Skills 市场
126
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install word-count
功能描述
Count 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.
安全使用建议
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).
功能分析
Type: OpenClaw Skill
Name: word-count
Version: 1.0.1
The skill is a straightforward implementation of a word count utility using the standard Linux 'wc' command. The shell script (run.sh) and instructions (SKILL.md) are well-structured, include basic error handling, and contain no indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & 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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-count - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-count触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update SKILL.md formatting
v1.0.0
- Initial release of the word-count skill.
- Counts words, lines, and characters in a specified file.
- Outputs a single summary line in the format: LINES WORDS CHARACTERS FILENAME.
- Uses the standard wc tool; requires file path as an argument.
- Returns an error message if the file is not found or another failure occurs.
元数据
常见问题
Word Count 是什么?
Count 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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Word Count?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-count」即可一键安装,无需额外配置。
Word Count 是免费的吗?
是的,Word Count 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Word Count 支持哪些平台?
Word Count 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Word Count?
由 목진왕(@jinwangmok)开发并维护,当前版本 v1.0.1。
推荐 Skills