minimax-docx

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and formatting of DOCX documents, offering a comprehensive solution for professional document production.

Core Features & Use Cases

  • DOCX Creation: Generate new documents from scratch or fill in existing content.
  • Formatting: Apply professional formatting and templates with XSD validation.
  • Use Case: When you need to create a formal report or contract, this Skill can help you create a document that meets all industry standards without manual formatting.

Quick Start

Run the command: $CLI create --type report --output output.docx --config content.json

Frequently Asked Questions about minimax-docx

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

FAQPage Schema
How do I create a DOCX document from scratch using OpenXML SDK?

You can create a DOCX document from scratch using OpenXML SDK by running the command `$CLI create --type report --output output.docx --config content.json`, which generates a new file with structured data validation.

What is the best way to apply professional formatting to DOCX documents?

The best way to apply professional formatting to DOCX documents is using OpenXML SDK with XSD schema validation, ensuring your reports or contracts meet industry standards without manual formatting.

Do I need DocumentFormat.OpenXml to edit DOCX files?

Yes, you need the DocumentFormat.OpenXml dependency to edit DOCX files, as it provides the required SDK for XML manipulation and schema validation during document processing.

Can I use this approach to generate formal reports that meet industry standards?

Yes, you can generate formal reports meeting industry standards by creating documents from scratch or filling existing content, applying professional templates with structured data validation via OpenXML SDK.

How does XSD validation work when formatting DOCX documents?

XSD validation works by enforcing schema rules during the DOCX formatting process, ensuring the XML structure within the document conforms to defined templates and professional standards.

What are the limitations of using OpenXML SDK for document processing?

Using OpenXML SDK for document processing requires .NET environment compatibility and dependency management, limiting its use outside of .NET ecosystems or without proper XSD schema definitions.