← 返回 Skills 市场
Quality Checker
作者
yuzhihui886
· GitHub ↗
· v1.0.2
· MIT-0
115
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install quality-checker
功能描述
章节质量检测器 - 检测章节正文的质量问题并生成评分报告。当需要评估章节质量、发现问题时使用,支持字数/段落/对话/标点/重复用词检测。
安全使用建议
This skill appears to do exactly what it says: analyze local chapter files and generate a report. Before installing/run:
- Only run the script on files you trust (it will read any filepath you pass).
- Install dependencies in a virtual environment (pip install -r scripts/requirements.txt) to avoid contaminating your system Python.
- Review configs/configs/quality_config.yml to adjust thresholds to your needs.
- Note minor detection limitations (dialogue detection via quotes and Chinese word heuristics may produce false positives).
Overall this is coherent and low-risk, but treat code from unknown sources cautiously (run in an isolated environment if you have concerns).
功能分析
Type: OpenClaw Skill
Name: quality-checker
Version: 1.0.2
The quality-checker skill is a legitimate tool for analyzing the writing quality of Markdown chapters. The Python script (scripts/check_quality.py) performs local text analysis using regular expressions to calculate word counts, paragraph lengths, and dialogue ratios without any network activity, shell execution, or unauthorized file access. All behaviors align perfectly with the documentation in SKILL.md.
能力评估
Purpose & Capability
Name/description (chapter quality checker) match the included script and config. The files implement local text analysis (word counts, paragraph lengths, dialogue ratio, punctuation, repeated words). Declared dependencies (rich, PyYAML) and the single included Python script are proportionate to the stated functionality.
Instruction Scope
SKILL.md instructs running the included Python script against local Markdown/TXT files and saving reports locally. The runtime instructions reference only local files and the included config; there are no directives to read unrelated system files, environment variables, or to send data externally. Integration examples call another (presumably related) novel-writer script, which is consistent with a writing toolchain.
Install Mechanism
There is no install spec; skill is instruction-only but includes a script and a requirements.txt. Dependencies are common PyPI packages (rich, PyYAML) installed via pip—this is a standard, low-risk approach. No downloads from unknown URLs or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not access environment variables or network endpoints; it only reads files whose paths are provided by the user and a local config file. Requested permissions are minimal and appropriate.
Persistence & Privilege
always is false (default), and the skill does not request persistent or elevated presence. It does not modify other skills or global agent settings. Behavior is limited to on-demand CLI execution.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quality-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/quality-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
修复平台反馈:1) 添加 PyYAML 到 requirements.txt 2) 支持 GBK 编码自动检测 3) 确认使用 yaml.safe_load 安全解析
v1.0.1
优化版本:添加配置文件支持 (configs/quality_config.yml),可自定义段落长度/对话比例/标点/重复词阈值
v1.0.0
初始版本:opencode 生成脚本 + Claude Code debug 修复,字数/段落/对话/标点/重复用词检测,质量评分 0-100 分
元数据
常见问题
Quality Checker 是什么?
章节质量检测器 - 检测章节正文的质量问题并生成评分报告。当需要评估章节质量、发现问题时使用,支持字数/段落/对话/标点/重复用词检测。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Quality Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quality-checker」即可一键安装,无需额外配置。
Quality Checker 是免费的吗?
是的,Quality Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Quality Checker 支持哪些平台?
Quality Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quality Checker?
由 yuzhihui886(@yuzhihui886)开发并维护,当前版本 v1.0.2。
推荐 Skills