← Back to Skills Marketplace
229
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install word-chinese-automation
Description
中文 Word 文档自动化校对工具。当用户需要对中文文本或 Word 文档进行标点符号检查、语法检查、错别字检查时使用此 skill。触发词:语法检查、错别字、标点符号、校对、检查文档。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word-chinese-automation - After installation, invoke the skill by name or use
/word-chinese-automation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Word-Chinese-Automation v1.0.0
- 新增中文 Word 文档自动化校对功能,支持标点符号、语法和错别字检测。
- 明确了逐句检查流程及输出 corrections.json 的统一格式。
- 完善脚本工具链(split_sentences.py、generate_report.py、apply_corrections.py)。
- 提供标准的校对报告输出模板和详细的问题分类。
- 明确约束:不改动内容和风格,不处理专业术语,所有句子必须检查。
Metadata
Frequently Asked Questions
What is word-chinese-automation?
中文 Word 文档自动化校对工具。当用户需要对中文文本或 Word 文档进行标点符号检查、语法检查、错别字检查时使用此 skill。触发词:语法检查、错别字、标点符号、校对、检查文档。 It is an AI Agent Skill for Claude Code / OpenClaw, with 229 downloads so far.
How do I install word-chinese-automation?
Run "/install word-chinese-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is word-chinese-automation free?
Yes, word-chinese-automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does word-chinese-automation support?
word-chinese-automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created word-chinese-automation?
It is built and maintained by bbxiudeyi (@bbxiudeyi); the current version is v1.0.0.
More Skills