What problem does it solve? Working with .docx files programmatically is error-prone: raw XML manipulation, broken page-number fields, unpopulated tables of contents, and inconsistent formatting are common failure points. This Skill provides a complete, verified workflow for building, reading, and editing Word documents through the officecli CLI so every deliverable meets professional formatting standards. ## Core Features & Use Cases - Document creation and editing: Build reports, letters, memos, and proposals with proper heading hierarchy, styles, tables, lists, images, hyperlinks, headers, footers, and live page-number fields. - Reading and analysis: Extract text, inspect document structure via outline views, and query elements with CSS-like selectors for systematic QA. - Field and TOC handling: Insert live PAGE, NUMPAGES, DATE, MERGEFIELD, and TOC fields, with verified recipes for composite footers and static TOC fallbacks. - Use Case: Generate a quarterly business review document with a styled cover page, multi-level headings, a formatted data table with a dark header row, a table of contents, and a "Page X of Y" footer, then validate the output before delivery. ## Quick Start Ask the assistant to create a Word report with a title page, three headed sections, a table of contents, and page numbers in the footer using officecli.