← 返回 Skills 市场
lmtea1981

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

作者 lmtea1981 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1190
总下载
1
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install word-cn-format
功能描述
提供Word文档中文格式标准化功能,统一标题、正文、图片和图表格式,确保符合中文排版规范。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install word-cn-format
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /word-cn-format 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
init
元数据
Slug word-cn-format
版本 1.0.0
许可证 MIT-0
累计安装 9
当前安装数 9
历史版本数 1
常见问题

中文word文档通用格式标准化 是什么?

提供Word文档中文格式标准化功能,统一标题、正文、图片和图表格式,确保符合中文排版规范。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1190 次。

如何安装 中文word文档通用格式标准化?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-cn-format」即可一键安装,无需额外配置。

中文word文档通用格式标准化 是免费的吗?

是的,中文word文档通用格式标准化 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

中文word文档通用格式标准化 支持哪些平台?

中文word文档通用格式标准化 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 中文word文档通用格式标准化?

由 lmtea1981(@lmtea1981)开发并维护,当前版本 v1.0.0。

💬 留言讨论