← Back to Skills Marketplace
101
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install markdown-to-docx-converter
Description
Converts uploaded Markdown (.md) files to formatted Word documents via md2word.com, supporting LaTeX and Mermaid rendering.
Usage Guidance
This skill appears to do what it says: it uploads the provided .md file to md2word.com and returns a .docx. Before installing or using it, consider:
- Privacy: your Markdown (which may contain secrets or PII) will be uploaded to a third-party site (md2word.com). Do not use it for sensitive content unless you trust that site and its policy.
- Trust and availability: the code hardcodes md2word.com endpoints and a short sleep for processing — conversions may fail if the site changes its API/paths.
- Local alternatives: if you need to keep documents local, use local tools (pandoc, python-docx-based converters) instead of uploading to an external service.
- Dependencies & runtime: the skill needs Python with requests and BeautifulSoup installed to run the included script.
If you are comfortable with those trade-offs, the skill is internally coherent; if not, avoid using it for sensitive documents or prefer a local converter.
Capability Analysis
Type: OpenClaw Skill
Name: markdown-to-docx-converter
Version: 1.0.2
The skill functions by uploading user-provided Markdown files to a third-party website (https://md2word.com/en) for conversion, as implemented in scripts/convert_md_to_word.py. While this behavior is consistent with the stated purpose in SKILL.md, it involves the exfiltration of potentially sensitive user data to an external service. No evidence of intentional malice, such as credential theft or unauthorized system access, was found, but the reliance on a remote third-party endpoint for data processing poses a significant privacy risk.
Capability Assessment
Purpose & Capability
Name/description say it uploads Markdown to md2word.com and returns a Word file. The included Python script and SKILL.md both implement exactly that (HTTP session, POST file to md2word.com, GET export). Declared dependencies (requests, beautifulsoup4) are plausible for the task.
Instruction Scope
SKILL.md explicitly instructs uploading the user's .md to https://md2word.com/en and downloading the converted .docx. That is within the stated purpose, but it means user content is sent to a third-party site — a privacy/security consideration that callers must be aware of. The SKILL.md does not instruct reading other files or secrets.
Install Mechanism
There is no install spec (instruction-only delivery) and only small source files plus a requirements.txt are included. No external URLs, binary downloads, or extract steps are used. This is low install risk; however, the runtime will need Python and the listed pip packages available to execute the script.
Credentials
The skill requests no environment variables, credentials, or config paths. The network access it requires (posting files to md2word.com) is proportional to the converter purpose, but it does imply sending potentially sensitive data to an external domain.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/configs. Autonomous invocation is allowed (platform default) — combine this with the fact it uploads user files when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install markdown-to-docx-converter - After installation, invoke the skill by name or use
/markdown-to-docx-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Removed selenium and webdriver-manager from dependencies.
- Now lists only requests and beautifulsoup4 as required dependencies.
v1.0.1
- Added an English-language description section to SKILL.md, including input/output formats, workflow, and dependencies.
- Kept the original Chinese documentation for bilingual support.
- No functional or code changes were made.
v1.0.0
Initial release: Convert Markdown files to Word documents via md2word.com.
- Automatically uploads .md files and returns .docx files to the user
- Uses requests, beautifulsoup4, selenium, and webdriver-manager for conversion process
- Simple workflow: receive, upload, convert, download, return
Metadata
Frequently Asked Questions
What is AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting)?
Converts uploaded Markdown (.md) files to formatted Word documents via md2word.com, supporting LaTeX and Mermaid rendering. It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting)?
Run "/install markdown-to-docx-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) free?
Yes, AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) support?
AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting)?
It is built and maintained by Tian-0818 (@tian-0818); the current version is v1.0.2.
More Skills