Create, edit, and inspect professional Microsoft Word documents with full support for styles, tracked changes, and complex OOXML layouts.
by
Iván
Word / DOCX works with Word documents as structured OOXML packages rather than plain text, preserving complex elements like tracked changes, comments, nested tables, and multi-level numbering.
It targets precise edits without formatting drift, keeping documents professional and compatible across Word, Google Docs, and LibreOffice.
Treat .docx as a ZIP of XML parts and load document.xml, styles.xml, and numbering.xml.
Track relationships between runs, paragraphs, styles, and numbering to avoid layout drift.
Modify specific runs or sections without breaking metadata, tracked changes, or layout constraints.
Keep styles, numbering, and sections stable for cross-platform round-trips.
Prefers named styles over direct formatting to keep documents clean and consistent.
Handles tracked changes, comments, and review wrappers without orphaning metadata.
Manages abstractNum and paragraph properties so lists restart and indent correctly.
Manages margins, orientation, and headers/footers at the section level.
Minimizes layout drift between Word, Google Docs, and LibreOffice.
Make precise, minimal replacements in documents with active tracked changes and comments.
Create high-fidelity reports from templates that must survive round-trip editing.
Fix broken numbering, inconsistent margins, and stray formatting in legacy documents.
npx clawhub@latest install word-docxRun in your terminal, or click the Install button at the top of this page for one-click setup.
No. It targets .docx (OOXML) files; legacy .doc is not supported.
No. The skill preserves tracked changes and comments unless you explicitly accept or remove them.
Yes. It preserves header/footer relationships and their embedded media.
Lists are managed via abstractNum and num references; bullets and numbers share numbering parts.
Fields store code and cached results; viewers usually update on open or print, and the skill can trigger updates on write.
Tracked changes keep original and revised content in XML; the skill can accept/reject revisions and remove comment ranges.