← Back to Skills Marketplace
Webpack Config
by
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
531
Downloads
0
Stars
3
Active Installs
10
Versions
Install in OpenClaw
/install webpack-config
Description
Webpack/Vite配置生成。项目配置、插件、Loader、优化、代码分割、迁移。Webpack/Vite config generator with plugins, loaders, optimization, code splitting. Webpack、Vite、构建工具。
Usage Guidance
This skill appears to do what it says: generate Webpack/Vite configs. Before running, be aware that the included shell scripts will create a per-user data directory (by default ~/.local/share/webpack-config) and append small log files (history.log/data.log). There are no network calls or secret reads in the provided files. If you prefer not to have persistent logs, set WEBPACK_CONFIG_DIR to a directory you control (or a tmp location) or inspect/run the scripts in a sandbox. As always, only run scripts from authors you trust or review the script contents locally before execution.
Capability Analysis
Type: OpenClaw Skill
Name: webpack-config
Version: 2.0.0
The skill bundle is a legitimate Webpack and Vite configuration generator. The primary scripts, 'scripts/webpack.sh' and 'scripts/script.sh', are designed to generate boilerplate configuration files and log basic workflow actions locally to a data directory. There is no evidence of data exfiltration, malicious command execution, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description (Webpack/Vite config generator) matches the included files: scripts produce webpack.config.js templates and a simple CLI-like script. No unrelated credentials, binaries, or external services are required by the code.
Instruction Scope
SKILL.md is a short instruction/metadata file and references running a CLI. The included scripts implement that CLI behaviour. The scripts do not read arbitrary system files or environment secrets, but they do create a data directory and append logs (history.log and data.log) under $WEBPACK_CONFIG_DIR or default ${XDG_DATA_HOME:-$HOME/.local/share}/webpack-config. This local write behavior is expected for a CLI that keeps history but is noteworthy.
Install Mechanism
No install spec is provided (instruction-only style). There is no download-from-URL or package install step in the manifest. The only code present are local shell scripts; nothing in the manifest writes arbitrary remote code to disk during installation.
Credentials
The skill requires no environment variables or credentials. It optionally respects WEBPACK_CONFIG_DIR/XDG_DATA_HOME to locate its data directory — no secrets or unrelated environment access is requested or used.
Persistence & Privilege
The skill does not request platform privileges and is not always-enabled. It does persist small files under a per-user data directory (history.log, data.log, config.json path references). This is reasonable for a CLI but worth noting if you prefer no on-disk traces.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install webpack-config - After installation, invoke the skill by name or use
/webpack-config - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
Initial release of Webpack Config skill.
- Generates configuration for Webpack/Vite, including plugins, loaders, optimization, code splitting, and migration.
- Supports command-based workflow: create, plugin, loader, optimize, split, migrate.
- Provides recommended workflow and quick command reference.
- Bilingual documentation (English and Chinese).
Metadata
Frequently Asked Questions
What is Webpack Config?
Webpack/Vite配置生成。项目配置、插件、Loader、优化、代码分割、迁移。Webpack/Vite config generator with plugins, loaders, optimization, code splitting. Webpack、Vite、构建工具。 It is an AI Agent Skill for Claude Code / OpenClaw, with 531 downloads so far.
How do I install Webpack Config?
Run "/install webpack-config" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Webpack Config free?
Yes, Webpack Config is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Webpack Config support?
Webpack Config is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Webpack Config?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.
More Skills