docx

Create, edit, and analyze .docx Word documents with templates and formatting.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/UselessXu/mino --skill docx-uselessxu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/UselessXu/mino/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/UselessXu/mino --skill docx-uselessxu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word documents are often created and updated manually, leading to inconsistent formatting and slower production. This Skill automates the lifecycle of .docx documents, enabling repeatable creation, structured editing, and content analysis to speed up professional document work.

Core Features & Use Cases

  • Docx creation and editing: generate new documents from templates, insert text, tables, and images, and update existing documents.
  • Formatting, structure, and analysis: apply headings, tables of contents, headers/footers, page layout, and validate content quality or extract data for reporting.
  • Use Case: assemble a polished Word report by programmatically organizing sections, inserting media, and producing a ready-to-share document.

Quick Start

Run the /BOOTSTRAP command to initialize your Word-document workflow and start creating, editing, or analyzing .docx files.

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

Automating Word document creation from templates involves using scripts to generate new .docx files, insert text, tables, and images, and update existing documents for repeatable professional workflows.

Can I programmatically add a table of contents and headers to a .docx file?

Yes, you can programmatically apply structural formatting to a .docx file, including generating tables of contents, setting up headings, and inserting headers and footers to ensure consistent document layouts.

What is the best way to batch format Word documents?

Batch formatting Word documents is best handled by automating the .docx lifecycle, allowing you to apply consistent page layouts, headings, and structural edits across multiple business reports simultaneously.

Does this Word automation approach support tracked changes validation?

Yes, this approach supports tracked changes validation and content quality checks, enabling you to analyze .docx documents, extract data for reporting, and verify edits within professional workflows.

Do I need Python and lxml to generate Word reports?

Python and lxml are required dependencies to run the scripts that generate Word reports, providing the underlying XML manipulation needed to create, edit, and analyze .docx files.

Why does template-driven report generation stop working?

Template-driven report generation may stop working if the underlying XML structure of the .docx template is corrupted or if the defusedxml and lxml dependencies encounter unsupported document formatting elements.