What problem does it solve?
This Skill streamlines the creation, editing, and manipulation of Microsoft Word documents (.docx files), eliminating the need for manual intervention in complex document formatting and content management.
Core Features & Use Cases
- Document Generation: Create new .docx files from scratch using JavaScript with the
docx-js library, supporting complex formatting like tables, lists, headers, footers, and styles.
- Document Editing: Modify existing .docx files by unpacking, editing XML content, and repacking, including handling tracked changes and comments.
- Content Conversion: Convert between document formats (e.g., .doc to .docx) and extract content for further processing.
- Use Case: Automatically generate a professional report with a table of contents, specific styling, and embedded images based on data inputs.
Quick Start
Use the docx skill to create a new document with a title and a paragraph.