What problem does it solve?
This Skill empowers users to create, edit, and analyze Word documents (.docx files) programmatically, streamlining complex document generation and manipulation tasks.
Core Features & Use Cases
- Document Creation: Generate professional Word documents with custom formatting, tables, headers, footers, and more using JavaScript.
- Document Editing: Modify existing .docx files by unpacking, editing XML, and repacking, including accepting tracked changes.
- Content Analysis: Extract text, work with tracked changes, and add comments using provided scripts.
- Use Case: Automatically generate a legal contract template with specific clauses, or process a batch of reports by accepting all tracked changes and adding a standard footer.
Quick Start
Use the docx skill to create a new Word document with a title and a paragraph.