docx

Create and edit Word documents with tracked changes and comments.

3.3k|453|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/davepoon/buildwithclaude --skill docx-davepoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/davepoon/buildwithclaude/tree/main/plugins/all-skills/skills/docx
Command: npx skills add https://github.com/davepoon/buildwithclaude --skill docx-davepoon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides automated Word document creation, editing, and review workflows, including tracking changes, adding inline comments, and preserving professional formatting in OOXML.

Core Features & Use Cases

  • End-to-end Word automation: create, format, and structure .docx documents, including tables and images.
  • Redlining and comments: programmatically apply insertions and deletions, attach author metadata, and attach reviewer comments.
  • Template-driven document generation: assemble standard reports or proposals with consistent headings, lists, and styles in Word.

Quick Start

Create a Word document from scratch or modify an existing file with tracked changes and comments.

Frequently Asked Questions about docx

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

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

You can automate Word documents with tracked changes and comments by using a Document class that programmatically applies OOXML-compliant insertions and deletions while attaching author metadata and reviewer comments.

Can I programmatically redline a .docx file for contract review?

Yes, you can programmatically redline a .docx file for contract review by implementing OOXML-compliant insertions and deletions, managing RSID values, and attaching author metadata to preserve professional formatting.

Does this Word automation approach work with template-based report generation?

This Word automation approach works with template-based report generation by assembling standard reports or proposals with consistent headings, lists, and styles directly within the .docx format.

What dependencies are needed to generate Word documents with tracked changes?

Generating Word documents with tracked changes requires the defusedxml and lxml dependencies to parse and manipulate the underlying OOXML structure safely and efficiently.

Why use OOXML-compliant insertions and deletions for collaborative Word editing?

Using OOXML-compliant insertions and deletions for collaborative Word editing ensures that tracked changes, RSID management, and author metadata integrate natively with standard Word document workflows.

Are there limitations when automating Word documents with scripts for professional drafting?

Automating Word documents with scripts for professional drafting requires managing OOXML structure directly, meaning complex formatting or native Word features outside the XML schema may need manual adjustment.