← 返回 Skills 市场
229
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install word-chinese-automation
功能描述
中文 Word 文档自动化校对工具。当用户需要对中文文本或 Word 文档进行标点符号检查、语法检查、错别字检查时使用此 skill。触发词:语法检查、错别字、标点符号、校对、检查文档。
安全使用建议
This skill appears to do exactly what it claims: local proofreading and report generation for Chinese Word documents. Before installing or running: 1) Review the included scripts yourself (they are small and readable). 2) Ensure you have Python and the python-docx package installed (the code will prompt to install it otherwise). 3) Backup any documents before running apply_corrections.py — the 'text replacement' mode performs global replacements and can change unintended occurrences. 4) Because the package comes from an unknown source, consider running the scripts in an isolated environment (container/VM) the first time you use them. If you need assurance of no network activity, run the scripts offline; the code contains no network or credential access.
功能分析
Type: OpenClaw Skill
Name: word-chinese-automation
Version: 1.0.0
The skill bundle is a legitimate Chinese Word document proofreading tool. It utilizes Python scripts (split_sentences.py, generate_report.py, and apply_corrections.py) and the standard python-docx library to automate punctuation, typo, and grammar checks. The code logic is transparent, lacks any network activity or shell execution, and the instructions in SKILL.md are strictly task-oriented without any evidence of malicious prompt injection or data exfiltration.
能力评估
Purpose & Capability
Name/description (Word 中文校对) align with the included scripts: split_sentences.py, generate_report.py, apply_corrections.py and reference tables. One minor inconsistency: the registry metadata lists this as instruction-only (no install spec / no required binaries), yet the bundle includes Python scripts that require the python-docx package; that dependency is not declared in the skill metadata.
Instruction Scope
SKILL.md instructions remain inside the proofreading scope: split into sentences, check punctuation/typos/grammar for every sentence, produce a corrections.json, generate report, and apply corrections. The instructions do not ask for unrelated files, environment variables, network calls, or secret exfiltration. They do mandate strict output formatting and that every sentence be checked.
Install Mechanism
There is no install spec (lowest install risk). However, the included scripts require python-docx (they exit with a message suggesting 'pip install python-docx' if missing). The skill does not declare this runtime dependency in its metadata, which is an omission to be aware of.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The scripts operate on local files only and do not reference or require access to external secrets.
Persistence & Privilege
The skill is not force-installed (always: false) and does not request persistent platform-level privileges or modify other skills' configs. It runs local scripts and produces files in the document's directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-chinese-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-chinese-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Word-Chinese-Automation v1.0.0
- 新增中文 Word 文档自动化校对功能,支持标点符号、语法和错别字检测。
- 明确了逐句检查流程及输出 corrections.json 的统一格式。
- 完善脚本工具链(split_sentences.py、generate_report.py、apply_corrections.py)。
- 提供标准的校对报告输出模板和详细的问题分类。
- 明确约束:不改动内容和风格,不处理专业术语,所有句子必须检查。
元数据
常见问题
word-chinese-automation 是什么?
中文 Word 文档自动化校对工具。当用户需要对中文文本或 Word 文档进行标点符号检查、语法检查、错别字检查时使用此 skill。触发词:语法检查、错别字、标点符号、校对、检查文档。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 229 次。
如何安装 word-chinese-automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-chinese-automation」即可一键安装,无需额外配置。
word-chinese-automation 是免费的吗?
是的,word-chinese-automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
word-chinese-automation 支持哪些平台?
word-chinese-automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 word-chinese-automation?
由 bbxiudeyi(@bbxiudeyi)开发并维护,当前版本 v1.0.0。
推荐 Skills