MiniMax DOCX

v1.0.0

Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill/edit...

1· 791·5 current·5 all-time
byzylorra@yhlorra
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name, description, and included artifacts (OpenXML C# code, CLI project, style XMLs, many reference docs and samples) all match the stated goal of producing and formatting .docx files. The repository contains plausible, expected components for a .NET OpenXML toolchain and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running local scripts (scripts/setup.sh, scripts/env_check.sh) and using dotnet to run the included CLI or C# scripts. The runtime instructions stay within document creation/editing/validation tasks and do not request unrelated system data. However, they explicitly tell the agent to execute the provided shell scripts — running those scripts executes code on the host, so they should be reviewed before execution.
Install Mechanism
There is no automatic install spec; it's an instruction-only skill. The build/run path relies on dotnet and nuget (DocumentFormat.OpenXml) which is expected for a .NET OpenXML tool. No suspicious external download URLs or archive extraction instructions are present in SKILL.md. Running setup.sh may fetch packages (dotnet/nuget) as part of a normal build.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The operations described (reading/converting .doc/.docx, applying styles, validating) do not require secrets; requested surface area is proportionate to the stated purpose.
Persistence & Privilege
No special privileges requested: always:false, user-invocable true, model-invocation allowed (default). The skill does not attempt to modify other skills or system-wide agent settings. Note: SKILL.md's 'MUST use this skill whenever...' phrasing is a strong routing directive (behavioral), but it does not change the skill's system privileges.
Assessment
This package appears coherent for .NET/OpenXML DOCX work, but it includes shell scripts that the skill instructs you to run. Before running anything: 1) Inspect scripts/setup.sh and scripts/env_check.sh (and any other scripts) for commands that modify the system, download from external servers, or run as root. 2) Prefer running the setup and build steps in an isolated environment (container/VM) or a non-privileged account. 3) Expect dotnet restore / nuget downloads for DocumentFormat.OpenXml — verify the URLs if you need offline operation. 4) Back up any real documents before letting the tool modify them, and test on copies. 5) If you are not comfortable reviewing shell scripts, request the author provide a short, line-by-line explanation of what setup.sh does or run it in a sandboxed environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk97396eynekz70jwb6m5674hah83k54r

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments