docx

Create and edit .docx files with tracked changes and comments.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/NightmareZero/myAgSkills --skill docx-nightmarezero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/NightmareZero/myAgSkills/tree/main/docx
Command: npx skills add https://github.com/NightmareZero/myAgSkills --skill docx-nightmarezero

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Comprehensive toolset for creating, editing, and analyzing professional Word documents (.docx) with full support for tracked changes, comments, formatting preservation, and text extraction. It streamlines document workflows where professional formatting, audit trails, and review comments are essential.

Core Features & Use Cases

  • Create new .docx documents with structured formatting and tables, preserving styles.
  • Edit existing documents with tracked changes, redlining, and comments for collaborative review.
  • Extract and read text from documents, including content extraction and basic markdown representation.
  • Manage reviews and comments, attach authors and timestamps, and generate audit trails for legal or compliance needs.
  • Use Case: A legal team drafts a contract, applies tracked changes and comments, and exports a clean version for review.

Quick Start

Provide a source .docx and your edits, and I will create or update a document with tracked changes, comments, and preserved formatting.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I edit a Word document with tracked changes and comments?

You can edit a .docx file by providing the source document and edits to automatically generate tracked changes, attach review comments, and preserve formatting for collaborative review.

Can I extract text from a docx file while preserving the structure?

Yes, text extraction from a .docx file processes the OOXML structure to extract content and generate basic markdown representations while preserving the document layout.

Does this tool support creating new Word documents with tables and formatting?

Yes, you can create new .docx documents with structured formatting and tables, preserving styles to generate professional files for business or academic workflows.

What is the best way to manage document review comments for legal compliance?

Managing document review comments for legal compliance involves attaching authors and timestamps to comments within the .docx file, generating audit trails for tracked changes and redlining.

How do I handle OOXML structures when processing Word documents?

Handling OOXML structures when processing Word documents requires using internal Python scripts and the defusedxml dependency to securely parse, read, and edit .docx text and formatting.