An AI-powered diagnostic tool that analyzes build outputs to identify bundle bloat and provide actionable reduction strategies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bundle-checker
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bundle-checker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Bundle Checker is a developer-centric utility designed to eliminate the guesswork involved in optimizing modern web applications. By scanning your project's build artifacts and dependency manifests, it pinpoint exactly which libraries are contributing to slow load times. As a featured entry in the ecosystem of Openclaw Skills, it provides more than just raw data; it uses artificial intelligence to recommend specific code-splitting strategies and lighter package alternatives.
This tool is part of the LXGIC Dev Toolkit, aimed at helping developers maintain high-performance applications without complex manual audits. It bridges the gap between identifying a large bundle and knowing the precise steps required to shrink it, such as switching from Moment.js to Date-fns or implementing dynamic imports.
The Bundle Checker requires Node.js 18 or higher and a valid OpenAI API key. No permanent installation is necessary as it can be run directly via npx.
# Set your API key
export OPENAI_API_KEY='your_api_key_here'
# Run the analysis in your project root
npx ai-bundle-check
The skill organizes its findings based on the relationship between package manifests and final build chunks. The output includes:
| Component | Description |
|---|---|
| Dependency Audit | A breakdown of the largest node_modules identified in the build. |
| Bloat Score | A metric indicating the potential for size reduction. |
| AI Optimization Plan | Step-by-step instructions for refactoring or library replacement. |
| Config Hooks | Recommended changes to Webpack, Vite, or Rollup configurations. |
Loading
An AI-powered tool that analyzes bundle size and provides actionable suggestions to reduce bloat in your JavaScript applications.

Converts plain English descriptions into clean, kebab-case Git branch names following industry conventions.

A command-line tool that transforms plain English descriptions into consistent, convention-compliant git branch names using AI.

A powerful utility to generate comprehensive, production-ready database backup scripts for any cloud or local destination using AI.

An AI-driven utility that analyzes API routes to provide specific, actionable caching recommendations for improved performance.

An AI-powered utility that analyzes API routes to provide tailored caching recommendations for improved application performance.








































