Skills Plugins MCP Prompt Model 博客 我的中心

markdown-to-docx

Converts Markdown files (.md, .markdown) to DOCX using the markdown-docx npm package. Supports single and batch conversions, automatically generates output filenames, and creates Microsoft Word documents from Markdown content.

DeepseekModel Curated skill Quality Excellent · 78 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=vace-markdown-docx-skills-markdown-to-docx-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name markdown-to-docx description Converts Markdown files (.md, .markdown) to DOCX using the markdown-docx npm package. Supports single and batch conversions, automatically generates output filenames, and creates Microsoft Word documents from Markdown content. Markdown to DOCX Converter Overview Convert Markdown files to Microsoft Word DOCX format using the markdown-docx npm package. Supports single file and batch conversions with automatic output file naming. Quick Start Single file conversion: python scripts/convert_md_to_docx.py -i document.md This creates document.docx in the same directory. Batch conversion: python scripts/convert_md_to_docx.py -i file1.md file2.md file3.md Each file is converted to DOCX in its original location. Custom output location: python scripts/convert_md_to_docx.py -i document.md -o output/mydoc.docx Batch to specific directory: python scripts/convert_md_to_docx.py -i *.md -o output_docs/ Workflow When a user requests markdown to DOCX conversion: Identify input files - Confirm which markdown file(s) to convert Determine output naming - Use auto-naming unless user specifies custom names Run conversion - Execute the script with appropriate parameters Report results - Inform user of success and output file location(s) Common Use Cases Convert a single markdown file User: "Convert README.md to DOCX" python scripts/convert_md_to_docx.py -i README.md Convert all markdown files in current directory User: "Convert all my markdown files to Word documents" python scripts/convert_md_to_docx.py -i *.md Convert with custom output name User: "Convert notes.md to report.docx" python scripts/convert_md_to_docx.py -i notes.md -o report.docx Convert documentation set to a folder User: "Convert all docs to DOCX and put them in the exports folder" python scripts/convert_md_to_docx.py -i docs/*.md -o exports/ Script Details Location: scripts/convert_md_to_docx.py Features: Validates input files exist and are markdown format Auto-generates output filenames (input.md → input.docx) Supports custom output paths for single files Supports output directory for batch conversions Creates output directories if they don't exist Provides clear success/failure feedback Returns proper exit codes for automation Requirements: Python 3+ Node.js and npm (for npx) markdown-docx npm package (automatically fetched via npx) Error Handling The script handles common errors: Input file not found - Reports missing file path Invalid file type - Ensures input is .md or .markdown npx not available - Checks for Node.js/npm installation Conversion failure - Captures and reports markdown-docx errors Tips Auto-naming is preferred - The script automatically names output files, reducing friction Batch operations - When converting multiple files, the script shows a summary of successes and failures Path handling - Both absolute and relative paths work for input and output Glob patterns - Shell glob patterns (*.md) can be used for batch operations
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。