MiniMax/minimax-docx — Agent Skills | officialskills.sh
Back to skills

minimax-docx

communitydocs

Creates, edits, and formats DOCX files using OpenXML SDK (.

Setup & Installation

npx skills add https://github.com/MiniMax-AI/skills --skill minimax-docx
or paste the link and ask your coding assistant to install it
https://github.com/MiniMax-AI/skills/tree/main/skills/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

  • Drafting a research paper formatted to IEEE or APA style requirements
  • Filling placeholder fields in a contract template with client-specific data
  • Reformatting a plain Word report to match a company's branded document template
  • Generating a Chinese government memo (公文) following GB/T 9704 layout rules
  • Adding a table of contents with proper heading levels to a multi-section thesis