What problem does it solve?
This Skill streamlines complex document workflows by enabling programmatic creation, editing, and analysis of Microsoft Word (.docx) files, including sophisticated handling of tracked changes and comments.
Core Features & Use Cases
- Document Creation: Generate new .docx files from scratch using JavaScript/TypeScript with the
docx-js library.
- Content Editing: Modify existing documents using the Python
Document library for OOXML manipulation.
- Tracked Changes & Comments: Implement redlining, accept/reject changes, and manage comments within documents.
- Document Analysis: Extract text, raw XML, and convert documents to images for visual inspection.
- Use Case: A legal team needs to review a 50-page contract. They can use this Skill to automatically apply specific formatting, add comments to clauses, and track all changes made by different reviewers, ensuring a clean and auditable review process.
Quick Start
Use the docx skill to create a new document with a title and two headings.