docx

Create and edit Word documents with OpenXML structure and tracked changes.

21|11|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/nullpond/minimax-skill-analysis --skill docx-nullpond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/nullpond/minimax-skill-analysis/tree/main/kimi/docx
Command: npx skills add https://github.com/nullpond/minimax-skill-analysis --skill docx-nullpond

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, matplotlib, numpy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Word document creation and editing often requires consistent structure, branding, and a track-changes workflow; this Skill provides a framework to generate professionally formatted DOCX files and perform structured edits with comments and revisions.

Core Features & Use Cases

  • Generate new Word documents from templates with cover, TOC, body content, and back cover; includes header/footer, background images, and cross-reference support.
  • Edit existing documents with tracked changes and comments, including conversion of inline edits to deletions/revisions and cross-reference linking.
  • OpenXML validation and structural correctness (tblGrid, image aspect ratios, section margins) to ensure Word can open and print correctly.
  • Support for CJK and multilingual content with correct quotes escaping, font configuration, and templates.
  • Use-cases: proposals, reports, manuals; customizing color schemes.

Quick Start

Run the docx generation workflow using the assets/templates and references to create a sample proposal document.

Frequently Asked Questions about docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Word document generation with covers, tables of contents, and charts?

Automating Word document generation is handled by applying OpenXML structure to create professional DOCX files with covers, TOCs, and charts. The framework generates formatted documents from templates with cross-reference support.

Can I edit existing Word documents with tracked changes and comments using Python?

Editing existing Word documents with tracked changes is supported through Python-based editing tools for revision tracking. It converts inline edits to deletions and revisions while linking cross-references.

Does OpenXML validation ensure Word can correctly open and print generated documents?

OpenXML validation ensures structural correctness for tables, images, and section margins so Word opens and prints correctly. It verifies tblGrid structures and image aspect ratios to prevent formatting errors.

How do I generate multilingual Word documents with CJK content and correct font configuration?

Generating multilingual Word documents with CJK content requires correct quotes escaping, font configuration, and templates. This framework supports multilingual formatting to ensure proper CJK rendering in DOCX files.

What is the best way to create business proposals and reports with track-changes workflows?

Creating business proposals and reports with track-changes workflows is handled by applying OpenXML structure with C# SDK patterns for creation and Python tools for revisions. It enforces validation checks across multilingual content.

Do I need Playwright and Matplotlib to customize color schemes and generate Word documents?

Playwright and Matplotlib are dependencies used alongside NumPy to support document generation workflows and chart creation. You use these with assets and templates to customize color schemes and generate DOCX files.