📦 minimax-docx — 专业DOCX文档

v1.0.0

基于OpenXML SDK(.NET)的专业DOCX文档创建、编辑与格式化工具,支持从零新建、模板填充及批量修改三大流程。

0· 149·0 当前·0 累计
下载技能包
最后更新
2026/3/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
high confidence
The skill's description and runtime instructions clearly require the .NET/dotnet toolchain and shell/powershell scripts, but the metadata declares no required binaries or install steps; that mismatch plus an unreviewed setup script raises risk and needs user review before running.
评估建议
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...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/26

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.

无害

安装命令

点击复制
官方npx clawhub@latest install minimax-docx-yinin
镜像加速npx clawhub@latest install minimax-docx-yinin --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库