docx

Installation
SKILL.md

DOCX Creation, Editing, and Analysis

Overview

A .docx file is a ZIP archive containing XML files.

Quick Reference

Task Approach
Read/analyze content pandoc or unpack for raw XML
Create new document Use docx-js -- see Creating New Documents below
Edit existing document Unpack -> edit XML -> repack -- see Editing Existing Documents below
Visual review Convert DOCX -> PDF -> PNGs via soffice + pdftoppm or scripts/render_docx.py

Converting .doc to .docx

python scripts/office/soffice.py --headless --convert-to docx document.doc
Related skills

More from kortix-ai/kortix-registry

Installs
4
GitHub Stars
3
First Seen
Mar 3, 2026