docx

Create and edit DOCX documents with tracked changes and comments.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/stromy-org/ai4comms-playground --skill docx-stromy-org
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/stromy-org/ai4comms-playground/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/stromy-org/ai4comms-playground --skill docx-stromy-org

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually creating, editing, and extracting data from Word (.docx) documents is error-prone and time-consuming; this skill automates formatting, tracked changes, comments, and branding-aware generation.

Core Features & Use Cases

  • Comprehensive DOCX generation, editing, and analysis with tracked changes, comments, and formatting preservation.
  • Brand data integration and document assembly for brand-consistent outputs.
  • Use Case: Produce client-ready proposals and reports by generating branded documents with tracked changes, comments, and text extraction.

Quick Start

Provide a source DOCX and ask Claude to create a branded, edited copy 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 document editing with tracked changes and comments?▼

Automating Word document editing with tracked changes and comments requires OOXML and docx-js-based generation to preserve formatting, validate content types, and insert revisions programmatically for professional workflows.

Can I generate brand-consistent DOCX proposals and reports automatically?▼

Yes, generating brand-consistent DOCX proposals and reports is possible by integrating optional brand charter data into the document assembly process to produce branding-ready outputs with preserved formatting.

What's the best way to extract text from a DOCX file while preserving formatting?▼

The best way to extract text from a DOCX file while preserving formatting is using lxml-based parsing with defusedxml security wrappers to validate relationships and IDs before extracting content.

Does this DOCX automation approach support adding comments and revisions to existing documents?▼

Yes, this DOCX automation approach supports adding comments and tracked changes to existing documents by validating content types and relationships during the OOXML-based editing process.

What do I need to start automating DOCX creation with brand data integration?▼

To start automating DOCX creation with brand data integration, you need a source DOCX input, optional brand charter data, and the defusedxml, lxml, and validators dependencies installed in your environment.

Are there limitations when using OOXML generation for branded Word documents?▼

OOXML generation for branded Word documents requires thorough validation of content types, relationships, and IDs; complex formatting may be lost if the source DOCX structure is not properly parsed and preserved.