← 返回 Skills 市场
903
总下载
4
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install md2word-cn
功能描述
将 Markdown 文档转换为 Word 文档,专为中文文档设计。支持完整的 Markdown 语法,字体统一使用仿宋。适用于周报、日报、报告等中文办公文档的转换。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md2word-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/md2word-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
支持中文Markdown转Word
元数据
常见问题
Markdown转Word(支持中文) 是什么?
将 Markdown 文档转换为 Word 文档,专为中文文档设计。支持完整的 Markdown 语法,字体统一使用仿宋。适用于周报、日报、报告等中文办公文档的转换。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 903 次。
如何安装 Markdown转Word(支持中文)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md2word-cn」即可一键安装,无需额外配置。
Markdown转Word(支持中文) 是免费的吗?
是的,Markdown转Word(支持中文) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Markdown转Word(支持中文) 支持哪些平台?
Markdown转Word(支持中文) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markdown转Word(支持中文)?
由 rongyu(@andyrong)开发并维护,当前版本 v1.0.0。
推荐 Skills