DOCX

Create, edit, and analyze Word documents with tracked changes and comments.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/skycruzer/fleet-management-v2 --skill docx-skycruzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DOCX
Source: https://github.com/skycruzer/fleet-management-v2/tree/main/.claude/skills/document-skills/docx
Command: npx skills add https://github.com/skycruzer/fleet-management-v2 --skill docx-skycruzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, lxml, and includes scripts (resource) components.

What problem does it solve?

Manually creating, formatting, and updating Microsoft Word documents is a time-consuming and often repetitive task, especially for reports, contracts, or standardized documents. This Skill automates Microsoft Word document processing, including content generation, formatting, and manipulation, streamlining your workflow and ensuring consistent, professional documents with minimal effort.

Core Features & Use Cases

  • Content Generation: Create new Word documents from scratch or based on templates.
  • Text & Paragraph Manipulation: Insert, update, delete, and format text and paragraphs.
  • Table & Image Management: Add, modify, and extract data from tables; insert and position images.
  • Use Case: Need to update a contract draft with new payment terms? This Skill can open contract_draft.docx, find the "Payment Terms" section, insert a new paragraph, and save the updated file, automating your document revision process.

Quick Start

Use the DOCX skill to create a new document with the title "Project Proposal" and a section "Introduction" with placeholder text.

Frequently Asked Questions about DOCX

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

FAQPage Schema
How do I automate creating and editing Word documents programmatically?

Word document automation uses python-docx to create, edit, and format .docx files programmatically. You can generate new documents, insert text and tables, apply formatting, and save changes without opening Microsoft Word, streamlining repetitive document workflows.

Can I add tracked changes and comments to Word documents with automation?

Yes, this Skill supports tracked changes with author metadata, comment management, and RSID handling. You can apply redlines, insert comments, and preserve edit history programmatically, enabling automated review workflows for contracts, proposals, and collaborative documents.

What's the best way to extract text and metadata from existing Word documents?

Extract text, paragraphs, tables, and document metadata from .docx files using python-docx manipulation. Parse content structure, retrieve formatting details, and access raw XML for advanced OOXML operations without manual document inspection.

Does Word document automation work with complex formatting and tables?

Yes, the Skill handles table creation, modification, image insertion, text formatting, and document structure preservation. You can automate reports, contracts, and standardized templates while maintaining professional formatting and layout across generated documents.

Can I integrate Word document processing with other Python OOXML tools?

This Skill provides raw XML access and integrates with docx-js and Python OOXML tooling through lxml support. You can combine document generation with external OOXML processing for advanced content generation and analysis workflows.

What are the limitations of automating Word document creation at scale?

Automation handles standard OOXML operations reliably; however, complex VBA macros, embedded objects, or proprietary Word extensions may require manual handling. The Skill focuses on content, formatting, tracked changes, and comments for professional document workflows.