docx

Create, edit and redline Word (.docx) documents with tracked changes and comments.

Updated Mar 1, 2017
One-click install
npx skills add https://github.com/TedTschopp/tedt.org --skill docx-tedtschopp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/TedTschopp/tedt.org/tree/main/.github/skills/docx
Command: npx skills add https://github.com/TedTschopp/tedt.org --skill docx-tedtschopp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word document creation, editing, and review often require manual, repetitive steps and careful tracking of changes. This Skill provides automated tooling to generate, modify, and review Microsoft Word documents (.docx) with tracked changes, comments, and formatting preservation.

Core Features & Use Cases

  • Automate creation of Word documents with styling, images, tables, and TOC.
  • Apply edits with tracked changes and redlining, including comments and author tracking.
  • Preserve complex formatting while integrating new content across multiple sections and media.

Quick Start

Create a new Word document with a title and a short paragraph, and save it as a .docx file.

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

Automate Word document creation by programmatically generating .docx files with styling, images, and tables while applying tracked changes, redlining, and comments with author tracking to preserve formatting.

Can I edit existing .docx files and add redlining without breaking complex formatting?

Edit existing .docx files with redlining while preserving complex formatting across images, tables, and TOC by ensuring proper OOXML handling and auto-injecting RSIDs and authors during content modification.

How does OOXML handling validate change history during document collaboration?

OOXML handling validates change history during collaboration by auto-injecting RSIDs and authors into tracked changes, ensuring deterministic workflows that maintain document integrity across multiple review cycles.

Do I need lxml and Pillow to generate Word documents with images and tables?

Generating Word documents with images and tables requires lxml for OOXML processing, Pillow for image handling, and defusedxml for secure XML parsing to ensure proper formatting preservation.

What's the best way to apply tracked changes to multiple sections in a Word document?

Apply tracked changes to multiple sections by integrating new content across the document while preserving formatting, using deterministic workflows that auto-inject RSIDs and validate change history for collaboration.

Why does my Word document lose formatting when adding comments through automation?

Formatting loss when adding comments occurs without proper OOXML handling; this Skill preserves formatting for images, tables, and TOC by ensuring correct OOXML structure and author tracking during comment injection.