docx

Create, edit, and audit Word documents with tracked changes using Python OOXML tooling.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/bilalmk/todo_correct --skill docx-bilalmk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/bilalmk/todo_correct/tree/main/.claude/skills/panaversity/docx
Command: npx skills add https://github.com/bilalmk/todo_correct --skill docx-bilalmk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Claude specializes in automating the end-to-end creation, editing, and review of Word documents (.docx), preserving formatting while enabling tracked changes and comments.

Core Features & Use Cases

  • Creating new documents: automate drafting of Word files with consistent styles and structure.
  • Editing and redlining: apply edits, manage tracked changes, and add inline comments for reviews.
  • Text extraction & preservation: extract and preserve formatting for downstream workflows and audits.
  • Use Case: a consultant updates a contract with changes and comments, then exports the reviewed document for client review.

Quick Start

Upload a DOCX file and ask Claude to create a draft, apply edits with tracked changes, and return the updated document.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I apply tracked changes to a Word document?

You can apply tracked changes to a Word document by uploading the file and instructing Claude to apply edits, which generates a reviewed file with redlining and inline comments preserved.

Can I redline a contract and add comments without losing formatting?

Redlining a contract and adding comments without losing formatting is supported by utilizing Python OOXML tooling to reliably apply changes while preserving the original document styles.

What is the best way to automate Word document creation and review?

Automating Word document creation and review is best handled through Python OOXML manipulation, which structures documents consistently and manages RSID authorship for reliable tracked changes.

Does this document-editing approach work with existing .docx files?

This document-editing approach works with existing .docx files by extracting text, applying modifications using lxml and defusedxml, and returning the updated document for client review.

How does tracked changes management work for contract reviews?

Tracked changes management for contract reviews works by utilizing RSID and authorship tracking within the OOXML structure, ensuring every edit is audited and attributed correctly.

Are there limitations when preserving formatting in Word documents?

Preserving formatting in Word documents has limitations tied to the OOXML structure, meaning highly complex layout elements may require manual verification after automated text extraction and editing.