docx

Create, read, and edit Word documents using python-docx.

174|23|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/RedWoodOG/Hermes-Desktop --skill docx-redwoodog
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/RedWoodOG/Hermes-Desktop/tree/main/skills/claude-code/docx
Command: npx skills add https://github.com/RedWoodOG/Hermes-Desktop --skill docx-redwoodog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates creation, reading, and editing of Word documents (.docx), reducing manual formatting and repetitive edits.

Core Features & Use Cases

  • Create new Word documents with headings, lists, tables, and images using python-docx.
  • Read and modify existing .docx files, including text replacements, style adjustments, and content appends.
  • Use cases include templating reports, updating contract drafts, and assembling formatted documents from structured data.

Quick Start

Use the skill to generate or modify a .docx file by calling its operations with your desired 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 Python?▼

You can automate Word document creation by using the python-docx library to programmatically add headings, lists, tables, and images into a new .docx file, reducing manual formatting efforts for batch report generation.

Can I read and edit existing .docx files programmatically?▼

Yes, you can read and edit existing .docx files programmatically by leveraging python-docx to perform text replacements, adjust styles, and append new content to contract drafts or templated reports.

What is the best way to fill Word document templates with structured data?▼

Filling Word document templates is best handled by applying python-docx to map structured data into predefined placeholders, enabling automated assembly of formatted documents like contracts and reports.

Does python-docx support adding tables and images to Word documents?▼

Yes, python-docx supports adding tables and images to Word documents, allowing you to programmatically construct richly formatted .docx files for automated document drafting and content assembly.

How do I batch edit Word documents without opening them manually?▼

You can batch edit Word documents without manual intervention by scripting python-docx operations to apply uniform text replacements, style adjustments, and content appends across multiple .docx files.