What problem does it solve?
This Skill streamlines the creation, editing, and analysis of Microsoft Word documents (.docx files), eliminating manual formatting and complex manipulation.
Core Features & Use Cases
- Document Generation: Create new Word documents from scratch using JavaScript, including complex layouts, tables, images, and styles.
- Document Editing: Modify existing .docx files by unpacking, editing XML, and repacking, including handling tracked changes and comments.
- Content Analysis: Extract text, convert formats, and accept tracked changes using tools like
pandoc and LibreOffice.
- Use Case: Automatically generate a professional report with a table of contents, specific formatting, and embedded images, or programmatically accept all tracked changes in a document before submission.
Quick Start
Use the docx skill to create a new document with a title and a paragraph.