← 返回 Skills 市场
krabww

Markdown to Word (.docx) Converter

作者 KrabWW · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
213
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install md-to-docx
功能描述
Convert Markdown files to formatted Word (.docx) documents with automatic template style detection. Use this skill whenever the user mentions converting Mark...
安全使用建议
This skill appears to do what it says: convert Markdown to .docx using a bundled Python script and external tools. Before installing or running it, consider: 1) Review the full script locally (especially the truncated part) to confirm there are no unexpected network calls or file accesses beyond templates and the input file. 2) The SKILL will read files you point it at and search common template directories — do not point it at directories containing secrets. 3) It asks to install dependencies via pip/npm (the README and SKILL.md suggest running npm install -g @mermaid-js/mermaid-cli), which requires network access and may install global binaries; prefer installing into a virtualenv or installing mermaid-cli locally to avoid global side effects. 4) It invokes system binaries (Chrome/Chromium, textutil, libreoffice, mmdc) via subprocess — ensure those are trusted on your machine. 5) If you want extra safety, run conversions in a sandbox/container or on a machine without sensitive files. If you want, provide the remaining portion of the script for a deeper review of subprocess calls and any network activity.
功能分析
Type: OpenClaw Skill Name: md-to-docx Version: 1.0.0 The skill bundle is a legitimate utility for converting Markdown files to formatted Word (.docx) documents. The core logic in `scripts/md_to_docx.py` uses the `python-docx` library and integrates with external tools like `mermaid-cli` (via `mmdc`), `textutil`, and `LibreOffice` for diagram rendering and legacy format conversion. The script uses safe `subprocess.run` calls without shell execution, and the instructions in `SKILL.md` are strictly aligned with the stated purpose of managing dependencies and executing the conversion. No indicators of data exfiltration, persistence, or malicious prompt injection were found.
能力评估
Purpose & Capability
Name/description match the included script and instructions. Required tools (python-docx, mermaid-cli, Chrome/Chromium, LibreOffice/textutil) are appropriate for parsing Markdown, rendering Mermaid to PNG, and handling .doc/.docx templates. No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to identify user-specified input files and check common template locations (e.g., docs/, templates/) and to install dependencies with pip/npm if missing. These actions are necessary for conversion but do require the agent to read local files and potentially run package installs and external binaries. There are no instructions to transmit data to external endpoints in the provided content.
Install Mechanism
The skill is instruction-only (no install spec) but bundles a Python script. Dependencies are installed via pip and npm (global mermaid-cli). Using global npm/pip installs or relying on system Chrome/LibreOffice is expected here, but installing packages globally has side effects and requires network access and appropriate privileges.
Credentials
No environment variables, credentials, or config paths are required. The script inspects local filesystem paths for templates and browser binaries, which is coherent with its purpose.
Persistence & Privilege
Skill does not request always:true and does not declare persistent elevated privileges. It runs as a user-invocable skill and may be invoked autonomously (platform default), which is expected for an assistant skill of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install md-to-docx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /md-to-docx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Markdown to Word conversion with template auto-detection and Mermaid rendering
元数据
Slug md-to-docx
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Markdown to Word (.docx) Converter 是什么?

Convert Markdown files to formatted Word (.docx) documents with automatic template style detection. Use this skill whenever the user mentions converting Mark... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。

如何安装 Markdown to Word (.docx) Converter?

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

Markdown to Word (.docx) Converter 是免费的吗?

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

Markdown to Word (.docx) Converter 支持哪些平台?

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

谁开发了 Markdown to Word (.docx) Converter?

由 KrabWW(@krabww)开发并维护,当前版本 v1.0.0。

💬 留言讨论