← 返回 Skills 市场
76
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install word-counter
功能描述
A comprehensive text analysis tool that counts words, characters, sentences, and paragraphs. Calculates reading time, speaking time, reading level (Flesch-Ki...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-counter - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-counter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Word Counter 是什么?
A comprehensive text analysis tool that counts words, characters, sentences, and paragraphs. Calculates reading time, speaking time, reading level (Flesch-Ki... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 Word Counter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-counter」即可一键安装,无需额外配置。
Word Counter 是免费的吗?
是的,Word Counter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Word Counter 支持哪些平台?
Word Counter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Word Counter?
由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。
推荐 Skills