What problem does it solve?
This skill solves the complexity of programmatically creating, editing, and manipulating .docx files, which are inherently complex ZIP archives of XML, by providing standardized workflows for generation and precise XML-level modification.
Core Features & Use Cases
- Document Generation: Create professional, formatted Word documents including tables, images, and headers using JavaScript.
- XML-Level Editing: Perform surgical edits, find-and-replace, and tracked change management directly within the document's underlying XML structure.
- Conversion & Cleanup: Convert legacy .doc files, accept tracked changes, and extract content for analysis.
Quick Start
Use the docx skill to create a new report document with a table of contents and specific page margins based on the provided template.