What problem does it solve?
This Skill streamlines the creation, editing, and analysis of Microsoft Word documents (.docx files), automating complex formatting and content manipulation tasks.
Core Features & Use Cases
- Document Generation: Create new .docx files from scratch using JavaScript and the
docx-js library, including complex layouts, tables, lists, and styles.
- Content Editing: Modify existing .docx files by unpacking, editing XML, and repacking, including accepting tracked changes and adding comments.
- Format Conversion: Convert between document formats (e.g., .doc to .docx) and extract content into other formats (e.g., .docx to .md).
- Use Case: Generate a professional business proposal with custom branding, a table of contents, specific page numbering, and embedded images, all programmatically.
Quick Start
Use the docx skill to create a new Word document with a title and a paragraph.