← 返回 Skills 市场
Text Stats
作者
Shihao Jiang (Zac)
· GitHub ↗
· v1.0.0
400
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install text-stats
功能描述
Analyze text documents for word count, reading time, readability scores (Flesch-Kincaid, Gunning Fog), keyword density, and sentence statistics. Supports mul...
安全使用建议
This skill runs the included Python script locally against whatever file you tell it to analyze; it does not contact external services or require credentials. Before installing or invoking, review the script if you have sensitive files — the tool will read any file path you provide. No network exfiltration or hidden behavior was detected, and the implementation uses only the Python standard library.
功能分析
Type: OpenClaw Skill
Name: text-stats
Version: 1.0.0
The text-stats skill is a standard utility for analyzing document statistics such as word count, readability scores, and keyword density. The Python script (scripts/text_stats.py) uses only the standard library, performs safe file reading, and contains no network calls, obfuscation, or suspicious execution logic. The instructions in SKILL.md are consistent with the code's functionality and do not contain any prompt-injection attempts.
能力评估
Purpose & Capability
The name/description (text analysis, readability, keyword density, CJK support) align with the included script and SKILL.md usage examples. The script implements the advertised features and does not request unrelated capabilities or credentials.
Instruction Scope
Runtime instructions tell the agent to execute the bundled Python script against a file path provided by the user. The script reads whatever file path is supplied (expected for a text-analyzing tool). It does not access environment variables, network endpoints, or other system config. Users should be aware that, if given a path to a sensitive file, the tool will read it — this is expected behavior but worth noting.
Install Mechanism
There is no install spec; the skill is instruction-driven and invokes an included Python script. The SKILL.md and code both claim zero dependencies and the script uses only the Python standard library.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not attempt to read environment variables or external credentials.
Persistence & Privilege
always is false and the skill does not modify agent/system configuration or persist credentials. It runs only when invoked and does not escalate privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install text-stats - 安装完成后,直接呼叫该 Skill 的名称或使用
/text-stats触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of text-stats.
- Analyze text files for word, character, sentence, and paragraph counts
- Calculate reading time and readability scores (Flesch-Kincaid, Gunning Fog, Flesch Reading Ease)
- Extract keyword frequency and density
- Supports multilingual analysis, including CJK character counting
- Runs with zero dependencies (Python standard library only)
元数据
常见问题
Text Stats 是什么?
Analyze text documents for word count, reading time, readability scores (Flesch-Kincaid, Gunning Fog), keyword density, and sentence statistics. Supports mul... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 400 次。
如何安装 Text Stats?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install text-stats」即可一键安装,无需额外配置。
Text Stats 是免费的吗?
是的,Text Stats 完全免费(开源免费),可自由下载、安装和使用。
Text Stats 支持哪些平台?
Text Stats 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Text Stats?
由 Shihao Jiang (Zac)(@zacjiang)开发并维护,当前版本 v1.0.0。
推荐 Skills