What problem does it solve?
This Skill eliminates the complexity of working with .docx files by providing structured workflows for creating new documents, editing existing ones, and managing tracked changes and comments—tasks that are otherwise difficult to perform reliably without deep knowledge of OOXML internals.
Core Features & Use Cases
- Document Creation: Generate professional Word documents from scratch using JavaScript/TypeScript with precise formatting, styles, tables, and images.
- Document Editing & Redlining: Modify existing documents with tracked changes (insertions and deletions) using a Python library that handles OOXML manipulation, RSIDs, and validation automatically.
- Text Extraction & Analysis: Extract text content from .docx files using pandoc, or access raw XML for comments, complex formatting, and embedded media.
- Use Case: A legal team needs to review a contract, make precise amendments with tracked changes, add comments, and produce a clean final version—all while preserving formatting and meeting compliance standards.
Quick Start
Use the docx skill to create a new Word document with a centered title, two headings, and a bulleted list, then save it as output.docx.