docx

Create, edit, and analyze Word documents with OOXML workflows.

2|7|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/chidekina/aria-superpowers --skill docx-chidekina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/chidekina/aria-superpowers/tree/main/skills/docx
Command: npx skills add https://github.com/chidekina/aria-superpowers --skill docx-chidekina

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, Pillow.

What problem does it solve?

Comprehensive guidance and workflows for creating, editing, and analyzing Word documents (.docx) while preserving formatting, enabling tracked changes, comments, and content extraction across OOXML tasks.

Core Features & Use Cases

  • Create new Word documents from templates or content blocks with formatting preserved.
  • Edit existing documents with styling, manage tracked changes (redlining), and attach comments for review.
  • Analyze and extract text, structure, and metadata from Word documents, including support for tracked changes and comments.
  • Use Case: Produce a baseline contract, apply redlines, and capture reviewer comments automatically.

Quick Start

Create a sample Word document and apply a redlining workflow.

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 OOXML?

Edit existing .docx files with tracked changes (redlining) and comments by applying OOXML/WordprocessingML workflows that log reviewer annotations and capture content revisions while preserving the original document formatting.

Can I extract text and metadata from Word documents programmatically?

Create new Word documents from templates or content blocks with formatting preserved by applying OOXML workflows to assemble professional .docx files for legal, business, and content teams.

Does this approach support redlining workflows for legal and business documents?

This approach supports redlining workflows for legal and business documents by applying tracked changes and attaching comments to professional .docx files, enabling automated baseline contract production and reviewer feedback capture.

Do I need defusedxml and Pillow to process Word documents?

You need defusedxml and Pillow dependencies to securely parse OOXML structures and process embedded images when analyzing and editing Word documents, ensuring safe content extraction and formatting preservation.

What are the limitations of OOXML workflows for document editing?

OOXML workflows for document editing require precise WordprocessingML structure handling to preserve formatting, meaning complex elements like deeply nested objects may need careful parsing to avoid breaking tracked changes or comments.