docx

Create, read, edit, and format .docx Word documents with tables and styles.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/9999-12-31/Dr.Claw --skill docx-9999-12-31
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/9999-12-31/Dr.Claw/tree/main/src/qwenpaw/agents/skills/docx-en
Command: npx skills add https://github.com/9999-12-31/Dr.Claw --skill docx-9999-12-31

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word document workflows are tedious and error-prone when creating, reading, or updating .docx files; this skill automates the process to produce polished Word documents reliably.

Core Features & Use Cases

  • Create new Word documents from structured content with tables, images, headers/footers, and styles.
  • Read, modify, and reformat existing .docx files, including tracked changes and comments.
  • Generate templates and reports (resumes, letters, proposals) with professional formatting and branding.

Quick Start

Create a polished Word document from the provided content.

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 tables and images?

Automating Word document creation involves processing structured content to generate .docx files with tables, images, headers, footers, and styles. This skill applies operational instructions via a Markdown body to reliably produce polished documents from user-provided input.

Can I read and modify existing .docx files including tracked changes?

Reading and modifying existing .docx files, including tracked changes and comments, is fully supported. The skill automates the process of reformatting and updating Word documents while preserving document integrity and revision history.

What's the best way to generate professional resumes and reports from structured content?

Generating professional resumes and reports requires applying consistent formatting and branding across templates. This skill automates the creation of letters and proposals by transforming structured user content into polished Word documents with defined styles.

Does this Word document automation approach support custom headers, footers, and styles?

Custom headers, footers, and styles are supported for Word document automation. The skill uses a YAML frontmatter for metadata and a Markdown body to define operational instructions, applying professional formatting to the generated .docx files.

Why are my .docx formatting workflows tedious and error-prone when updating documents?

Updating .docx files manually is tedious and error-prone due to complex internal XML structures. This skill automates the process by handling formatting, tracked changes, and styling programmatically to produce reliable Word documents without manual intervention.

Do I need lxml and defusedxml to process Word documents programmatically?

Processing Word documents programmatically relies on dependencies like lxml and defusedxml to parse and manipulate the underlying XML structure safely. These libraries enable the skill to read, edit, and format .docx files reliably.