← 返回 Skills 市场
Maven POM Validator
作者
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maven-pom-validator
功能描述
Validate and lint Maven pom.xml files for structure, dependencies, plugins, and best practices. Use when asked to lint, validate, check, or audit pom.xml fil...
安全使用建议
This skill appears to do what it says: it runs a local Python script to lint pom.xml files and does not request credentials or network access. Before installing or running it, you may want to: 1) inspect scripts/maven_pom_validator.py yourself (it's included) to confirm you are comfortable executing it; 2) run it on sample files in a sandbox or non-production environment; and 3) note that it will read any pom.xml you point it at and will flag hardcoded absolute paths found inside plugin configurations. There are no obvious incoherencies or unexpected external contacts in the provided files.
功能分析
Type: OpenClaw Skill
Name: maven-pom-validator
Version: 1.0.0
The maven-pom-validator skill is a static analysis tool designed to lint and validate Maven pom.xml files. The implementation in scripts/maven_pom_validator.py uses only the Python standard library to perform XML parsing and regex-based checks for structural correctness, dependency management, and plugin configurations. There is no evidence of network activity, file system modification, or command execution, and the instructions in SKILL.md accurately reflect the script's functionality without any prompt-injection attempts.
能力评估
Purpose & Capability
Name/description match what is present: the SKILL.md documents lint/validate/dependencies/plugins commands and the repository includes a Python script that performs those checks. No unrelated binaries, services, or credentials are requested.
Instruction Scope
Runtime instructions tell the agent to run the included Python script against a specified pom.xml (e.g., python3 scripts/maven_pom_validator.py lint pom.xml). The script operates on local POM files, inspects XML structure and text, and emits findings; it does not reference external endpoints, other system config, or unrelated environment variables.
Install Mechanism
No install spec is provided (instruction-only). The included script is pure-Python stdlib and does not download or install external code. This is low-risk and proportionate for the stated purpose.
Credentials
No environment variables, credentials, or config paths are required. The checks operate on the POM contents and local filesystem paths mentioned in the POM (the script flags hardcoded paths in plugin configuration), which is expected for a linter.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skill/system configurations. Autonomous invocation is allowed by the platform default but is not combined with broad credential access or other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install maven-pom-validator - 安装完成后,直接呼叫该 Skill 的名称或使用
/maven-pom-validator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Maven POM Validator 是什么?
Validate and lint Maven pom.xml files for structure, dependencies, plugins, and best practices. Use when asked to lint, validate, check, or audit pom.xml fil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Maven POM Validator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install maven-pom-validator」即可一键安装,无需额外配置。
Maven POM Validator 是免费的吗?
是的,Maven POM Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Maven POM Validator 支持哪些平台?
Maven POM Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Maven POM Validator?
由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。
推荐 Skills