← Back to Skills Marketplace
213
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install md-to-docx
Description
Convert Markdown files to formatted Word (.docx) documents with automatic template style detection. Use this skill whenever the user mentions converting Mark...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install md-to-docx - After installation, invoke the skill by name or use
/md-to-docx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Markdown to Word conversion with template auto-detection and Mermaid rendering
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 213 downloads so far.
How do I install Markdown to Word (.docx) Converter?
Run "/install md-to-docx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown to Word (.docx) Converter free?
Yes, Markdown to Word (.docx) Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Markdown to Word (.docx) Converter support?
Markdown to Word (.docx) Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown to Word (.docx) Converter?
It is built and maintained by KrabWW (@krabww); the current version is v1.0.0.
More Skills