docx

Create, read, and edit .docx files using the python-docx library.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ChenYCL/claude-skills-collection --skill docx-chenycl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/ChenYCL/claude-skills-collection/tree/main/docx
Command: npx skills add https://github.com/ChenYCL/claude-skills-collection --skill docx-chenycl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, editing, and manipulation of Microsoft Word (.docx) documents, eliminating the need for manual formatting and repetitive tasks.

Core Features & Use Cases

  • Document Creation: Generate professional documents from scratch with custom formatting, headings, and styles.
  • Content Manipulation: Read, extract, and modify text, tables, and images within existing .docx files.
  • Use Case: Automatically generate a monthly report by populating a pre-designed Word template with the latest sales figures and team updates.

Quick Start

Use the docx skill to create a new document with a title and a formatted paragraph.

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 python-docx?

Automating Word document generation with python-docx involves using scripts to create, edit, and format .docx files. This Skill handles document creation by supporting custom formatting, headings, tables, images, and template population for automated workflows.

Can I read and extract tables from existing .docx files?

Yes, you can read and extract tables from existing .docx files. This Skill provides content manipulation capabilities to read, extract, and modify text, tables, and images within existing Word documents without needing manual formatting.

Does this docx skill support adding headers, footers, and tracked changes to Word documents?

Yes, this docx skill supports adding headers, footers, and tracked changes to Word documents. It handles the creation and editing of .docx files using the python-docx library, allowing comprehensive document manipulation beyond basic text formatting.

What is the best way to populate a Word template with custom formatting for report generation?

The best way to populate a Word template with custom formatting for report generation is using this Skill. It streamlines template-based document workflows, allowing you to automatically inject text, tables, and images into pre-designed .docx files.

Do I need any external dependencies to create and manage Word documents?

You do not need external dependencies to create and manage Word documents with this Skill. It operates independently using the python-docx library to handle .docx file creation, reading, and editing without requiring additional setup.