← Back to Skills Marketplace
Webpack Config Validator
by
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install webpack-config-validator
Description
Validate JSON-exported webpack configuration files for structural issues, deprecated loaders/plugins, optimization gaps, and best practices. Use when auditin...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install webpack-config-validator - After installation, invoke the skill by name or use
/webpack-config-validator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Webpack Config Validator?
Validate JSON-exported webpack configuration files for structural issues, deprecated loaders/plugins, optimization gaps, and best practices. Use when auditin... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install Webpack Config Validator?
Run "/install webpack-config-validator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Webpack Config Validator free?
Yes, Webpack Config Validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Webpack Config Validator support?
Webpack Config Validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Webpack Config Validator?
It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.
More Skills