What problem does it solve?
Working with .docx files programmatically is notoriously difficult due to the complex OOXML specification. This Skill eliminates the need to manually parse ZIP archives, edit raw XML, or manage document relationships, enabling seamless document automation.
Core Features & Use Cases
- Document Creation: Generate professional Word documents from scratch using JavaScript with full formatting control, styles, tables, and images.
- Tracked Changes & Comments: Implement comprehensive redlining workflows for legal, academic, and business documents with precise XML-level control over insertions and deletions.
- Text Extraction & Analysis: Convert documents to markdown or access raw XML for deep content analysis, preserving formatting and tracked changes.
Quick Start
Use the docx skill to create a new Word document with the specified content and formatting.