docx

Automate Word document creation, editing, and tracked-change management in .docx files.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Ameen-Alam/Personal-AI-Employee-system-Hackathon --skill docx-ameen-alam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Ameen-Alam/Personal-AI-Employee-system-Hackathon/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/Ameen-Alam/Personal-AI-Employee-system-Hackathon --skill docx-ameen-alam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates complex Word document workflows, including creation, editing, and tracked-change management, enabling consistent collaboration and formatting preservation in professional .docx files.

Core Features & Use Cases

  • Document creation and editing: generate new Word documents, apply edits, and maintain tracked-changes metadata.
  • Redlining and comments: manage insertions, deletions, and comments with author metadata and RSIDs to support formal reviews.
  • Content preservation and extraction: preserve whitespace, styles, and structure while enabling text extraction and downstream processing.

Quick Start

Use the docx skill to initialize a tracked-change session on a sample .docx file, add a comment, and export the document with updated RSIDs.

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 creation and tracked-change management in .docx files?

Automating Word document creation and tracked-change management in .docx files is done through a Python-based toolchain handling OOXML structure, RSID metadata, and author attributes to preserve formatting during collaborative reviews.

What's the best way to add comments and redlining to Word documents for formal review?

Adding comments and redlining to Word documents for formal review requires managing insertions, deletions, and comments with author metadata and RSIDs to ensure tracked changes remain auditable and consistent across revisions.

Does this Word document automation approach preserve styles and whitespace during content extraction?

Yes, the Word document automation approach preserves styles, whitespace, and structural integrity during content extraction by maintaining content-type metadata and OOXML formatting throughout the editing process.

Can I use this for contract drafting and collaborative report editing workflows?

Yes, you can use this for contract drafting and collaborative report editing workflows because it targets professional .docx file generation, tracked-change tracking, and comment management suited to formal document review cycles.

Do I need Python and defusedxml to manage OOXML tracked changes in Word documents?

Yes, you need Python and the defusedxml dependency to manage OOXML tracked changes in Word documents, as the toolchain requires secure XML parsing for handling RSID metadata and content-type maintenance.

Why does Word document tracked-change editing break document formatting and content types?

Word document tracked-change editing can break formatting when OOXML content types and RSID metadata are not maintained properly, which is why the toolchain enforces structural integrity during insertion and deletion operations.