Markdown转Word(支持中文)

v1.0.0

将 Markdown 文档转换为 Word 文档,专为中文文档设计。支持完整的 Markdown 语法,字体统一使用仿宋。适用于周报、日报、报告等中文办公文档的转换。

3· 734·4 current·4 all-time
byrongyu@andyrong
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 (Markdown→Word for Chinese, using 仿宋) align with the included script and examples. The single Python script implements the conversion and the SKILL.md shows how to run it; no unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs installing python-docx and running the script on an input file to produce an output file. The instructions only reference the input/output files and the tool itself; they do not request reading other system files, environment variables, or sending data externally.
Install Mechanism
There is no install spec for the skill bundle. SKILL.md recommends pip3 install python-docx which is appropriate and proportional. No downloads from unknown URLs or archive extraction are present.
Credentials
The skill requires no environment variables, credentials, or config paths. The script only reads the provided input file and writes the output .docx — no secrets or unrelated environment access.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or attempt to modify other skills or agent configuration.
Assessment
The bundle is self-contained and the Python source is readable and benign: it parses a Markdown file and writes a .docx locally using python-docx. Before installing, note that (1) source/homepage are unknown — you have the script here to inspect, which is good practice; (2) install python-docx in a virtual environment (venv) to avoid affecting system packages; (3) the script performs basic, manual Markdown parsing (not a full CommonMark implementation), so validate output on representative files; (4) ensure the target machine has the desired Chinese font (仿宋) or Word will substitute a fallback. No credentials or network access are requested by the skill.

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

latestvk97avvwaz54f7sde8afwsvz4w182vcny

License

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

Comments