What problem does it solve?
This Skill streamlines the creation, editing, and manipulation of Word documents (.docx files), enabling users to produce polished, professional documents with ease.
Core Features & Use Cases
- Document Creation: Generate new .docx files from scratch using JavaScript, including complex formatting like tables, headers, footers, and tables of contents.
- Document Editing: Modify existing .docx files by unpacking, editing XML, and repacking, including managing tracked changes and comments.
- Format Conversion: Convert between document formats and extract content using tools like
pandoc.
- Use Case: Automatically generate a monthly report in .docx format with specific branding, tables, and a table of contents, or programmatically accept all tracked changes in a document before sending it to a client.
Quick Start
Use the docx skill to create a new Word document with a title and a paragraph.