docx

Create, edit, and analyze Word .docx documents with tracked changes.

2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/NammDev/Goads-Krea --skill docx-nammdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/NammDev/Goads-Krea/tree/main/.claude/skills/document-skills/docx
Command: npx skills add https://github.com/NammDev/Goads-Krea --skill docx-nammdev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create, edit, and analyze Word .docx documents programmatically to streamline document workflows.

Core Features & Use Cases

  • Create new Word documents from templates with consistent styling and formatting.
  • Edit documents with redlining and tracked changes, preserving original content and metadata.
  • Analyze documents for text extraction, template modification, and formatting preservation across versions.

Quick Start

Load an unpacked DOCX and apply a sample tracked-change edit.

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 and redlining?

Automating Word document editing with tracked changes involves manipulating the OOXML structure to apply insertion and deletion redlining. This Skill implements RSIDs, comment ranges, and tracked changes using the Document class to preserve original content and metadata.

Can I extract text from a .docx file while preserving its formatting across multiple versions?

Text extraction from a .docx file while preserving formatting is achieved through OOXML manipulation patterns. The Skill analyzes documents to extract text and maintain template modifications and formatting preservation across multiple versions.

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

Creating new Word documents from templates with consistent styling is handled by the Document class. It automates template modification and document creation to streamline document workflows for authors and editors.

Does this approach to document editing require dependencies like lxml and defusedxml?

Yes, advanced OOXML manipulation for document editing requires dependencies like lxml, defusedxml, and Pillow. These libraries support the underlying XML parsing, security, and image processing needed for advanced document workflows.

What is the best way to apply redlining and comment ranges when editing Word documents?

The best way to apply redlining and comment ranges is by directly manipulating the OOXML structure. This Skill implements RSIDs and insertion/deletion redlining using the Document class to ensure tracked changes are properly captured.