← 返回 Skills 市场
133
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-docx-pro
功能描述
Enterprise-grade Word document generation. Creates validated .docx files with professional formatting, visual hierarchy, and cross-application compatibility.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-docx-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-docx-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Enterprise-grade Word document generation with professional formatting
元数据
常见问题
MiniMax DOCX Pro 是什么?
Enterprise-grade Word document generation. Creates validated .docx files with professional formatting, visual hierarchy, and cross-application compatibility. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。
如何安装 MiniMax DOCX Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-docx-pro」即可一键安装,无需额外配置。
MiniMax DOCX Pro 是免费的吗?
是的,MiniMax DOCX Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MiniMax DOCX Pro 支持哪些平台?
MiniMax DOCX Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MiniMax DOCX Pro?
由 luaqnyin(@luaqnyin)开发并维护,当前版本 v1.0.0。
推荐 Skills