← 返回 Skills 市场
charlie-morrison

Webpack Config Validator

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install webpack-config-validator
功能描述
Validate JSON-exported webpack configuration files for structural issues, deprecated loaders/plugins, optimization gaps, and best practices. Use when auditin...
安全使用建议
This skill appears to do what it claims: inspect a local JSON-exported webpack config and report issues. Before running it: (1) review the included Python script if you want to be extra cautious (it appears to use only stdlib JSON/file inspection and not network I/O); (2) be aware the SKILL.md instructs you to run node -e "require('./webpack.config.js')" to export JSON — requiring a project's webpack.config.js will execute that file’s JS code, which can run arbitrary code, so only run the export step on code you trust or inside an isolated environment/CI runner; (3) run the validator on a copy of the exported JSON (the script reads only the provided file path); (4) if you plan to add this skill to automation/CI, confirm the script's behavior in your environment and ensure CI runners have minimal access to secrets and production systems.
功能分析
Type: OpenClaw Skill Name: webpack-config-validator Version: 1.0.0 The webpack-config-validator skill is a legitimate utility designed to audit Webpack configurations exported as JSON. The Python script (webpack_config_validator.py) uses only standard libraries to perform static analysis against a set of 24 predefined rules, such as identifying deprecated loaders (M3) or missing production optimizations (O1). There is no evidence of data exfiltration, network activity, or malicious command execution; the tool strictly operates on the input file provided by the user.
能力评估
Purpose & Capability
The name/description (webpack config validation) matches the included Python script and SKILL.md. The script operates on a JSON-exported webpack config and the SKILL.md tells the user how to export that JSON via node — all requested resources (a JSON file) are consistent with the stated purpose.
Instruction Scope
Runtime instructions are narrowly scoped: export the webpack config to JSON and run the local Python validator against that file. The instructions do not ask the agent to read unrelated files, environment variables, or to transmit data to external endpoints. Note: the user-run node require(...) step will execute the project's webpack.config.js (see user guidance).
Install Mechanism
No install spec is provided (instruction-only skill with a bundled script). The Python script claims to be pure-stdlib and no external downloads or package installs are requested.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. This is proportionate for a local static/structural validator.
Persistence & Privilege
always is false and the skill does not request persistent/privileged presence or modify other skills. Autonomous invocation is allowed by platform default but the skill itself does not request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install webpack-config-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /webpack-config-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug webpack-config-validator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Webpack Config Validator 是什么?

Validate JSON-exported webpack configuration files for structural issues, deprecated loaders/plugins, optimization gaps, and best practices. Use when auditin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 Webpack Config Validator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install webpack-config-validator」即可一键安装,无需额外配置。

Webpack Config Validator 是免费的吗?

是的,Webpack Config Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Webpack Config Validator 支持哪些平台?

Webpack Config Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Webpack Config Validator?

由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。

💬 留言讨论