What problem does it solve?
This skill enables programmatic creation, editing, and analysis of Word documents (.docx) using OOXML tooling. It helps automate document workflows, maintain track changes, and apply structured edits without manual editing.
Core Features & Use Cases
- OOXML-based editing: Unpack, modify, and repack Word documents while preserving formatting and tracked changes.
- Redlining & comments: Create and reply to comments, track insertions and deletions with RSIDs, dates, and author metadata.
- Verification & tooling: Validate against OOXML patterns and schemas, inspect raw document XML, and repack into a valid DOCX.
- Quick-start integration: Use provided scripts to accelerate document automation in pipelines.
Quick Start
Use the ooxml-based utilities to unpack a DOCX file, edit with the Document API, and re-pack back into a DOCX.