docx

Create, edit, and format .docx files with Python scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/csgaokun/vscode_claude --skill docx-csgaokun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/csgaokun/vscode_claude/tree/main/.github/skills/docx
Command: npx skills add https://github.com/csgaokun/vscode_claude --skill docx-csgaokun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the creation, reading, editing, and formatting of Word documents (.docx), saving time and reducing manual drafting.

Core Features & Use Cases

  • Create polished Word documents from plain text descriptions, including headings, tables, images, and templates.
  • Read, modify, and reformat existing .docx files, perform find-and-replace, insert images, and manage tracked changes or comments.
  • Convert drafts into professional deliverables such as reports, letters, templates, or memos with consistent styling.

Quick Start

Provide a description of the Word document you need, and Claude will generate a polished .docx with formatting.

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 a plain text prompt?

You can automate Word document creation by providing a plain text description of the required content, and the system generates a polished .docx file with proper styling, headings, tables, and images.

Can I edit and reformat existing .docx files programmatically?

Yes, you can read, modify, and reformat existing .docx files programmatically, performing operations like find-and-replace, inserting images, and managing tracked changes or comments.

What is the best way to generate formatted Word reports and resumes without manual drafting?

The best way to generate formatted Word reports and resumes is using document automation scripts that apply consistent styling and templates directly from your text prompts to produce professional deliverables.

Does this Word document automation tool support inserting tables and images?

Yes, this Word document automation tool supports inserting tables and images into your .docx files, allowing you to create complex documents with rich media and structured data from your prompts.

Do I need Python and lxml to run these Word document scripts?

Yes, you need Python along with the lxml and defusedxml libraries installed in your environment to run these deterministic scripts for creating and editing .docx files.