What problem does it solve?
This skill solves the difficulty of programmatically creating, reading, and editing complex Word documents, including handling tracked changes and XML-level modifications that standard libraries often fail to manage.
Core Features & Use Cases
- Document Manipulation: Create reports, memos, and letters from scratch or edit existing .docx files by manipulating underlying XML.
- Advanced Editing: Perform find-and-replace, insert images, manage tracked changes (redlining), and add comments to documents.
- Use Case: Use this skill to automate the generation of a contract template, then programmatically add comments and track changes for a legal review process.
Quick Start
Use the docx skill to read the content of the provided contract.docx file and extract all text into a markdown format.