docx

Create, edit, and analyze DOCX files with tracked changes and comments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Snoopiam/claude_all_skills --skill docx-snoopiam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Snoopiam/claude_all_skills/tree/main/docx
Command: npx skills add https://github.com/Snoopiam/claude_all_skills --skill docx-snoopiam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates complex Word document editing, including tracked changes, comments, and preserving formatting across edits.

Core Features & Use Cases

  • Tracked Changes & Redlining: Programmatically add insertions/deletions with author attribution.
  • Comment Management: Create and manage inline comments and discussions.
  • Formatting Preservation: Maintain layout and styling during automated edits.

Quick Start

Open a document, add a deletion with an author, and save the revised document.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I add tracked changes and redlining to Word documents programmatically?

Tracked changes enable you to programmatically insert and delete content with author attribution in DOCX files. This Skill lets you add insertions and deletions that preserve Word's native redlining semantics, maintaining change history and enabling review workflows without manual markup.

Can I create and manage comments in Word documents automatically?

Yes. This Skill supports programmatic creation and management of inline comments and discussions within DOCX files. You can automate comment insertion tied to specific content, enabling collaborative review and annotation workflows at scale.

How do I preserve formatting when editing Word documents with code?

Formatting preservation during automated edits is critical for professional documents. This Skill maintains layout, styling, and structure as you modify content, ensuring that layout-sensitive documents for legal, academic, and business contexts remain valid after programmatic changes.

What's the best way to automate complex Word document workflows?

This Skill orchestrates end-to-end DOCX creation, editing, and analysis with high-fidelity control over formatting and tracked-change semantics. It handles corrupted-document prevention and raw OOXML access, enabling reliable automation for multi-step professional document pipelines.

Can I extract and analyze document structure from DOCX files?

Yes. Direct access to raw OOXML components (document.xml, comments.xml) lets you extract, analyze, and modify document structure programmatically. This enables inspection of formatting, comments, and tracked changes at the XML level for advanced document analysis.

Does this work with legal and academic document workflows?

This Skill is specifically designed for professional workflows in legal, academic, and business contexts where formatting fidelity and change tracking are non-negotiable. It satisfies requirements for exact formatting preservation, tracked-change integrity, and comment support these domains require.