docx

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

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill docx-plurigrid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/plurigrid/asi/tree/main/skills/docx
Command: npx skills add https://github.com/plurigrid/asi --skill docx-plurigrid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates professional Word document editing, including tracked changes and comments, while preserving formatting and enabling text extraction.

Core Features & Use Cases

  • Reading & Analyzing: Extract text or inspect OOXML structure.
  • Editing & Redlining: Apply tracked changes and manage comments.
  • Conversions: Convert between DOCX and other formats (e.g., PDF).

Quick Start

Process a sample file 'report.docx' to read content, review tracked changes, and add comments as needed.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate editing and tracked changes in Word documents?

Tracked changes in Word documents automate redlining and revision workflows by recording insertions, deletions, and formatting modifications with author and timestamp metadata. This Skill applies tracked changes programmatically during document creation and editing, preserving revision history for collaborative review cycles without manual annotation.

Can I extract text and read OOXML structure from DOCX files?

Text extraction from DOCX files retrieves document content by parsing the underlying OOXML structure. This Skill supports both text extraction for content analysis and direct OOXML access for inspecting document properties, formatting, and metadata during read operations.

How do I add comments to Word documents programmatically?

Comments in Word documents enable collaborative feedback by attaching author-attributed notes to specific text ranges. This Skill manages comments during document creation and editing, supporting review workflows that require embedded annotations alongside tracked changes.

What formats can I convert DOCX documents to?

DOCX documents convert to PDF and image formats, enabling distribution and archival of Word files in read-only or embedded form. This Skill handles format conversion while preserving layout and formatting during the transformation process.

Does this support preserving document revision IDs during editing?

RSIDs (Run Style IDs) track revision history and style consistency in Word documents. This Skill preserves RSIDs during edit operations, maintaining document integrity and revision lineage required for compliance and long-term document management.

Can I create new DOCX documents from scratch programmatically?

Creating new DOCX documents programmatically generates formatted Word files with text, structure, and metadata without manual authoring. This Skill uses docx-js to build documents from code, supporting automated report generation and document templating workflows.