What problem does it solve?
Streamlines the end-to-end handling of Word documents (.docx) by enabling creation, editing, and analysis while preserving formatting, tracking changes, and facilitating comments and text extraction.
Core Features & Use Cases
- Reading/Analyzing Content: use text extraction or raw XML access to inspect and extract content from Word documents.
- Creating a new Word document: leverage docx-js to construct documents programmatically with formatting and styles.
- Editing an existing Word document: employ a dedicated Document library workflow to apply changes, with support for redlining and comments.
- Redlining workflow for document reviews: plan and apply tracked changes in a controlled, batch-oriented manner for professional reviews.
- Packaging workflows: unpack and repack Word documents to access or modify underlying OOXML when needed.
Quick Start
Tell Claude to create or edit a Word document using the described workflows and OOXML tooling.