docx

Create, edit, and analyze Word DOCX files with tracked changes and comments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alishangtian/proteus-ai --skill docx-alishangtian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/alishangtian/proteus-ai/tree/main/proteus/docker/volumes/agent/skills/docx
Command: npx skills add https://github.com/alishangtian/proteus-ai --skill docx-alishangtian

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word documents frequently require manual, error-prone editing, complex formatting handling, and careful tracking of changes for collaboration; this skill automates creation, editing, and analysis of .docx files to streamline professional document workflows.

Core Features & Use Cases

  • Create new DOCX documents with consistent styles and structure.
  • Apply tracked changes, perform redlining, and add inline comments to documents for review cycles.
  • Read content and preserve formatting for professional outputs, with support for text extraction and metadata handling.
  • Use Case: Generate a polished contract draft with tracked changes and a comments summary for legal review.

Quick Start

Create a new DOCX document with a baseline structure, enable tracked changes, and attach 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 and apply tracked changes?

Automate Word document editing by using Python OOXML tooling to apply tracked changes, perform redlining, and add inline comments for professional review cycles. This streamlines collaboration by managing RSID and authorship directly within the .docx file.

Can I extract text and preserve formatting from a DOCX file?

Yes, you can extract text and preserve formatting from a DOCX file using automated OOXML processing. This allows you to read document content and handle metadata while maintaining the original professional output structure for downstream analysis.

How do I create a new DOCX document with consistent styles?

Create a new DOCX document with consistent styles by utilizing Python libraries designed for OOXML management. This approach establishes a baseline structure and enables professional document workflows automatically without manual formatting errors.

Does this approach support adding inline comments for legal review?

Yes, this approach supports adding inline comments for legal review by leveraging OOXML tooling. You can generate polished contract drafts, attach comments, and enable tracked changes to streamline complex professional document workflows.

What Python dependencies are needed for DOCX OOXML processing?

DOCX OOXML processing requires the defusedxml and lxml Python dependencies. These libraries manage XML parsing and manipulation to handle tracked changes, authorship, and in-document change tracking within the OOXML structure.

Are there limitations when automating tracked changes with Python?

Limitations when automating tracked changes with Python depend on OOXML structure constraints and library capabilities. Complex formatting or advanced Word features may require careful XML handling to avoid errors during document creation and analysis.