What problem does it solve?
Users need to produce, modify, and extract content from Word documents (.docx) with precise formatting, tables, images, and tracked changes, a task that is time‑consuming without automation.
Core Features & Use Cases
- Document Creation: Generate .docx files from JavaScript using docx-js with explicit page size and style overrides.
- Content Extraction: Convert .docx to markdown via pandoc or unpack XML for direct text access.
- Editing & Tracking: Unpack, edit XML, manage tracked changes, comments, and accept changes through LibreOffice scripts.
- Conversion: Transform .docx to PDF or images using LibreOffice, then to JPEG via pdftoppm.
- Use Cases: Quickly create reports, letters, or templates with tables of contents; extract and reorganize content from existing documents; insert or replace images while preserving formatting.
Quick Start
Ask the docx skill to generate a formatted report titled “Quarterly Summary” with a table of contents.