docx

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

1|Updated May 1, 2026
One-click install
npx skills add https://github.com/e2662020/QuickMovie --skill docx-e2662020
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/e2662020/QuickMovie/tree/main/skills/docx
Command: npx skills add https://github.com/e2662020/QuickMovie --skill docx-e2662020

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the complexity of working with professional .docx files by providing a complete toolkit for creating, editing, and analyzing Word documents. It handles tracked changes, comments, formatting preservation, and text extraction without requiring manual OOXML manipulation, making it ideal for legal, academic, and business document workflows.

Core Features & Use Cases

  • Document Creation: Generate professional Word documents from scratch with proper formatting, styles, covers, and layout.
  • Editing & Tracked Changes: Modify existing documents with full tracked changes support, comments, and revision management.
  • Text Extraction & Analysis: Extract and analyze content from .docx files for review or processing.
  • Use Case: A legal team needs to redline a contract with tracked changes and add review comments, or an academic needs to generate a properly formatted thesis with table of contents and citations.

Quick Start

Use the docx skill to generate a formatted Word document with cover page, table of contents, and body content from your outline.

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

Automate Word document creation with tracked changes and comments by using a docx Skill that applies revision management and formatting preservation without manual OOXML manipulation. It handles contract redlining and review comments directly within the workflow.

Can I generate an academic thesis with a table of contents and citations from an outline?

Generate an academic thesis with a table of contents and citations from an outline by leveraging the docx Skill to programmatically build covers, styles, and layout. This ensures proper formatting for academic document workflows.

Does this docx editing approach require Node.js and Python?

Yes, this docx editing approach requires Node.js with the docx library and Python with defusedxml for post-processing and OOXML manipulation. These dependencies handle formatting preservation and secure XML parsing.

What is the best way to extract text content from existing Word files for analysis?

Extract text content from existing Word files for analysis by using the docx Skill to process .docx files directly without manual OOXML manipulation. It preserves formatting while pulling content for review or processing.

How do I redline contracts with full revision management in Word?

Redline contracts with full revision management in Word by applying tracked changes and review comments through the docx Skill. It automates legal document redlining while preserving original formatting and structure.

Are there limitations when modifying existing .docx files without breaking formatting?

When modifying existing .docx files without breaking formatting, the docx Skill preserves formatting and applies tracked changes programmatically. However, complex OOXML manipulation may require post-processing with defusedxml for secure parsing.