← Back to Skills Marketplace
215
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install md-2-word
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install md-2-word - After installation, invoke the skill by name or use
/md-2-word - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
修复表格分隔行处理bug,解决表头丢失问题
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 215 downloads so far.
How do I install Markdown to Word Converter?
Run "/install md-2-word" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown to Word Converter free?
Yes, Markdown to Word Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Markdown to Word Converter support?
Markdown to Word Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown to Word Converter?
It is built and maintained by frankxpj (@frankxpj); the current version is v1.1.0.
More Skills