What problem does it solve?
This Skill empowers users to create, edit, and analyze professional Word documents (.docx files) with advanced features like tracked changes and comments, eliminating the need for manual formatting and complex document manipulation.
Core Features & Use Cases
- Document Creation: Generate new .docx files from scratch using JavaScript/TypeScript with docx-js.
- Document Editing: Modify existing .docx files using Python's Document library for OOXML manipulation.
- Tracked Changes: Implement comprehensive tracked changes for document review and redlining.
- Comments: Add and manage comments within documents.
- Text Extraction: Convert .docx to markdown, preserving structure and tracked changes.
- Use Case: A legal team needs to review a contract. They can use this Skill to apply tracked changes for proposed edits, add comments for specific clauses, and then export the reviewed document.
Quick Start
Use the docx skill to convert the document 'report.docx' to markdown with all tracked changes.