docx

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

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/dige04/hieu-ccsetup --skill docx-dige04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/dige04/hieu-ccsetup/tree/main/config/skills/document-skills/docx
Command: npx skills add https://github.com/dige04/hieu-ccsetup --skill docx-dige04

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Claude often needs to create, edit, and review professional Word documents (.docx) while preserving formatting, applying tracked changes, and adding or managing comments. This Skill provides a programmable workflow to automate these tasks, reducing manual toil and ensuring consistency across documents.

Core Features & Use Cases

  • Create new Word documents with consistent styling using the built-in docx tools and templates.
  • Edit existing documents with tracked changes and comments, preserving formatting and structure.
  • Extract text or analyze document content from .docx files for auditing, compliance, and data gathering.
  • Use Case: A legal draft requiring redlined edits and inline comments can be prepared and reviewed collaboratively with traceable changes.

Quick Start

Provide a DOCX document and tell Claude to apply your edits with tracked changes, inline comments, and formatting preservation.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate tracked changes and comments in Word documents?

Automating tracked changes and comments in Word documents involves wrapping content modifications programmatically using OOXML tooling. This skill applies edits while preserving formatting and managing RSID authorship to ensure traceable redlines and inline comments for professional review workflows.

Can I extract text from a .docx file for auditing and compliance?

Extracting text from a .docx file for auditing and compliance is supported by parsing the document's internal OOXML structure. The skill analyzes and extracts document content programmatically, enabling data gathering and content review without manual document processing.

What's the best way to redline a legal draft without losing original formatting?

Redlining a legal draft without losing original formatting requires applying tracked changes through internal docx libraries. This skill manages change tracking and comment integration while preserving the document's existing structure and styling for collaborative legal review.

Does this Word processing approach require Python OOXML dependencies?

This Word processing approach requires Python OOXML dependencies, specifically the defusedxml library. Internal tools like DocxXMLEditor and Document manage RSID authorship, change tracking, and comment management to handle complex .docx file modifications securely.

How do I create new Word documents with consistent styling programmatically?

Creating new Word documents with consistent styling programmatically utilizes built-in docx tools and templates. The skill generates new .docx files while managing structural elements and formatting, ensuring consistent professional document output for automated workflows.

What are the limitations of automating Word document editing with Python?

Limitations of automating Word document editing with Python include dependency on OOXML structures and the defusedxml library for secure parsing. Complex formatting or highly customized visual elements may require manual review after applying automated tracked changes and comments.