← 返回 Skills 市场
215
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install md-2-word
功能描述
Convert Markdown files to formatted Word documents (.docx). Use when the user asks to convert, export, or save a Markdown file as Word/DOCX format. Triggers...
安全使用建议
This skill appears coherent and limited to converting a Markdown file into a .docx using the included Python script. Before running: (1) review the script yourself (it is included) and confirm you trust it; (2) install python-docx in a controlled environment (pip install python-docx); (3) only provide file paths you intend the tool to read — the script will read the input path you pass and write the output file; and (4) if you handle sensitive files, run the conversion in a sandbox or on a machine you control. There are no network calls or credential requests in the code, so there is low risk of exfiltration from the script as provided.
功能分析
Type: OpenClaw Skill
Name: md-2-word
Version: 1.1.0
The skill is a legitimate utility for converting Markdown files to Word documents (.docx). The Python script (scripts/md_to_word.py) uses the standard python-docx library to parse Markdown elements like headers, tables, and lists into a formatted document, with no evidence of malicious execution, data exfiltration, or suspicious network activity. The instructions in SKILL.md are clearly aligned with the tool's purpose and do not contain any prompt-injection attempts.
能力评估
Purpose & Capability
Name/description promise (Markdown → Word) aligns with the included script and SKILL.md. The Python script implements Markdown parsing and formatting into a .docx using python-docx; nothing requires extra services or credentials.
Instruction Scope
SKILL.md instructs the agent to run the provided script on a user-specified file, confirm output, and install python-docx if missing. The script reads only the input markdown file and writes the output .docx; it does not access other paths, environment variables, or remote endpoints.
Install Mechanism
No install spec is provided (instruction-only). SKILL.md suggests installing python-docx via pip, which is appropriate and expected for this task. No downloads from unknown URLs or archive extraction are present.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The minimal dependency (python-docx) is directly relevant to generating .docx files.
Persistence & Privilege
Skill is not forced-always, is user-invocable, and does not attempt to modify other skills or system-wide configuration. It simply runs a script that reads an input file and writes an output file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-2-word - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-2-word触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
修复表格分隔行处理bug,解决表头丢失问题
v1.0.0
Initial release
元数据
常见问题
Markdown to Word Converter 是什么?
Convert Markdown files to formatted Word documents (.docx). Use when the user asks to convert, export, or save a Markdown file as Word/DOCX format. Triggers... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。
如何安装 Markdown to Word Converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-2-word」即可一键安装,无需额外配置。
Markdown to Word Converter 是免费的吗?
是的,Markdown to Word Converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Markdown to Word Converter 支持哪些平台?
Markdown to Word Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markdown to Word Converter?
由 frankxpj(@frankxpj)开发并维护,当前版本 v1.1.0。
推荐 Skills