What problem does it solve?
Word .docx files are zipped XML bundles that cannot be reliably read as plain text, making it hard to analyze, summarize, search, or extract data from them. This Skill converts .docx documents into clean Markdown so their contents can be accurately processed.
Core Features & Use Cases
- Single-file conversion: Convert one .docx file into a self-contained folder containing a Markdown file and an img/ directory of extracted embedded images.
- Batch and recursive conversion: Process an entire folder of Word documents, optionally descending into subfolders, with per-document output folders.
- Image extraction: Pull real image files out of the .docx package and rewrite Markdown image references to relative paths, replacing MarkItDown's truncated base64 placeholders.
- Use Case: A user shares a folder of contracts and reports in .docx format and asks for a summary of each; the Skill converts every document to Markdown first so the content can be read and analyzed accurately.
Quick Start
Convert the attached report.docx to Markdown by running the bundled conversion script, then read the generated Markdown file to summarize its contents.