← Back to Skills Marketplace
543
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install word-format
Description
Convert uploaded Word documents (.docx) into the fixed Chinese official-document format defined by the bundled government-style template bundle. Use when Cod...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word-format - After installation, invoke the skill by name or use
/word-format - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 543 downloads so far.
How do I install Government Word Format Standardizer?
Run "/install word-format" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Government Word Format Standardizer free?
Yes, Government Word Format Standardizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Government Word Format Standardizer support?
Government Word Format Standardizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Government Word Format Standardizer?
It is built and maintained by Nighmat (@nighmat1220); the current version is v1.0.0.
More Skills