← 返回 Skills 市场
543
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install word-format
功能描述
Convert uploaded Word documents (.docx) into the fixed Chinese official-document format defined by the bundled government-style template bundle. Use when Cod...
安全使用建议
This skill is internally consistent and appears to run entirely locally with no network exfiltration. Before installing or running: (1) review and, if needed, run the included Python script in a safe/test environment (e.g., a VM) on representative documents; (2) note the script inspects installed fonts via the Windows registry and C:\Windows\Fonts (expected for its 'missing font' behavior); (3) verify it returns exit code 2 for missing fonts as documented; (4) avoid converting highly sensitive documents until you have tested its behavior and confirmed output correctness (complex layouts may need manual checks). If you plan to run on non-Windows hosts, test behavior first because font enumeration is Windows-specific and may cause the script to report missing fonts or behave differently.
功能分析
Type: OpenClaw Skill
Name: word-format
Version: 1.0.0
The skill bundle is designed to standardize Word documents into a specific Chinese official format. The core logic in scripts/convert_to_house_style.py uses standard XML processing and checks the Windows Registry for installed fonts to ensure formatting accuracy, which is consistent with its stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (convert .docx to a government-style template) matches the included artifacts: template bundle, formatting rules, and a converter script. The script's actions (parsing OOXML, applying style rules, checking fonts) are coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included Python script on a local .docx and return the output, and the script's code only reads the input .docx, the bundled template JSON, and (on Windows) the system font registry and C:\Windows\Fonts. There are no network calls, no reading of unrelated config/credentials, and no external endpoints referenced.
Install Mechanism
This is an instruction-only skill with no install spec; nothing is downloaded or written by an installer. The only runtime artifact is the included script, which will run from disk when invoked.
Credentials
The skill declares no required environment variables or credentials. The script enumerates installed fonts (via Windows registry and font directory) to check for required fonts — this is proportional to its font-failure guarantee and is the only sensitive local state it touches.
Persistence & Privilege
always:false and default autonomous invocation are used; the skill does not request persistent system-wide changes, nor does it modify other skills or agent configuration. It only operates on files provided to it.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-format - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-format触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Standardizes user-uploaded Word (.docx) files to a fixed Chinese official-document format.
- Applies government-style template to titles, body, headings, tables, and attachments.
- Checks for required fonts before conversion; displays a clear notice and halts if fonts are missing.
- Uses deterministic heuristics to assign paragraph styles.
- Advises manual review for documents with complex layouts after conversion.
元数据
常见问题
Government Word Format Standardizer 是什么?
Convert uploaded Word documents (.docx) into the fixed Chinese official-document format defined by the bundled government-style template bundle. Use when Cod... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 543 次。
如何安装 Government Word Format Standardizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-format」即可一键安装,无需额外配置。
Government Word Format Standardizer 是免费的吗?
是的,Government Word Format Standardizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Government Word Format Standardizer 支持哪些平台?
Government Word Format Standardizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Government Word Format Standardizer?
由 Nighmat(@nighmat1220)开发并维护,当前版本 v1.0.0。
推荐 Skills