md2docx

Converts Markdown files into Word documents via URL or file mode.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Yorick-Ryu/md2docx-skill --skill md2docx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md2docx
Source: https://github.com/Yorick-Ryu/md2docx-skill/tree/main/skills/md2docx
Command: npx skills add https://github.com/Yorick-Ryu/md2docx-skill --skill md2docx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Converts Markdown text into professionally formatted Word (DOCX) documents, eliminating manual formatting tasks and speeding up documentation workflows.

Core Features & Use Cases

  • Two Modes: URL mode for cloud environments and File mode for local use.

  • Template & Language Options: Supports multiple templates and language settings to match your document style.

  • API Key Flexibility: Configurable keys via environment variable, Skill variable, or a trial key for quick testing.

  • Use Case: A developer updates a README and wants a ready-to-distribute DOCX document for sharing with a non-technical audience.

Quick Start

Run the conversion script on a Markdown file to generate a DOCX using either URL or file mode.

Frequently Asked Questions about md2docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown to a Word DOCX file?

The md2docx Skill converts Markdown to DOCX by running a script in either URL mode for cloud downloads or file mode for local outputs. It applies your selected template and language settings to generate a formatted Word document.

Does Markdown to Word conversion work in cloud environments?

Yes, Markdown to Word conversion supports cloud environments through URL mode (--url), which fetches files via a download URL. This allows remote teams to generate DOCX files without requiring local file storage.

Can I use multiple templates when converting Markdown to DOCX?

Yes, the conversion supports multiple templates and language options to customize your Word document's formatting. You can select these settings to match the visual style of your README, notes, or technical specs.

How do I configure API keys for Markdown to DOCX conversion?

You can configure API keys for conversion using an environment variable, a Skill variable, or a built-in trial key for quick testing. This flexibility ensures secure access and robust error handling during the DOCX generation process.

What is the best way to export technical README files to shareable Word documents?

The best way to export technical README files to shareable Word documents is using a Markdown to DOCX conversion tool. It eliminates manual formatting tasks and produces ready-to-distribute DOCX files suitable for non-technical audiences.

Why does Markdown to Word conversion fail without a local file?

Markdown to Word conversion fails without a local file if URL mode (--url) is not properly configured with a valid download link. The script requires either direct file input or a accessible URL to execute the DOCX generation successfully.