Back to skills

minimax-docx

docs

Creates, edits, and formats DOCX files using OpenXML SDK (.NET) with three distinct pipelines: building documents from scratch, filling or modifying existing ones, and applying template formatting wit

Setup & Installation

npx skills add https://github.com/MiniMax-AI/minimax-docx --skill minimax-docx
or paste the link and ask your coding assistant to install it
https://github.com/MiniMax-AI/minimax-docx
View on GitHub

What This Skill Does

Creates, edits, and formats DOCX files using OpenXML SDK (.NET) with three distinct pipelines: building documents from scratch, filling or modifying existing ones, and applying template formatting with XSD validation. Supports academic style guides (IEEE, APA, MLA, Chicago), Chinese government document standards (GB/T 9704), and structural elements like TOC, headers/footers, and multi-section layouts. Programmatically producing valid, well-structured DOCX with correct element ordering and style inheritance is error-prone by hand; this skill handles OpenXML's strict requirements, unit conversions, and style inheritance rules automatically.

When to use it

  • Working with minimax docx functionality
  • Implementing minimax docx features
  • Debugging minimax docx related issues