docx

Installation
SKILL.md

DOCX Processing Skill

Overview

This skill enables comprehensive Word document operations through multiple specialized workflows for reading, creating, and editing documents.

Quick Start

from docx import Document

# Read existing document
doc = Document("document.docx")
for para in doc.paragraphs:
    print(para.text)
Installs
19
GitHub Stars
11
First Seen
Jan 24, 2026
docx — vamseeachanta/workspace-hub