docx

Create, edit, and analyze .docx files with Python libraries.

24|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Prorise-cool/prorise-claude-skills --skill docx-prorise-cool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Prorise-cool/prorise-claude-skills/tree/main/.claude/skills/documentation-specialist/references/domains/document-formats/docx
Command: npx skills add https://github.com/Prorise-cool/prorise-claude-skills --skill docx-prorise-cool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandoc, docx, libreoffice, poppler-utils, defusedxml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, editing, and reviewing Word documents, handling complex tasks like tracked changes and content analysis efficiently.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch using programmatic control.
  • Content Editing: Modify existing documents, including basic text changes and complex structural edits.
  • Tracked Changes: Implement and manage tracked changes for collaborative review and redlining.
  • Data Extraction: Convert .docx content to markdown for analysis or further processing.
  • Use Case: Automatically update a legal contract by replacing specific clauses, adding comments, and tracking all modifications for review.

Quick Start

Use the docx skill to convert the document 'report.docx' into markdown format.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I programmatically generate and edit Word documents?

You can programmatically generate and edit Word documents by using Python libraries like python-docx and docx-js to create .docx files from scratch or modify existing content and structural elements.

Can I implement tracked changes and redlining in a .docx file?

Yes, you can implement tracked changes and redlining in a .docx file. This Skill manages collaborative review workflows by programmatically adding modifications and comments for review.

What is the best way to convert a Word document to markdown for analysis?

The best way to convert a Word document to markdown for analysis is by using this Skill's data extraction capabilities, which transform .docx content into markdown format for further processing.

Does this Word document generation approach work with Python and LibreOffice?

Yes, this approach works with Python and LibreOffice. It relies on dependencies including python-docx, pandoc, and libreoffice to manage document creation, conversion, and analysis.

How do I automatically update specific clauses in a legal contract?

You can automatically update specific clauses in a legal contract by programmatically replacing targeted text, adding comments, and tracking all modifications for collaborative review.