minimax-docx

Automate DOCX creation, editing, and formatting with the OpenXML SDK.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This OpenXML-based tool automates the end-to-end creation, editing, and formatting of Word documents (DOCX), eliminating repetitive manual steps.

Core Features & Use Cases

  • Create from scratch: generate new DOCX with title, sections, and tables via pipelines.
  • Edit and apply templates: modify existing documents and apply template styles consistently.
  • Guided pipelines: route tasks through create, fill/edit, and format/apply template workflows to ensure valid OpenXML structure.

Quick Start

Create a new DOCX by providing content structure and let minimax-docx assemble the document with template-driven styling and valid OpenXML ordering.

Frequently Asked Questions about minimax-docx

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

FAQPage Schema
How do I automate DOCX creation and editing using OpenXML?

To automate DOCX creation and editing using OpenXML, you route document tasks through guided pipelines that generate new content, apply template styles, and enforce valid structure using the OpenXML SDK.

Do I need the .NET SDK to generate Word documents programmatically?

Yes, you need the .NET 8 SDK to run the OpenXML libraries and scripts required for deterministic Word document generation, template application, and structured updates across large documents.

What's the best way to apply template styling to existing DOCX files?

The best way to apply template styling to existing DOCX files is using format and apply template workflows that modify documents while ensuring consistent template styles and valid OpenXML ordering.

Can I use scripts to build complex report generation pipelines for Word documents?

Yes, you can build complex report generation pipelines for Word documents using scripts, validation gates, and schema checks to ensure deterministic and valid OpenXML structure across large documents.

Why does my OpenXML document generation fail validation on complex structures?

OpenXML document generation fails validation when structural ordering is incorrect; using guided pipelines with validation gates and schema checks ensures valid OpenXML structure during document creation and formatting.

Does this document automation approach work with pandoc and soffice?

This document automation approach integrates with pandoc and soffice dependencies alongside the dotnet-sdk, supporting end-to-end DOCX creation, editing, and formatting workflows within broader document processing pipelines.