official Document Template

v1.0.1

公文排版工具。将Markdown格式内容转换为符合GB/T 9704-2012标准的Word文档。当用户需要制作通知、请示、报告、批复、意见等公文时触发。

0· 776·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, templates, usage guide, and the included Python script all align: they implement Markdown→.docx conversion using python-docx and apply GB/T 9704-2012 formatting. No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md gives a single concrete execution step that runs the included script on a user-supplied input.md and writes an output.docx. The script only reads the specified input file and writes the output file; it does not access network, system credentials, or other config files. Minor note: the docs mention Pandoc and a reference template.docx (in the usage guide) — template.docx is not included and Pandoc is described as an alternative, but these are optional/clarifying rather than scope-creep.
Install Mechanism
No install spec is present (instruction-only). The only dependency noted is python-docx (pip). There are no remote download URLs or archive extraction steps in the skill bundle.
Credentials
The skill requests no environment variables, secrets, or config paths. The script uses local file I/O only, so requested privileges are minimal and proportional to converting documents.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not modify other skills or system-wide settings; it operates on files in the user workspace. No elevated or persistent privileges are requested.
Assessment
This skill appears coherent and low-risk, but before installing: (1) ensure you have python3 and install the dependency (pip install python-docx) in a virtualenv if preferred; (2) ensure the Chinese fonts referenced (仿宋, 黑体, 楷体, 方正小标宋) are available on your system or output may not match expectations; (3) note the usage expects you to run the included script on local files (it does not exfiltrate data), and template.docx referenced in docs is not included—if you rely on a reference template, provide one; (4) as a general precaution, review the script source yourself or run it in a sandbox if you have sensitive data.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ds9pyhhv0wzr7a16z1jh2x9837h2s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments