What problem does it solve?
This Skill helps you create, edit, and validate professional Word (.docx) documents while avoiding common DOCX corruption pitfalls caused by invalid XML, broken relationships, or incorrect tracked-change/comment structure.
Core Features & Use Cases
- Create DOCX from scratch: Programmatically generate .docx files (including headers/footers, tables, images, TOC-friendly headings, and page settings).
- Edit existing DOCX at the XML level: Unpack a DOCX into editable XML, make targeted edits, then repack and validate to produce a working Word file.
- Work with tracked changes & comments: Add and accept tracked changes and insert Word comments reliably using the provided tooling.
- Convert and render pages to images/PDF: Convert DOCX to PDF (and optionally rasterize pages) for previewing or downstream processing.
Quick Start
Use the docx skill to convert an existing document into an editable Word file by unpacking it, applying the requested formatting/text changes, and then packing it back into a new .docx.