docx

Create, edit, and analyze .docx files with tracked changes and comments.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill docx-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40anthropic/docx
Command: npx skills add https://github.com/northseadl/skillwisp --skill docx-northseadl

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 analyzing professional Word documents, handling everything from basic text changes to complex tracked revisions.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch using JavaScript/TypeScript.
  • Content Editing: Modify existing documents, including tracked changes and comments, using Python libraries.
  • Redlining: Implement comprehensive tracked changes for document review and collaboration.
  • Use Case: A legal team needs to review a 50-page contract. They can use this Skill to apply specific edits, add comments, and track all changes made by different reviewers, ensuring a clear audit trail.

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 automate redlining and tracked changes in Word documents?

You can generate .docx files from scratch by using JavaScript and TypeScript libraries like docx-js, which allow programmatic creation of professional documents without needing a Word processor installed.

What's the best way to extract text from a .docx file for analysis?

Yes, you can preserve formatting when editing professional documents by manipulating OOXML directly through dedicated Python and JavaScript libraries, ensuring original styles remain intact during content modifications.

Do I need LibreOffice installed to convert Word documents to markdown?

You need LibreOffice, along with pandoc and Poppler utilities, installed in your environment to handle comprehensive document conversion and text extraction from .docx files into markdown format.

How does tracked changes work for contract review in Word documents?

Yes, this approach handles 50-page contracts efficiently by automating the application of edits, comments, and tracked changes across large documents, ensuring a clear audit trail for legal teams.