word-document

Read and write Word .docx files using python-docx in Python workflows.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/KevinBean/emptyos --skill word-document-kevinbean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: word-document
Source: https://github.com/KevinBean/emptyos/tree/main/skills/tool-word-document
Command: npx skills add https://github.com/KevinBean/emptyos --skill word-document-kevinbean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate reading, extracting, and generating content in Word documents (.docx) to reduce manual editing and standardize formatting.

Core Features & Use Cases

  • Read Word documents: extract plain text and tables from .docx files.
  • Create and format documents: generate new Word files with headings, lists, tables, and styling.
  • Templates and resumes: produce formatted resumes and other templates from structured data.

Quick Start

Use the word-document skill to read a sample docx file and generate a new document with formatted content.

Frequently Asked Questions about word-document

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text and tables from a Word document using Python?

To extract text and tables from a Word document, use python-docx to parse .docx files and pull structural content into Python workflows. This skill provides code examples for reading documents and retrieving plain text and table data programmatically.

What is the best way to generate a formatted Word document in Python?

The best way to generate a formatted Word document is using python-docx to create .docx files with headings, lists, tables, and styling. This skill offers templates for producing structured reports and resumes from structured data.

Can I automate resume generation from structured data into a .docx file?

Yes, you can automate resume generation by using python-docx to map structured data into formatted Word document templates. This skill supports producing standardized resumes and other formatted documents directly within Python workflows.

Do I need python-docx to read and write Word files in Python workflows?

Yes, you need python-docx to read and write Word files because this skill relies on it as the core dependency for parsing content and applying formatting. The skill provides code examples that require this library to function.

How does document automation with Python handle formatting in .docx files?

Document automation handles formatting by leveraging python-docx to apply headings, lists, tables, and styling programmatically when creating or modifying .docx files. This standardizes formatting and reduces manual editing overhead.