minimax-docx

Create, format, and validate DOCX files using OpenXML workflows.

54|18|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/open-fox/agents --skill minimax-docx-open-fox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-docx
Source: https://github.com/open-fox/agents/tree/main/skills/minimax-docx
Command: npx skills add https://github.com/open-fox/agents --skill minimax-docx-open-fox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dotnet, pandoc, soffice, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Minimizing the manual overhead of producing consistent Word documents by providing an OpenXML-based workflow for creating, formatting, and validating DOCX files from scratch or via templates.

Core Features & Use Cases

  • Styled DOCX creation from templates or content blocks with full OpenXML control over paragraphs, tables, headers/footers, and sections
  • Template application and style mapping to enforce brand and design across documents
  • Validation and gate-check against XSDs and design principles, including preview and diff capabilities

Quick Start

Create a sample document by selecting a template and feeding content blocks.

Frequently Asked Questions about minimax-docx

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

FAQPage Schema
How do I automate Word DOCX creation from templates?

You can automate Word DOCX creation by feeding content blocks into a selected template, applying style mapping to enforce brand consistency across paragraphs, tables, headers, footers, and document sections.

How does OpenXML validation work for DOCX documents?

OpenXML validation enforces strict schema checks and design principles like docDefaults, themes, numbering, and element ordering, providing gate-check validation alongside preview and diff capabilities to ensure document compliance.

Do I need dotnet and pandoc to process DOCX files?

Yes, processing DOCX files through this workflow requires a compatible environment setup including dotnet, pandoc, and soffice dependencies to execute document generation, formatting, and validation tasks effectively.

What is the best way to apply brand styling to an existing Word document?

The best way to apply brand styling to an existing Word document is through template-driven reformatting, which maps styles across the document to enforce strict design consistency and OpenXML best practices.

Can I validate headers, footers, and sections in a DOCX file?

Yes, you can validate headers, footers, and sections in a DOCX file by running gate-check validation against XSDs and OpenXML design principles to ensure structural integrity and correct element ordering.

Why does my generated DOCX file fail schema validation?

Generated DOCX files fail schema validation when they violate OpenXML best practices regarding docDefaults, themes, numbering, or element ordering, which are strictly enforced during the gate-check validation process.