minimax-docx

Automates DOCX document creation, editing and formatting via OpenXML SDK workflows with validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a self-contained toolkit to automate creation, editing, and formatting of Word DOCX documents via the OpenXML SDK, reducing manual toil and enabling repeatable document workflows.

Core Features & Use Cases

  • Create new documents from scratch with structured sections, templates, and style defaults.
  • Fill, edit, and validate existing documents, including content replacement, table edits, and header/footer adjustments.
  • Apply template formatting across documents with consistent typography, layouts, and XSD gate checks; supports multi-pipeline validation.

Quick Start

Process a sample document by running the minimax-docx tool to create or modify a DOCX using the OpenXML SDK.

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 and editing using OpenXML SDK?

Automate Word DOCX creation and editing through OpenXML SDK pipelines that build structured sections from scratch, perform in-place content replacement, and apply template formatting with structural validation.

What is the best way to programmatically apply template formatting across multiple DOCX files?

The best way to apply template formatting across DOCX files is using automated template-transfer logic that enforces consistent typography, layouts, and XSD gate checks to ensure production-grade document integrity.

Do I need dotnet and LibreOffice installed to process Word documents via OpenXML?

Yes, processing Word documents requires dotnet for OpenXML SDK automation, alongside LibreOffice, soffice, pandoc, zip, and unzip dependencies to manage file conversion and archival extraction.

Does OpenXML automation handle CJK font mapping when generating Word files?

OpenXML automation handles CJK font mapping alongside Latin fonts during Word file generation, enforcing structural rules to maintain correct typography and production-grade document formatting.

Why does my automated DOCX template formatting fail structural validation?

DOCX template formatting fails structural validation when documents violate OpenXML structural rules or lack proper XSD gate checks, requiring multi-pipeline validation to ensure safe template-transfer and integrity.