← Back to Skills Marketplace
lmtea1981

中文word文档通用格式标准化

by lmtea1981 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
1190
Downloads
1
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install word-cn-format
Description
提供Word文档中文格式标准化功能,统一标题、正文、图片和图表格式,确保符合中文排版规范。
Usage Guidance
This skill appears coherent and local: it formats a .docx you provide using python-docx. Before running: (1) back up original documents, (2) inspect scripts/format_word.py yourself if you can, (3) install python-docx from the official PyPI repository, and run the script in a controlled environment (or on non-sensitive files) the first time. Note the SKILL.md references a template file that isn't included — if your workflow depends on a template, confirm where it should come from. If you need higher assurance, run the script on a sample document to verify behavior and outputs before batch-processing important files.
Capability Analysis
Type: OpenClaw Skill Name: word-cn-format Version: 1.0.0 The skill bundle provides a legitimate utility for standardizing Word document formatting according to Chinese typography standards. The core script, `scripts/format_word.py`, uses the standard `python-docx` library to modify styles, fonts, and alignments as described in the documentation, with no evidence of malicious intent, data exfiltration, or unauthorized system operations.
Capability Assessment
Purpose & Capability
The name and description (Word中文格式标准化) match the included files: a formatting specification, usage guide, requirements.txt, and a Python script that uses python-docx to modify styles, paragraphs, images, and tables. Minor documentation inconsistency: SKILL.md shows an assets/template.docx in the sample tree, but that file is not present in the provided manifest; this is an implementation/documentation mismatch but not a security concern.
Instruction Scope
Runtime instructions are limited and explicit: install python-docx and run scripts/format_word.py on a user-supplied input file (and optional output path). The script only reads the specified input .docx and writes a .docx output; it does not read arbitrary system files, environment variables, or contact network endpoints. It operates on document paragraphs, runs, images, and tables only.
Install Mechanism
There is no automated install spec in the registry; the SKILL.md instructs the user to pip install -r scripts/requirements.txt which contains a single dependency (python-docx). This is a standard, low-risk installation method (PyPI package). No external downloads, URLs, or extracted archives are used by the skill itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The Python script only needs access to the input/output document paths provided by the user, which is proportionate to the stated purpose.
Persistence & Privilege
The skill is not marked always:true, is user-invocable, and does not modify other skills or global agent settings. It does not attempt to persist credentials or alter system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install word-cn-format
  3. After installation, invoke the skill by name or use /word-cn-format
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
init
Metadata
Slug word-cn-format
Version 1.0.0
License MIT-0
All-time Installs 9
Active Installs 9
Total Versions 1
Frequently Asked Questions

What is 中文word文档通用格式标准化?

提供Word文档中文格式标准化功能,统一标题、正文、图片和图表格式,确保符合中文排版规范。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1190 downloads so far.

How do I install 中文word文档通用格式标准化?

Run "/install word-cn-format" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 中文word文档通用格式标准化 free?

Yes, 中文word文档通用格式标准化 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 中文word文档通用格式标准化 support?

中文word文档通用格式标准化 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 中文word文档通用格式标准化?

It is built and maintained by lmtea1981 (@lmtea1981); the current version is v1.0.0.

💬 Comments