docx

Creates and edits DOCX files with tracked-changes support.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Mohabsmar/VoiceDev-2.0 --skill docx-mohabsmar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Mohabsmar/VoiceDev-2.0/tree/main/skills/docx
Command: npx skills add https://github.com/Mohabsmar/VoiceDev-2.0 --skill docx-mohabsmar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating, editing, and analyzing professional Word documents (.docx) is often error-prone and time-consuming due to formatting preservation, tracked changes, comments, and complex layouts. This Skill automates DOCX creation, modification, and analysis with robust handling of tracked changes, comments, formatting preservation, and text extraction.

Core Features & Use Cases

  • Comprehensive DOCX creation and editing with tracked changes and comments
  • Formatting preservation, charts-centered placement, and text extraction from Word documents
  • Workflow-ready for creating client drafts, reviewing edits, and generating polished documents
  • Use Case: Generate a compliant Word report from a structured outline, then apply edits with tracked changes and comments
  • Use Case: Update an internal policy document while preserving formatting and generating a comment thread for reviewers

Quick Start

Create a new Word document with a professional layout or modify an existing .docx using tracked changes and comments.

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

Automating Word document creation and editing with tracked changes involves using Python-based tooling to modify .docx files while preserving formatting and generating inline comments. This approach enforces deterministic output for reviewing edits.

What is the best way to update an internal policy document while preserving formatting?

Updating an internal policy document while preserving formatting is best handled by automating DOCX modification workflows that maintain original layouts. This process applies edits via tracked changes and generates comment threads for reviewers.

Can I extract and analyze text content from a .docx file programmatically?

Extracting and analyzing text content from a .docx file programmatically is fully supported. The Skill supports text extraction from Word documents, allowing you to pull existing content for downstream analysis and review workflows.

Does this DOCX editing workflow require any specific Python dependencies?

Yes, this DOCX editing workflow requires the defusedxml Python dependency. It integrates with Python-based tooling to ensure secure XML parsing while automating document creation, modification, and analysis tasks.

How do I generate a compliant Word report from a structured outline?

Generating a compliant Word report from a structured outline is achieved through comprehensive DOCX creation features. You can generate polished documents with professional layouts and then apply subsequent edits with tracked changes.