docx

Create and edit Word .docx documents with formatting and embedded content.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/rovanni/IalClaw --skill docx-rovanni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/rovanni/IalClaw/tree/main/skills/internal/docx
Command: npx skills add https://github.com/rovanni/IalClaw --skill docx-rovanni

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word document workflows (creation, editing, and formatting) can be tedious and error-prone when done manually. This Skill automates common Word document tasks to improve consistency and speed.

Core Features & Use Cases

  • Create new .docx documents with formatting, headers/footers, tables of contents, and embedded images.
  • Read, modify, and analyze existing Word documents, including tracked changes and comments.
  • Generate polished Word documents from drafts or templates, or extract content for reports.

Quick Start

Create a polished Word document from a draft outline with a table of contents and page numbers.

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 generation with formatting and tables?

Automate Word document generation by creating .docx files locally with built-in formatting, headers, footers, tables, and embedded images. This ensures consistent, professional document output without manual editing.

Can I read and modify tracked changes in existing Word documents?

Yes, you can read, modify, and analyze existing .docx files, including extracting and managing tracked changes and comments. This handles document edits locally to maintain privacy and reproducibility.

What is the best way to generate a Word document from a draft template?

Generate a polished Word document from a draft outline or template by validating the structure during creation. This automatically handles formatting and embeds content like tables of contents and page numbers.

Does this Word document generation approach keep my data private?

Yes, Word document creation and editing happens locally to ensure privacy and reproducibility. This prevents sensitive document content from being exposed to external servers during generation.

Why does my Word document generation fail during structure validation?

Structure validation failures during Word document generation are handled gracefully to maintain document integrity. The system validates the .docx structure during creation and catches errors before they corrupt the output.

Do I need lxml to create Word documents with this approach?

Yes, lxml and defusedxml are required dependencies to create and edit Word documents. These libraries process the underlying XML structure of .docx files to validate and maintain document integrity.