Markdown To Docx
Helps with Markdown, Word documents as part of writing, documentation, and content creation workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add markdown-to-docx npx -- -y @trustedskills/markdown-to-docx
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"markdown-to-docx": {
"command": "npx",
"args": [
"-y",
"@trustedskills/markdown-to-docx"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill converts Markdown formatted text into a .docx (Microsoft Word) document. It allows users to easily transform notes, articles, or other written content from a simple markup language into a standard word processing format. The resulting .docx file can then be opened and edited in Microsoft Word or compatible applications.
When to use it
- You need to share formatted notes with someone who doesn't use Markdown.
- You’ve drafted an article in Markdown but want to export it for professional editing in a word processor.
- You are creating documentation that needs to be distributed as a .docx file.
- You have a large amount of text written in Markdown and need to convert it into a readily editable Word document.
Key capabilities
- Markdown to DOCX conversion
- Supports basic markdown syntax (not explicitly listed, assumed from function)
- Output is a standard
.docxfile
Example prompts
- "Convert this Markdown text to a .docx: [paste markdown content here]"
- “Please create a Word document (.docx) from the following Markdown:”
- "Export the provided Markdown as a DOCX file."
Tips & gotchas
The skill assumes basic Markdown syntax is used. Complex or unusual Markdown formatting may not be fully supported and could result in unexpected output.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.