An enterprise-grade tool for generating validated, professionally formatted Word documents with automated auditing and cross-application compatibility.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install minimax-docx
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install minimax-docx using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
minimax-docx is a robust document composition skill designed for developers who need to generate high-quality, enterprise-ready .docx files. It operates with technical precision, utilizing C# and the OpenXML SDK for creation while leveraging Python for deterministic XML patching and reading. This ensures that every document produced meets strict visual and structural standards without the overhead or limitations of standard wrapper libraries like python-docx.
As a core part of the Openclaw Skills ecosystem, it provides two distinct execution lanes: a Create lane for fresh document builds and a Template-Apply lane for transforming existing user-provided templates. Its focus on validation, including visual and technical gates, makes it an essential tool for professional reporting and distribution workflows where schema integrity and visual hierarchy are paramount.
Ensure you have Python 3 and the .NET 9.0 SDK installed on your system. Optional dependencies like LibreOffice or Pandoc can be installed for additional formatting capabilities. Use the following commands to get started with this Openclaw Skills component:
# Check the environment status
python3 docx_engine.py doctor
# Render a new document from scratch
python3 docx_engine.py render [output.docx]
# Process a template using the .NET engine
dotnet run --project src/DocForge.csproj -- from-template <template.docx> <output.docx>
The skill organizes its operations through a structured index of guides and source code, ensuring clear separation between core logic and document styling.
| Component | Purpose |
|---|---|
| docx_engine.py | Python script for auditing, previewing, and rendering management. |
| src/Core/*.cs | C# files containing OpenXML primitives for document structure. |
| src/Templates/*.cs | Pre-defined patterns and code examples for document layouts. |
| guides/ | Markdown documentation covering styling, troubleshooting, and workflow logic. |
Loading
A technical diagnostic agent for managing MaxClaw environments and resolving deployment issues within Openclaw Skills.

A declarative, Git-based package manager designed to install, version, and manage AI agent skills across multiple platforms.

A specialized tool for discovering, searching, and installing new AI agent capabilities from the reskill ecosystem.

A lightweight reference skill designed to demonstrate core OpenClaw integration and deterministic text processing.

A specialized skill for generating professional, print-ready PDF documents from HTML with stable pagination and academic-grade citation support.

A professional-grade spreadsheet production system that combines Python automation with C# diagnostics for error-free Excel deliverables.








































