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

Reading Content

# Text extraction with tracked changes
pandoc --track-changes=all document.docx -o output.md
Related skills

More from touricks/fanshi_personal_skills

Installs
6
GitHub Stars
2
First Seen
Feb 21, 2026