minimax-docx

Create, edit, and format DOCX documents using the OpenXML SDK.

1.3k|126|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/poco-ai/poco-claw --skill minimax-docx-poco-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-docx
Source: https://github.com/poco-ai/poco-claw/tree/main/backend/assets/skills/minimax-docx
Command: npx skills add https://github.com/poco-ai/poco-claw --skill minimax-docx-poco-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires DocumentFormat.OpenXml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates the creation, editing, and formatting of DOCX documents using the OpenXML SDK. This reduces manual, repetitive authoring and ensures consistent structure, styles, and validation across documents.

Core Features & Use Cases

  • Create new DOCX documents from scratch with consistent styles and templates.
  • Fill, modify, and reformat existing documents, including handling complex structures like tables, headers/footers, and content controls.
  • Validate and apply template-based formatting against OpenXML schemas, supporting multi-pipeline workflows (create, edit, apply template) in production settings.

Quick Start

Run the minimax-docx CLI to create a new DOCX or apply a template to an existing document.

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 formatting using OpenXML?

Automate DOCX creation by running the minimax-docx CLI to generate documents from scratch using OpenXML SDK, applying consistent styles, templates, and schema validation without manual authoring.

Can I modify existing Word documents and apply templates with OpenXML SDK?

Yes, you can fill, modify, and reformat existing DOCX documents. The tool supports handling complex structures like tables, headers, footers, and content controls using template-based formatting.

Do I need a .NET environment to automate Word document generation?

Yes, automating Word document generation requires a .NET OpenXML toolchain. The Skill provides CLI commands and C# samples to execute document workflows reliably in production settings.

What is the best way to validate OpenXML schemas for DOCX files in production?

Validate OpenXML schemas by applying template-based formatting through the CLI. This ensures consistent structure and validation across documents, supporting multi-pipeline workflows for reliable production use.

How does OpenXML automation handle complex document structures like tables and headers?

OpenXML automation handles complex document structures by targeting specific elements like tables, headers, footers, and content controls. It fills and reformats these components while maintaining template-based schema rules.