What problem does it solve?
Word documents (.docx) are complex ZIP archives containing XML files, making programmatic creation and editing extremely difficult without specialized tools. This Skill eliminates the need to manually manipulate XML or understand OOXML internals.
Core Features & Use Cases
- Document Creation: Generate professional .docx files with formatting, tables, images, headers, footers, and table of contents using docx-js.
- Document Editing: Modify existing documents by unpacking XML, applying precise changes, and repacking with automatic validation and repair.
- Tracked Changes & Comments: Accept all tracked changes, add comments, and work with redlining using LibreOffice automation and XML manipulation.
- Validation: Ensure document integrity with XSD schema validation, whitespace preservation checks, and relationship verification.
Quick Start
Use the docx skill to create a new Word document titled "Q4 Report" with a table of contents, three heading levels, and a footer showing page numbers, then save it as report.docx.