docx

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks

Install

Hot:241

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-document-skills-docx&locale=en&source=copy

DOCX Document Processing Skill - Professional Word Document Creation, Editing, and Analysis Tools

Skill Overview

The DOCX skill provides a comprehensive solution for processing Microsoft Word (.docx) documents. It supports tasks ranging from simple content extraction to complex revision-mode management, helping you efficiently complete professional document creation, editing, and analysis.

Applicable Scenarios

1. Legal and Contract Document Processing

Provides professional document revision tools for law firms and corporate legal departments. It supports tracking all modifications, managing comments, and preserving the original formatting to ensure standardized version control and review workflows for contracts and legal documents.

2. Academic Paper and Publication Editing

Helps researchers, academics, and publishing professionals process academic papers and journal manuscripts. It supports adding comments, enabling revision mode for collaborative editing, and extracting text for peer review while preserving complex document formatting.

3. Enterprise Document Automation

Provides enterprise document administrators with the ability to process Word documents in batches. It supports automated document creation, content extraction, and format conversion, improving document processing efficiency and reducing errors caused by manual operations.

Core Features

1. Document Creation and Editing

Supports creating new Word documents using JavaScript/TypeScript, with a wide range of document-building components, including paragraphs and text runs. For existing documents, it enables precise editing through Python libraries, from simple text replacement to complex structural adjustments, while also supporting revision mode to track all changes.

2. Document Analysis and Content Extraction

Uses pandoc to convert Word documents into Markdown format for convenient text analysis and content review. It supports direct access to the raw OOXML structure to extract comments, embedded media, metadata, and other information. Documents can also be converted into PDF and image formats for visual analysis.

3. Revision Mode and Comment Management

Provides comprehensive support for Word’s tracked changes feature, allowing users to view, accept, reject, or retain all revisions. It also supports reading and adding document comments, making it particularly suitable for collaborative document review and version management.

Frequently Asked Questions

What document operations does the DOCX skill support?

The DOCX skill supports three major categories of operations: creating new documents, editing existing documents, and analyzing document content. Specific capabilities include creating documents with docx-js, editing documents with the Python Document library, extracting text with pandoc, handling tracked changes and comments, and accessing the raw OOXML structure.

How can revision mode be enabled in a Word document?

When editing an existing document, the DOCX skill uses OOXML’s <w:ins> (insertion) and <w:del> (deletion) tags to implement revision mode. Through the Python Document library, you can precisely control which text is marked as deleted and which is marked as inserted, thereby achieving professional document revision effects.

Which user groups is the DOCX skill suitable for?

It is primarily suitable for users who need to process professional documents, including legal professionals handling contracts and legal documents, academics editing papers and manuscripts, enterprise document administrators performing batch document processing, and government agencies handling official documents. Anyone who needs precise control over and automated processing of Word documents can use this skill.