docx-toolkit
Installation
SKILL.md
DOCX Toolkit
Create and edit Word documents with python-docx
(MIT licensed).
When to Use
- Generate a
.docxreport, letter, memo, or template. - Edit an existing Word document (add/replace content, tables, images).
- Extract text or tables from a
.docx.
To convert a
.docxto Markdown for analysis, usemarkitdown-converter. Use this skill to author or edit Word files.
Setup
pip install python-docx