docx

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

43|11|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill docx-vuralserhat86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/vuralserhat86/antigravity-agentic-skills/tree/main/skills/docx
Command: npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill docx-vuralserhat86

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandoc, docx, LibreOffice, Poppler, defusedxml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, modification, and analysis of professional Word documents (.docx files), eliminating manual formatting and complex editing tasks.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch using JavaScript/TypeScript.
  • Content Extraction: Convert .docx files to Markdown, preserving structure and tracked changes.
  • Redlining & Editing: Apply tracked changes, comments, and complex edits to existing documents using Python libraries.
  • Use Case: A legal team needs to review a 50-page contract. This Skill can be used to automatically apply tracked changes for all proposed edits, add comments to specific clauses, and then export the reviewed document.

Quick Start

Use the docx skill to convert the attached file '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 convert a .docx file to Markdown while preserving tracked changes?

You can convert .docx files to Markdown while preserving tracked changes by extracting text and formatting, outputting structured Markdown that retains redlining and document formatting.

Can I apply tracked changes and comments to an existing Word document programmatically?

You can apply tracked changes and comments to existing .docx files using Python libraries for OOXML manipulation, enabling automated redlining workflows and clause-specific annotations.

What is the best way to generate professional Word documents from scratch?

The best way to generate professional .docx files from scratch is using JavaScript or TypeScript via docx-js, allowing programmatic document creation with preserved formatting and structure.

Do I need LibreOffice or pandoc installed to extract text from .docx files?

Yes, text extraction from .docx files requires dependencies including pandoc, LibreOffice, and Poppler to provide the necessary environment for document conversion and structural analysis.

Does this approach support automated redlining for large contracts?

Yes, automated redlining for large contracts is supported, allowing legal teams to automatically apply tracked changes for proposed edits and add comments to specific clauses within lengthy .docx files.