docx

Create and edit DOCX files with tracked changes and comments.

71|7|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/kivo360/OmoiOS --skill docx-kivo360
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/kivo360/OmoiOS/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/kivo360/OmoiOS --skill docx-kivo360

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured, code-based approach to automating Word .docx document creation, editing, and review workflows, including support for tracked changes, comments, and formatting preservation, reducing manual effort and ensuring consistent document handling.

Core Features & Use Cases

  • End-to-end DOCX automation: Create new Word documents, apply edits, and manage tracked changes with proper authoring metadata.
  • Redlining & Comments: Automatically wrap changes in tracked-change markup and attach comments for collaborative reviews.
  • Formatting Preservation: Maintain formatting and style conventions across edits, ensuring professional output suitable for teams.
  • Use Case: A legal team drafts a contract, applies a full set of redlines, and adds reviewer comments, with formatting preserved for final review and archival.

Quick Start

Create a new DOCX document and apply edits with tracked changes, including comments, while preserving formatting.

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 apply tracked changes with Python?

You can automate DOCX creation and apply tracked changes by using a Python-based Skill that manipulates OOXML to inject RSIDs, authors, dates, and redline markup during save operations.

Can I programmatically add reviewer comments to a docx file while preserving formatting?

Yes, you can programmatically attach comments to DOCX files while preserving formatting by leveraging an in-skill OOXML manipulation library to inject reviewer metadata directly into the document structure.

Does this approach support large team workflows for drafting and redlining contracts?

Yes, this approach supports large team workflows by maintaining style conventions and applying full sets of redlines with proper authoring metadata, ensuring professional output suitable for final review and archival.

What is the best way to wrap text edits in tracked-change markup for collaborative review?

The best way to wrap text edits in tracked-change markup is to use an automated DOCX workflow tool that applies OOXML manipulation to inject proper redlining and authoring metadata during the document save process.

Do I need a specific OOXML library to manage Word document formatting and redlining?

Yes, you need an in-skill OOXML manipulation library and Python tooling to manage Word document formatting, inject tracked changes, and handle document packing operations effectively.

Why use code-based automation instead of manual editing for document review workflows?

Code-based automation reduces manual effort and ensures consistent document handling by structurally injecting tracked changes, comments, and formatting preservation across large volumes of Word files.