minimax-docx

Generate, edit, and format Word documents using the OpenXML SDK.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/466852675/Skills-2026 --skill minimax-docx-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-docx
Source: https://github.com/466852675/Skills-2026/tree/main/minimax-docx
Command: npx skills add https://github.com/466852675/Skills-2026 --skill minimax-docx-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The minimax-docx skill removes the need for manual Word document creation, editing, and formatting by providing automated, programmable pipelines that handle new document generation, content insertion, and template application.

Core Features & Use Cases

  • Create New Documents: Generate DOCX files from scratch with configurable styles, headers, footers, and pagination.
  • Edit Existing Documents: Fill placeholders, replace text, and modify tables or sections without breaking formatting.
  • Apply Templates: Reformat documents to match corporate or official templates, including strict XSD validation.
  • Validation Pipeline: Automatic structure and business rule checks ensure standards compliance for reports, contracts, and official forms.

Quick Start

Use the minimax-docx skill to create a report document named "Quarterly_Report.docx".

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 document generation using OpenXML?

Automate Word document generation using OpenXML by programmatically creating DOCX files with configurable styles, headers, footers, and pagination. This pipeline handles new document creation and content insertion without manual formatting.

Can I fill placeholders and edit existing DOCX files without breaking formatting?

You can edit existing DOCX files to fill placeholders, replace text, and modify tables or sections without breaking formatting. The pipeline uses the OpenXML SDK to ensure structure remains intact during content modification.

How do I reformat documents to match corporate templates with XSD validation?

Reformat documents to match corporate templates by applying predefined styles and running automatic structure checks. The validation pipeline enforces XSD compliance to ensure reports, contracts, and official forms meet standards.

Do I need .NET 8 to create DOCX files programmatically?

You need .NET 8 or later and the DocumentFormat.OpenXml library to create DOCX files programmatically. These dependencies are required to execute the generation and formatting pipelines successfully.

What is the best way to apply corporate formatting standards to existing Word documents?

The best way to apply corporate formatting standards is using an automated OpenXML pipeline to reformat existing Word documents. This applies strict templates and performs business rule checks for official compliance.

Why does editing Word documents programmatically sometimes break existing formatting?

Editing Word documents programmatically can break formatting if the underlying XML structure is modified incorrectly. Using the OpenXML SDK with optional XSD validation prevents this by enforcing structure and business rule compliance.