minimax-docx

Create and modify DOCX documents using the OpenXML SDK (.NET).

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

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 provides professional DOCX document creation, editing, and formatting capabilities using OpenXML SDK (.NET), streamlining the production of formal and structured documents.

Core Features & Use Cases

  • Document Creation: Build new documents from scratch or fill existing content.
  • Content Editing: Modify documents with advanced features like custom styles, tables, and images.
  • Formatting: Apply templates and styles with XSD validation to ensure document quality.
  • Use Case: If you need to create a comprehensive report, proposal, or contract that adheres to specific formatting standards, this skill can help you automate the process.

Quick Start

Run the following command to create a new DOCX document and set the title:

$CLI create --type report --title "My Report" --output my_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 create a DOCX document using OpenXML SDK in .NET?

To create a DOCX document using OpenXML SDK in .NET, you can use this Skill to build new files from scratch or fill existing content. It automates the generation of formal reports, proposals, and contracts with custom styles and tables.

Do I need .NET to edit DOCX files with OpenXML SDK?

Yes, you need .NET to edit DOCX files with OpenXML SDK. This Skill relies on the DocumentFormat.OpenXml dependency to modify documents with advanced features like custom styles, tables, and images, ensuring professional formatting output.

What is the best way to apply templates and formatting to DOCX documents programmatically?

The best way to apply templates and formatting to DOCX documents programmatically is using this Skill's OpenXML SDK integration. It applies custom styles and templates with XSD validation to ensure your document creation and editing adheres to strict formatting standards.

Can I validate DOCX formatting standards during document creation?

Yes, you can validate DOCX formatting standards during document creation. This Skill applies templates and styles with XSD validation to ensure document quality, verifying that your structured documents meet specific formatting requirements before output.

What are the limitations of using OpenXML SDK for DOCX document editing?

Limitations of using OpenXML SDK for DOCX document editing include requiring a .NET environment and the DocumentFormat.OpenXml dependency. It focuses on structured document creation and styling rather than unstructured text editing, ensuring professional output through XSD validation.