What problem does it solve?
Manually creating, editing, and redlining complex Microsoft Word documents is a time-consuming and error-prone process, especially for legal, academic, or business contexts. This skill automates comprehensive DOCX operations, including tracked changes and formatting preservation.
Core Features & Use Cases
- Redlining Workflow: Systematically apply tracked changes (insertions, deletions) to documents, ideal for legal review.
- Document Creation: Generate new Word documents from scratch using JavaScript/TypeScript with professional formatting.
- Content Analysis: Extract text or access raw XML for detailed analysis of comments, formatting, and structure.
- Use Case: A legal professional needs to redline a contract by changing "30 days" to "60 days" and adding a comment. This skill can unpack the document, apply the precise tracked changes, add the comment, and repack it, ensuring all changes are properly recorded for review.
Quick Start
Using the docx skill, unpack the attached document 'contract.docx' into a directory named 'contract_unpacked'.