← Back to Skills Marketplace
luaqnyin

MiniMax DOCX Pro

by luaqnyin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
133
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install minimax-docx-pro
Description
Enterprise-grade Word document generation. Creates validated .docx files with professional formatting, visual hierarchy, and cross-application compatibility.
Usage Guidance
This skill appears coherent for building and validating .docx files, but before installing or running it you should: 1) review the included code (docx_engine.py and the C# sources) if you can; 2) be aware it will create workspace/output directories in your project home and may download and run the official dotnet-install script to provision .NET under your home directory; 3) run it in an isolated workspace (or a VM/container) the first time if you want to limit side effects; and 4) ensure any optional external tools (LibreOffice, pandoc) are acceptable to invoke on your system. If you need more assurance, ask for a short summary of the network operations the tool performs at runtime or a file list of what it writes under PROJECT_HOME and the home directory.
Capability Analysis
Type: OpenClaw Skill Name: minimax-docx-pro Version: 1.0.0 The skill bundle provides a sophisticated framework for Word document generation and validation. The primary security concern is the 'provision_dotnet' function in 'docx_engine.py', which automatically downloads and executes a remote shell script (Linux/macOS) or PowerShell script (Windows) from 'dot.net' to install the .NET SDK. While this is a standard deployment method for .NET, it represents a 'curl|bash' pattern that executes remote code. The rest of the bundle, including the OOXML validation logic in 'check/detectors.py' and the C# template engine in 'src/', appears benign and well-aligned with the stated purpose of enterprise-grade document composition.
Capability Assessment
Purpose & Capability
The name/description (Word/.docx generation) aligns with the packaged files and runtime commands: a Python CLI (docx_engine.py) orchestrates operations and a C# project (DocForge) contains OpenXML templates and builders. Declared dependencies (.NET SDK, Python, optional LibreOffice/Pandoc/Pillow) match code references in guides and modules.
Instruction Scope
SKILL.md instructs the agent to run the included Python CLI and the C# project to render/audit/preview documents. The instructions operate on user project directories, temporary extraction of .docx archives, and optional conversion tools (soffice, pandoc). There is no evidence the skill instructs reading unrelated system credentials or external user data beyond the document workspace, but the tool does extract and inspect document contents (images, XML), which is expected for this purpose.
Install Mechanism
There is no registry-level install spec; the skill ships source code that runs locally. At runtime the tool will attempt to provision the .NET SDK by downloading and executing dotnet-install scripts from https://dot.net/v1/ (PowerShell or shell). Those are official URLs, but runtime network fetch+execution is moderately sensitive and will write under the user's home (e.g., ~/.dotnet).
Credentials
The skill declares no required environment variables or credentials. The code optionally reads PROJECT_HOME to determine where to read/write artifacts; this is reasonable for a document build system. There are no requests for unrelated tokens/keys or config paths belonging to other services.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It will create workspace/output directories under the resolved project home (e.g., .docx_workspace and output) and may provision .NET under the user home. The tool may remove/recreate the dotnet install directory during a reinstall routine. Nothing in the package modifies other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-docx-pro
  3. After installation, invoke the skill by name or use /minimax-docx-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Enterprise-grade Word document generation with professional formatting
Metadata
Slug minimax-docx-pro
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is MiniMax DOCX Pro?

Enterprise-grade Word document generation. Creates validated .docx files with professional formatting, visual hierarchy, and cross-application compatibility. It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.

How do I install MiniMax DOCX Pro?

Run "/install minimax-docx-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MiniMax DOCX Pro free?

Yes, MiniMax DOCX Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MiniMax DOCX Pro support?

MiniMax DOCX Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MiniMax DOCX Pro?

It is built and maintained by luaqnyin (@luaqnyin); the current version is v1.0.0.

💬 Comments