docx

Create, edit, and analyze Word documents with tracked changes and comments.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/Ryno-Crypto-Mining-Services/ryno-assets --skill docx-ryno-crypto-mining-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Ryno-Crypto-Mining-Services/ryno-assets/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/Ryno-Crypto-Mining-Services/ryno-assets --skill docx-ryno-crypto-mining-services

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates Word document editing, including tracked changes (insertions/deletions) and redlining, preserving formatting and enabling collaboration.

Core Features & Use Cases

  • Tracked Changes: programmatically apply insertions and deletions
  • Comment Management: add, reply to, and manage comments in documents
  • Redlining workflows: prepare and validate tracked changes for reviews
  • OOXML manipulation: robust WordprocessingML handling to preserve structure
  • Output fidelity: maintain formatting, styles, and document integrity

Quick Start

Open a document like 'contract_draft.docx' and add a comment: "Please verify this date with the legal team."

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate tracked changes and redlining in Word documents?

Tracked changes automate insertions, deletions, and redlines in Word documents programmatically. This Skill applies changes while preserving document structure and formatting, enabling collaborative review workflows without manual editing in Microsoft Word.

Can I add and manage comments in .docx files programmatically?

Yes, you can add, reply to, and manage comments in Word documents through code. This Skill handles comment insertion and threading, allowing automated annotation and collaboration tracking across document revisions.

How do I preserve formatting and OOXML structure when editing Word documents?

OOXML manipulation preserves WordprocessingML structure, styles, and formatting integrity during edits. This Skill maintains document fidelity—including Unicode, whitespace, and complex layouts—when applying tracked changes or comments.

What's the best way to extract and validate text from .docx files with complex formatting?

Extract text while maintaining formatting and validation using OOXML-aware tooling. This Skill preserves styles, structure, and whitespace during extraction, ensuring output fidelity for professional document workflows.

Do I need pandoc or other tools to handle Word document redlining workflows?

This Skill integrates pandoc, docx-js, and Python-based OOXML tooling to handle redlining end-to-end. Dependencies like lxml and defusedxml enable robust validation and XML manipulation without external Word installation.

Can this handle large-scale document processing with tracked changes?

The Skill automates tracked changes at scale for professional document tasks. OOXML manipulation and validation steps ensure reliability across batches, though specific scale limits depend on system resources and document complexity.