docx

Generate, edit, and analyze .docx documents with styles, tables, and tracked changes.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/MaxServDev/DriClaw-Evolution-local --skill docx-maxservdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/MaxServDev/DriClaw-Evolution-local/tree/main/.agents/skills/docx
Command: npx skills add https://github.com/MaxServDev/DriClaw-Evolution-local --skill docx-maxservdev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Word document workflow automation capability reduces manual drafting, formatting, and updating of .docx files by providing a structured set of tools to create, read, edit, and format Word documents programmatically.

Core Features & Use Cases

  • Create new .docx documents with consistent styles, headers/footers, tables, and images.
  • Read and modify existing documents, including inserting images, tables, and tracked changes or comments.
  • Generate polished Word outputs (letters, reports, or templates) from natural-language prompts or structured data.

Quick Start

Create a formatted Word document from a prompt by providing content and formatting preferences.

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 from natural language or structured data?

Yes, you can modify existing .docx files by reading and editing their content. The workflow supports inserting images and tables, applying formatting styles, and managing tracked changes or comments directly within the existing Word document structure.

Does this approach to Word document automation support inserting images and tables?

Yes, Word document automation supports inserting images and tables into .docx files. It programmatically embeds media and generates table structures while applying consistent layouts across the generated or edited documents.

Can I apply tracked changes and comments when editing existing Word documents?

You can apply tracked changes and comments when editing existing Word documents. The automation reads and modifies .docx files to manage revisions and annotations programmatically, ensuring collaborative formatting and content manipulation.

What is the best way to generate formatted Word templates with consistent layouts?

The best way to generate formatted Word templates is using structured automation tools that apply consistent layouts, headers, and footers. This programmatically creates .docx files with standardized styles, tables, and embedded images for repeated document generation.

Do I need lxml or defusedxml dependencies to parse and generate Word documents?

You need lxml and defusedxml dependencies to parse and generate Word documents securely. These libraries provide the underlying XML manipulation required to read, edit, and format .docx file structures programmatically.