docx

Create and edit .docx files with tracked changes and comments.

11|12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/mofa-org/mofa-skills --skill docx-mofa-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/mofa-org/mofa-skills/tree/main/_unpublished/mofa-docx
Command: npx skills add https://github.com/mofa-org/mofa-skills --skill docx-mofa-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, and includes scripts (resource) components.

What problem does it solve?

Manual Word document creation, editing, and review processes are error-prone and time-consuming, especially when maintaining formatting, tracked changes, and comments across multiple collaborators.

Core Features & Use Cases

  • Automated DOCX creation, editing, and analysis that preserve OOXML formatting and support for tracked changes.
  • Redlining, comments, and author metadata handling to capture reviewer decisions and maintain document provenance.
  • Use cases include drafting proposals, contracts, or reports that require strict version control and professional formatting.

Quick Start

Create a new Word document, apply tracked changes and comments using the provided tools, and export a finalized .docx with accurate formatting.

Frequently Asked Questions about docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Word document creation and editing while preserving formatting?

Automate Word document creation and editing through OOXML-aware workflows that maintain content integrity, manage content-types, and apply schema validation to preserve professional formatting in .docx files.

Can I apply tracked changes and redlining to a .docx file programmatically?

Apply tracked changes and redlining to .docx files programmatically using RSIDs, author metadata, and comment ranges to capture reviewer decisions and maintain document provenance.

How does OOXML schema validation handle content integrity in automated DOCX workflows?

OOXML schema validation ensures content integrity in automated DOCX workflows by validating XML structures, managing content-types, and preserving formatting metadata throughout document creation and editing processes.

Do I need defusedxml to handle tracked changes and comments in Word documents?

defusedxml is required as a dependency to safely parse and process OOXML structures when handling tracked changes, comments, and author metadata in automated Word document workflows.

What's the best way to automate contracts and proposals requiring strict version control?

Automate contracts and proposals with strict version control by creating .docx files with tracked changes, comments, and author metadata to capture reviewer decisions and maintain professional formatting.

Why does my automated Word document lose formatting when applying tracked changes across collaborators?

Formatting loss occurs when OOXML structures are not properly validated; using schema validation, content-type management, and RSID-based tracked changes maintains formatting and content integrity across collaborators.