docx

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ferazfhansurie/adletic-content --skill docx-ferazfhansurie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/ferazfhansurie/adletic-content/tree/main/.agents/skills/docx
Command: npx skills add https://github.com/ferazfhansurie/adletic-content --skill docx-ferazfhansurie

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 creation, editing, and analysis of professional Word documents, handling complex formatting, tracked changes, and comments efficiently.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch using JavaScript/TypeScript.
  • Content Editing: Modify existing .docx files, including tracked changes and comments, using Python.
  • Text Extraction: Convert .docx to Markdown, preserving structure and tracked changes.
  • Redlining: Implement precise 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 with tracked changes, add comments, and ensure all formatting is preserved before finalization.

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 apply tracked changes and redlining to a Word document?

To apply tracked changes and redlining to a Word document, this Skill modifies existing .docx files via Python to implement precise edits and comments while preserving formatting for review.

Can I extract text from a .docx file and convert it to Markdown?

Yes, you can extract text from a .docx file and convert it to Markdown using pandoc, which preserves the document's structure and tracked changes during the conversion process.

How do I generate a new .docx file from scratch programmatically?

You can generate new .docx files from scratch programmatically by utilizing JavaScript or TypeScript alongside the docx-js library to structure and create professional Word documents.

Does this approach preserve complex formatting when editing Word documents?

Yes, this approach preserves complex formatting when editing Word documents by directly manipulating the OOXML structure via Python libraries, ensuring original layouts remain intact during content modification.

Do I need LibreOffice to convert .docx files to images?

Yes, you need LibreOffice and Poppler utilities installed to convert .docx files into images, enabling visual analysis and rendering of the Word documents within your environment.