What problem does it solve?
This Skill helps you generate, modify, and validate Word documents (.docx) without manually wrestling with the underlying Office XML structure.
Core Features & Use Cases
- Create DOCX documents: Build new .docx files programmatically (including headings, tables, images, page breaks, and table of contents).
- Edit existing DOCX documents: Safely unpack to XML, perform targeted XML edits, then repack into a valid .docx.
- Analyze and repair Office structure: Unpack, validate against schemas, and auto-repair common OOXML issues (IDs, whitespace preservation, tracked change constraints).
- Work with tracked changes and comments: Accept tracked changes, add structured comments, and handle XML comment markers correctly.
Quick Start
Use the docx skill to unpack 'contract.docx', make the required edits to the extracted XML, and repack it into 'contract-updated.docx'.