What problem does it solve?
This Skill automates the creation, editing, and manipulation of Microsoft Word documents (.docx files), eliminating the need for manual formatting and complex scripting.
Core Features & Use Cases
- Document Generation: Create professional Word documents from scratch using JavaScript libraries, including complex formatting like tables of contents, headers, footers, and custom styles.
- Document Editing: Modify existing .docx files by unpacking, editing XML, and repacking, including handling tracked changes and comments.
- Content Conversion: Convert documents between formats (e.g., .doc to .docx) and extract content into other formats (e.g., Markdown).
- Use Case: Generate a quarterly report with specific branding, including a table of contents, page numbers, and embedded images, all programmatically.
Quick Start
Use the docx skill to create a new Word document with the title 'My Report' and a heading 'Introduction'.