docx

Create and edit Word documents with tracked changes and comments.

15|2|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/OutlineDriven/odin-codex-plugin --skill docx-outlinedriven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/OutlineDriven/odin-codex-plugin/tree/main/skills/docx
Command: npx skills add https://github.com/OutlineDriven/odin-codex-plugin --skill docx-outlinedriven

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines end-to-end Word document workflows by enabling creation, editing, review, and extraction within a single tool, while preserving formatting and supporting tracked changes and comments.

Core Features & Use Cases

  • Creating new documents with professional formatting and styles preserved.
  • Editing existing documents with tracked changes, comments, and redlining workflows.
  • Text extraction and analysis from DOCX files for content review or data gathering.
  • Use Case: A legal team drafts contracts, applies tracked changes, adds comments, and exports redlined versions for review and archival.

Quick Start

Create a new Word document using a template, enabling tracked changes and adding an initial comment.

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 editing with tracked changes?

You can automate Word document editing with tracked changes by using scripts that apply edits, attach comments, and manage redlining workflows while preserving the original DOCX formatting. This streamlines contract review and collaborative editing processes.

What is the best way to extract text from a DOCX file while keeping formatting?

The best way to extract text from a DOCX file while keeping formatting is to use automated document scripts that parse the internal structure. This allows content review and data gathering without losing original styles and layout.

Can I create a new Word document from a template automatically?

Yes, you can create a new Word document from a template automatically by running a script that initializes the file with professional formatting. This enables consistent document creation with predefined styles and tracked changes enabled.

Does this document editing approach support adding comments to specific text?

Yes, this document editing approach supports adding comments to specific text within the DOCX file. It leverages the internal comments infrastructure to attach annotations, facilitating detailed review and feedback workflows.

Do I need defusedxml to process DOCX files safely?

Yes, you need the defusedxml dependency to process DOCX files safely. It provides secure XML parsing required by the scripts to handle document editing and text extraction without exposure to malicious XML content.

What are the limitations of using scripts for Word document redlining?

A limitation of using scripts for Word document redlining is that it requires access to DOCX templates and the internal tracked-changes infrastructure. Complex formatting or heavily corrupted files may not be fully supported by the automated extraction.