← Back to Skills Marketplace
903
Downloads
4
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install md2word-cn
Description
将 Markdown 文档转换为 Word 文档,专为中文文档设计。支持完整的 Markdown 语法,字体统一使用仿宋。适用于周报、日报、报告等中文办公文档的转换。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: md2word-cn
Version: 1.0.0
The skill bundle is a legitimate Markdown to Word converter specifically designed for Chinese documents using the 'FangSong' font. The Python script (scripts/md2word.py) uses the standard 'python-docx' library to parse Markdown syntax and generate Word documents without any evidence of network activity, data exfiltration, or malicious command execution.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install md2word-cn - After installation, invoke the skill by name or use
/md2word-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
支持中文Markdown转Word
Metadata
Frequently Asked Questions
What is Markdown转Word(支持中文)?
将 Markdown 文档转换为 Word 文档,专为中文文档设计。支持完整的 Markdown 语法,字体统一使用仿宋。适用于周报、日报、报告等中文办公文档的转换。 It is an AI Agent Skill for Claude Code / OpenClaw, with 903 downloads so far.
How do I install Markdown转Word(支持中文)?
Run "/install md2word-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown转Word(支持中文) free?
Yes, Markdown转Word(支持中文) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Markdown转Word(支持中文) support?
Markdown转Word(支持中文) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown转Word(支持中文)?
It is built and maintained by rongyu (@andyrong); the current version is v1.0.0.
More Skills