What problem does it solve?
This Skill eliminates the complexity of programmatically working with .docx files, which are intricate ZIP archives containing XML, relationships, and media. It removes the need to manually parse OOXML or manage low-level formatting details, enabling seamless document automation for creation, editing, and review.
Core Features & Use Cases
- Document Creation: Generate professional .docx files from scratch using JavaScript with full control over styles, tables, lists, images, and page layout.
- Editing & Redlining: Modify existing documents with tracked changes, comments, and precise XML-level edits using Python, including specialized workflows for legal, academic, and business document review.
- Text Extraction & Analysis: Convert documents to markdown or inspect raw XML to analyze content, formatting, and embedded resources.
- Use Case: A legal team can use this Skill to automatically apply tracked changes to a contract, add reviewer comments, and export a clean .docx file ready for client delivery.
Quick Start
Use the docx skill to create a new professional document with a title, headings, and a bulleted list based on the meeting notes provided.