← 返回 Skills 市场
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install word-letter-frequency
功能描述
Count how many times each letter appears in a word or short phrase. Trigger when a user asks for per-letter frequencies, distributions, or statistics inside...
安全使用建议
This skill appears safe and coherent: it runs a local Python3 script that counts characters and does not contact external services or require credentials. Before installing, ensure you have python3 available if you want to use the CLI. If you plan to analyze long documents, note the skill is intended for single words/short phrases and the SKILL.md recommends escalating to a different workflow for large texts. As with any third-party code, you can review the small included script (scripts/count_letters.py) yourself to confirm there is no unexpected behavior.
功能分析
Type: OpenClaw Skill
Name: word-letter-frequency
Version: 1.0.0
The skill bundle is a straightforward utility for counting character frequencies in text. The Python script (scripts/count_letters.py) uses only standard libraries and lacks any network, file system, or execution-based risks. The instructions in SKILL.md are consistent with the code's functionality and do not contain any malicious prompt injection or hidden commands.
能力评估
Purpose & Capability
The name/description match the provided SKILL.md and the included Python script. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs running the included script or importing its function, describes CLI flags and expected output, and does not ask the agent to read unrelated files, access environment secrets, or send data externally.
Install Mechanism
No install spec is provided (instruction-only skill) and the shipped script is a tiny local Python utility. No downloads, third-party package installs, or archive extraction are performed.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to its simple text-analysis purpose.
Persistence & Privilege
There is no always:true flag, no system-wide modifications, and the skill does not attempt to alter other skills or agent configuration. Autonomous invocation is allowed by platform default but the skill itself has no elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-letter-frequency - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-letter-frequency触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the word-letter-frequency skill.
- Counts how many times each letter appears in a word or short phrase.
- Supports case sensitivity and inclusion of non-alphabetic characters through command-line flags.
- Provides results as formatted tables or JSON for easy use in responses or downstream processing.
- Includes detailed usage examples and guidance on handling special cases and clarifying output behavior.
元数据
常见问题
word-letter-frequency 是什么?
Count how many times each letter appears in a word or short phrase. Trigger when a user asks for per-letter frequencies, distributions, or statistics inside... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 word-letter-frequency?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-letter-frequency」即可一键安装,无需额外配置。
word-letter-frequency 是免费的吗?
是的,word-letter-frequency 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
word-letter-frequency 支持哪些平台?
word-letter-frequency 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 word-letter-frequency?
由 Simmus(@simmusjune)开发并维护,当前版本 v1.0.0。
推荐 Skills