What problem does it solve?
This Skill eliminates the complexity of programmatically creating, editing, and analyzing Microsoft Word documents by providing a comprehensive toolkit for professional document processing, tracked changes, and content manipulation.
Core Features & Use Cases
- Document Creation & Editing: Create new Word documents from scratch or modify existing ones while preserving formatting, styles, and structure using docx-js or Python OOXML libraries.
- Tracked Changes (Redlining): Implement comprehensive review workflows with tracked insertions and deletions, essential for legal, academic, and business document collaboration.
- Text Extraction & Analysis: Extract text content from documents using pandoc or access raw XML for deep inspection of comments, formatting, and embedded media.
- Use Case: A legal team needs to review and mark up a contract. Use this Skill to apply tracked changes to specific clauses, add comments for negotiation, and export a clean final version while preserving the full revision history.
Quick Start
Use the docx skill to create a new Word document from the provided text and save it as 'report.docx'.