
Minimax Docx
- 1.8k installs
- 82k repo stars
- Updated July 28, 2026
- nexu-io/open-design
Skill that creates and edits professional DOCX files using OpenXML SDK for branded reports, proposals, and template-based authoring.
About
minimax-docx enables programmatic DOCX document creation and editing via OpenXML SDK. Developers use it to build branded reports, polished proposals, and template-based documents without manual formatting. The skill wraps OpenXML capabilities for structured document authoring, supporting custom styling, multi-section layouts, and reusable templates. Key workflows include generating dynamic business reports with company branding, creating proposal templates with placeholders, and editing existing DOCX files to insert or modify content programmatically.
- OpenXML SDK integration for low-level DOCX manipulation
- Template-based document authoring with reusable layouts
- Branded report generation with custom styling and headers
- Proposal document creation with structured sections
- Programmatic editing of existing DOCX files
Minimax Docx by the numbers
- 1,755 all-time installs (skills.sh)
- +121 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #121 of 690 Office & Documents skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
minimax-docx capabilities & compatibility
- Capabilities
- create docx documents from scratch · edit existing docx files · apply openxml styling and formatting · generate reports with tables and sections · support templated document authoring
- Works with
- excel
- Use cases
- documentation · copywriting · presentations
- Runs
- Runs locally
- Pricing
- Free
What minimax-docx says it does
Professional DOCX document creation and editing using OpenXML SDK. Useful for branded reports, polished proposals, and template-based authoring.
template-based authoring
npx skills add https://github.com/nexu-io/open-design --skill minimax-docxAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.8k |
|---|---|
| repo stars | ★ 82k |
| Last updated | July 28, 2026 |
| Repository | nexu-io/open-design ↗ |
What it does
Generate formatted DOCX reports and proposals with custom branding using OpenXML templates.
Who is it for?
Building branded reports, generating proposal templates, creating dynamic business documents with custom styling.
Skip if: Real-time collaborative editing, complex layout designs requiring visual WYSIWYG editing, conversion from other formats at scale.
When should I use this skill?
Developer needs to create or edit a DOCX file with custom branding, generate reports from data, or apply templates.
What you get
Developer produces polished DOCX reports, proposals, and templated documents with consistent branding and structure.
- DOCX document files
- Formatted reports with branding
- Proposal documents with templated sections
By the numbers
- Supports OpenXML-compliant DOCX format (ISO/IEC 29500 standard)
Files
minimax-docx
Curated from the MiniMax AI team.
What it does
Professional DOCX document creation and editing using OpenXML SDK. Useful for branded reports, polished proposals, and template-based authoring.
Source
- Upstream: https://github.com/MiniMax-AI/skills
- Category:
documents
How to use
This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory:
# Inspect the upstream README for exact paths
open https://github.com/MiniMax-AI/skillsThen ask the agent to invoke this skill by name (minimax-docx) or with one of the trigger phrases listed in this skill's frontmatter.
Related skills
How it compares
Pick minimax-docx for branded OpenXML Word deliverables; use Markdown or PDF generators when collaborators do not need editable DOCX files.
FAQ
What is OpenXML and why use it for DOCX?
OpenXML is the underlying XML format of DOCX files. Using the OpenXML SDK allows programmatic control over formatting, styles, tables, and structure without relying on Microsoft Office.
Can I use existing DOCX templates?
Yes, minimax-docx supports template-based authoring where you define reusable layouts and insert dynamic content into placeholder fields.
Does this require Microsoft Office installed?
No, the OpenXML SDK operates on the file format directly and does not require Office installation.