← Back to Skills Marketplace
177
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-docx-yinin
Description
Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill/edit...
Usage Guidance
This skill appears to be a genuine OpenXML/.NET DOCX toolset, but it has a clear metadata/behavior mismatch: the runtime instructions expect the dotnet CLI, bash/powershell, and a setup script, yet the registry lists no required binaries or install steps. Before installing or running: 1) Inspect scripts/setup.sh and scripts/env_check.sh (they will be executed). Look for network fetches, external URLs, curl/wget, or commands that write to system paths. 2) Ensure the dotnet SDK and any build tools come from a trusted source and are installed in a controlled environment (or sandbox). 3) If you can't review the setup script, run the skill in an isolated VM/container only. 4) If you want stricter control, ask the skill publisher to update metadata to declare required binaries (dotnet, unzip, bash/pwsh) and to provide an explicit, auditable install step (or a known release URL). 5) Consider disabling autonomous invocation until you are comfortable with the setup behavior. If you want, I can extract and summarize the contents of scripts/setup.sh and env_check.sh so you can decide whether to run them.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-docx-yinin
Version: 1.0.0
The skill bundle is a comprehensive and well-structured toolkit for professional DOCX document manipulation using the OpenXML SDK and .NET. It provides extensive documentation, C# code samples, and CLI tools for creating, editing, and templating documents. The setup and environment scripts (e.g., `scripts/setup.sh`, `scripts/env_check.sh`) follow standard practices for installing necessary system dependencies like the .NET SDK, LibreOffice, and Pandoc. No evidence of malicious intent, data exfiltration, or unauthorized execution was found; the bundle includes robust validation logic (`XsdValidator.cs`, `BusinessRuleValidator.cs`) to ensure document integrity and adherence to typographic standards.
Capability Assessment
Purpose & Capability
The skill is explicitly built around the OpenXML SDK and the SKILL.md shows repeated dotnet CLI usage (e.g., `dotnet run --project scripts/dotnet/MiniMaxAIDocx.Cli ...`) and references PowerShell/bash. However the registry metadata lists no required binaries, no install spec, and no environment requirements. A consumer would legitimately need the dotnet SDK (and likely unzip, tar, bash/powershell) to use this skill — the metadata omission is an incoherence that should be corrected.
Instruction Scope
The SKILL.md instructions remain within the stated purpose (create/edit/format DOCX) and point the agent to many local reference files and sample C# code. They require running scripts (scripts/setup.sh, scripts/env_check.sh, docx conversion and preview scripts) and compiling/running C#; those are appropriate for this skill. However the instructions mandate running a first-time setup script and an env_check that may perform network operations or write files to disk — those actions are not described in the metadata and should be inspected before execution. Also the SKILL.md's 'MUST use this skill whenever...' language is a behavioral mandate that may cause the agent to invoke the skill broadly.
Install Mechanism
No formal install specification is provided (instruction-only), but the package includes a non-trivial setup script (scripts/setup.sh, ~16KB) and env_check.sh. Because there is no declarative install step, users/agents will run these scripts directly; setup.sh could download dependencies or write/compile code. That is a moderate risk if the script contacts untrusted endpoints — users should review the script contents before running.
Credentials
The skill does not request any environment variables, credentials, or config paths in the registry metadata and SKILL.md does not instruct access to unrelated secrets. This is proportional for a document-processing skill. Note: runtime compilation and dotnet package restore may access NuGet feeds (network) but that is normal and not a declared credential requirement.
Persistence & Privilege
The skill does not request permanent presence (always:false) and uses the platform defaults for autonomous invocation. It does not declare or attempt to modify other skills or global agent config files in the provided material.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-docx-yinin - After installation, invoke the skill by name or use
/minimax-docx-yinin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Version 1.0.0 – Initial release
- Introduces a professional DOCX document creation, editing, and formatting toolset based on the OpenXML SDK (.NET).
- Provides three main pipelines: create new documents, edit/fill content in existing documents, and apply template formatting with XSD validation.
- Includes both CLI and direct C# scripting support for simple and advanced scenarios.
- Emphasizes best practice workflows, including pre-processing, analysis, and robust validation after each operation.
- Features clear triggers for usage, covering common document tasks such as reports, contracts, and template applications.
- Ships with references to official document standards and style guides for high-quality output.
Metadata
Frequently Asked Questions
What is minimax-docx?
Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill/edit... It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install minimax-docx?
Run "/install minimax-docx-yinin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is minimax-docx free?
Yes, minimax-docx is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does minimax-docx support?
minimax-docx is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created minimax-docx?
It is built and maintained by yinin2005 (@yinin2005); the current version is v1.0.0.
More Skills