What problem does it solve?
This Skill automates the creation, editing, and analysis of Word documents (.docx), saving significant time on repetitive document generation and manipulation tasks.
Core Features & Use Cases
- Programmatic Document Creation: Generate .docx files from scratch using JavaScript with the
docx-js library, including complex formatting like tables, lists, and headers/footers.
- Document Editing: Modify existing .docx files by unpacking, editing XML, and repacking, including handling tracked changes and comments.
- Content Extraction & Conversion: Utilize
pandoc for text extraction and conversion, and LibreOffice for format conversions (e.g., .doc to .docx).
- Use Case: Automatically generate a client report in .docx format, incorporating data tables, custom headers, and accepted tracked changes, all driven by a script.
Quick Start
Use the docx skill to create a new Word document with a title and a paragraph.