← 返回 Skills 市场
359
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mvn-full-runner
功能描述
Run Maven commands with full argument passthrough, optionally specifying the working directory, using a Node.js wrapper for safer execution.
安全使用建议
This skill is a simple Node-based passthrough for the local 'mvn' tool and appears to do only that. Before installing: (1) confirm the registry metadata or UI documents that Node.js and Maven are required (the SKILL.md does state these are needed even though the metadata lists none); (2) be careful not to run this against untrusted projects — Maven builds and plugins can run arbitrary code and download dependencies from the network; (3) inspect the included scripts (scripts/mvn.mjs) yourself if you want to verify there are no modifications. If you only need to run safe, known builds in trusted repositories, this skill is appropriate.
功能分析
Type: OpenClaw Skill
Name: mvn-full-runner
Version: 1.1.0
The skill is a transparent wrapper for the `mvn` command, designed for full passthrough of arguments as stated in `SKILL.md` and `README.md`. The `scripts/mvn.mjs` implementation correctly uses `spawn` with `shell: false`, which prevents shell injection vulnerabilities through the wrapper itself. There is no evidence of data exfiltration, malicious execution beyond the intended `mvn` command, persistence mechanisms, or prompt injection attempts in `SKILL.md` aimed at subverting the agent's behavior. The skill's functionality aligns with its stated purpose without introducing hidden malicious capabilities.
能力评估
Purpose & Capability
The skill's name/description match its code and instructions: it is a passthrough wrapper that only consumes --dir and forwards all other arguments to mvn. However, the registry metadata lists no required binaries while the SKILL.md and the script both state that node and mvn must be present in PATH — that metadata mismatch is inconsistent and should be corrected.
Instruction Scope
SKILL.md and the script limit the wrapper to parsing --dir and forwarding all other args unchanged. The script only checks that the target directory exists and then spawns 'mvn' with shell:false and stdio inherited. This is consistent with the stated purpose. Important security note: because all Maven goals/arguments are forwarded, running this skill against untrusted repositories or build files can execute arbitrary code (via Maven plugins, lifecycle hooks, downloaded artifacts), and Maven itself may perform network activity to fetch dependencies — these are expected behaviors for a build runner but are risks the user should understand.
Install Mechanism
No install spec; the skill is instruction-only with an included script file. Nothing is downloaded or executed during install and no external install URLs are used.
Credentials
The skill requests no environment variables or credentials and the script does not read secrets or unrelated config paths. It relies only on system binaries (node and mvn), which is proportionate to a Maven wrapper.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills’ configuration, and does not require elevated privileges. Autonomous invocation is allowed by default (platform normal) but not a special privilege here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mvn-full-runner - 安装完成后,直接呼叫该 Skill 的名称或使用
/mvn-full-runner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
## v1.1.0
- Upgrade to full Maven passthrough mode
- Wrapper now only parses `--dir`; all other args are forwarded to `mvn`
- Supports all Maven goals/plugins/flags (e.g. `clean test`, `help:effective-pom`, `-P`, `-T`, `-D`)
- Add wrapper help command: `--help-skill`
元数据
常见问题
Maven Full Runner 是什么?
Run Maven commands with full argument passthrough, optionally specifying the working directory, using a Node.js wrapper for safer execution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。
如何安装 Maven Full Runner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mvn-full-runner」即可一键安装,无需额外配置。
Maven Full Runner 是免费的吗?
是的,Maven Full Runner 完全免费(开源免费),可自由下载、安装和使用。
Maven Full Runner 支持哪些平台?
Maven Full Runner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Maven Full Runner?
由 yuanyongm(@yuanyongm)开发并维护,当前版本 v1.1.0。
推荐 Skills