z-md-to-word
Installation
SKILL.md
Markdown to Word
Use This For
- A local
.mdarticle needs to become a Word file. - The user says "转成doc", "转成 Word", "md 转 doc", "Markdown 转 Word", "导出 Word", or similar.
- The input is usually an Obsidian or WeChat article with YAML frontmatter and remote images.
Completion Standard
Finish only after all of these are true:
- The
.docxfile exists underoutput/doc/. - If the user asked for
.doc, a legacy.docfile also exists. - The document can be opened or rendered by LibreOffice.
- The extracted text includes representative beginning, middle, and ending content.
- Valid images are embedded; empty upload placeholders like
or![Uploading file...]()are skipped. - Markdown lists are readable as lists, even when the source omitted a blank line before
-.