← 返回 Skills 市场
cat-xierluo

Markdown to Word

作者 xierluo · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
205
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install md2word
功能描述
Markdown转Word文档技能。将Markdown文档转换为符合中文排版标准的专业格式Word文档,支持多种预设格式。适用于正式文档、论文、报告等需要规范排版的文档转换。
安全使用建议
This skill appears to do what it says: convert Markdown to Word with configurable presets. Points to consider before installing/using: 1) If your Markdown contains external image URLs, the tool will fetch those (standard behavior) — that causes outbound HTTP requests and may reveal your IP to remote hosts; avoid converting untrusted documents or run in a network-restricted environment if that matters. 2) Mermaid chart rendering invokes an external mmdc binary (npm @mermaid-js/mermaid-cli) via subprocess; running untrusted binaries or rendering untrusted Mermaid input can run arbitrary code in the binary's environment — the script falls back to text if local mmdc is not found. 3) The code writes temporary files into the skill directory; run the tool in an isolated or disposable workspace if you process sensitive data. 4) If you want extra assurance, review scripts/md2word.py and any omitted files for the image download function and confirm there are no unexpected network endpoints or hidden telemetry. Otherwise the skill's requirements and behavior are proportionate to its purpose.
功能分析
Type: OpenClaw Skill Name: md2word Version: 1.0.1 The md2word skill bundle is a legitimate utility for converting Markdown files into professionally formatted Word documents. The code is well-structured and its behavior aligns strictly with its stated purpose, supporting features like Mermaid diagram rendering via subprocess calls to 'mmdc' and external image embedding via 'urllib'. While it possesses capabilities for network access and local command execution, these are implemented using safe practices (e.g., list-based subprocess arguments) and are necessary for the tool's functionality. No evidence of malicious intent, data exfiltration, or prompt injection was found across the scripts (md2word.py, chart_handler.py) or documentation.
能力评估
Purpose & Capability
The name/description (Markdown→Word, Chinese typography presets) match the delivered files: a CLI entrypoint (scripts/md2word.py), configuration/presets, template extraction, image/table/chart handlers and documentation. Declared Python and optional mermaid-cli dependencies are appropriate for the stated functionality.
Instruction Scope
SKILL.md instructs running the provided Python scripts and optionally mermaid-cli. The codebase includes image downloading support (per CHANGELOG) and chart rendering that invokes a local mmdc subprocess if available. Those behaviors are expected for embedding external images and rendering Mermaid charts, but they imply network requests for external image URLs and execution of an external binary (mmdc). No instructions ask the agent to read unrelated system credentials or exfiltrate data.
Install Mechanism
No install spec is present (instruction-only skill) and dependencies are typical (pip packages and optional npm mermaid-cli). No archive downloads from arbitrary URLs or unusual install locations are present in the metadata.
Credentials
The skill requests no credentials or config paths. The only environment influence observed is an optional MMDCCMD environment variable used to override the mmdc binary path for Mermaid rendering — appropriate and limited in scope.
Persistence & Privilege
always is false and the skill does not request permanent/system-wide changes. The scripts create temporary files in the skill directory when rendering charts and write output .docx files as expected; there is no evidence of modifying other skills or agent-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install md2word
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /md2word 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
支持外部URL图片下载嵌入,调整图片显示比例
v1.0.0
Markdown转Word文档技能
元数据
Slug md2word
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Markdown to Word 是什么?

Markdown转Word文档技能。将Markdown文档转换为符合中文排版标准的专业格式Word文档,支持多种预设格式。适用于正式文档、论文、报告等需要规范排版的文档转换。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。

如何安装 Markdown to Word?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install md2word」即可一键安装,无需额外配置。

Markdown to Word 是免费的吗?

是的,Markdown to Word 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Markdown to Word 支持哪些平台?

Markdown to Word 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Markdown to Word?

由 xierluo(@cat-xierluo)开发并维护,当前版本 v1.0.1。

💬 留言讨论