Government Word Format Standardizer
v1.0.0Convert uploaded Word documents (.docx) into the fixed Chinese official-document format defined by the bundled government-style template bundle. Use when Cod...
⭐ 0· 386·3 current·3 all-time
byNighmat@nighmat1220
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
formatvk97194s6rkbjpfh4t4a9q669t582p2mmlatestvk97194s6rkbjpfh4t4a9q669t582p2mmstandardvk97194s6rkbjpfh4t4a9q669t582p2mmwordvk97194s6rkbjpfh4t4a9q669t582p2mm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
