docx

Automates creation, editing, and analysis of .docx files with tracked changes and comments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Shin0205go/mycelium --skill docx-shin0205go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Shin0205go/mycelium/tree/main/packages/skills/skills/docx
Command: npx skills add https://github.com/Shin0205go/mycelium --skill docx-shin0205go

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml.

What problem does it solve?

Automates comprehensive Word document handling by enabling AI to create, edit, and analyze .docx files with support for tracked changes, comments, and formatting preservation. It streamlines professional document workflows where precise redlining, review, and content extraction are essential, reducing manual overhead and human-in-the-loop friction.

Core Features & Use Cases

  • Document creation: Generate new Word documents from templates or programmatic content and structure.
  • Editing with tracked changes: Apply edits that are tracked for review, including insertions and deletions with proper authorship metadata.
  • Commenting & collaboration: Attach comments to specific ranges or nodes to capture rationale and feedback during reviews.
  • Formatting preservation & extraction: Maintain or extract formatting while manipulating document content, enabling reliable downstream processing.
  • Use Case: In a legal workflow, quickly draft a contract, apply redlines, add reviewer comments, and extract key terms for compilation.

Quick Start

Analyze and manipulate a Word document by creating a new docx with tracked changes and comments as a starting template.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I apply tracked changes to a Word document programmatically?

You can apply tracked changes to a Word document programmatically by using the Docx scripting framework to insert and delete text with proper authorship metadata. This enables automated redlining while preserving the original document structure for collaborative review.

Can I extract comments and formatting from a .docx file for downstream processing?

Yes, you can extract comments and formatting from a .docx file for downstream processing. The Skill handles content extraction while maintaining OOXML formatting, enabling reliable compilation of reviewer feedback and key terms from professional workflows.

What is the best way to automate contract drafting and redlining in Word?

The best way to automate contract drafting and redlining in Word is by programmatically generating the document structure and applying tracked changes with authorship metadata. This approach streamlines legal workflows by reducing manual overhead and human-in-the-loop friction.

Does this Word document automation approach preserve original OOXML formatting?

Yes, this Word document automation approach preserves original OOXML formatting. It maintains or extracts formatting while manipulating document content, ensuring reliable downstream processing and consistent structural integrity during creation, modification, and review tasks.

Do I need defusedxml to edit .docx files with tracked changes and comments?

Yes, you need defusedxml installed to edit .docx files with tracked changes and comments. This dependency provides secure XML parsing required for manipulating the underlying OOXML structure during document creation, modification, and analysis.