An AI-powered tool that analyzes bundle size and provides actionable suggestions to reduce bloat in your JavaScript applications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bundle-analyzer
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-analyzer 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 specialized diagnostic tool designed for modern web developers who need to keep their application bundles lean and fast. As part of the Openclaw Skills ecosystem, it eliminates the guesswork involved in performance optimization by scanning your build outputs and identifying the exact dependencies or files causing bloat.
By leveraging AI analysis, this tool goes beyond simple size reporting. It provides intelligent recommendations, such as suggesting lighter library alternatives or pinpointing missed tree-shaking opportunities. This ensures your Openclaw Skills workflow remains efficient and your final product delivers a superior user experience with minimal load times.
To start using this tool within your Openclaw Skills environment, ensure you have Node.js 18+ installed. No manual installation is required as it runs via npx.
# Set your OpenAI API Key environment variable
export OPENAI_API_KEY='your_api_key_here'
# Run the checker on your current project
npx ai-bundle-check
The skill organizes its analysis by mapping project dependencies and build output metadata into a readable format:
| Component | Description |
|---|---|
| Dependency Map | A breakdown of all project dependencies and their relative sizes in the bundle. |
| Bloat Analysis | AI-generated metadata identifying unnecessary code patterns or redundant libraries. |
| Optimization Report | Actionable suggestions for tree-shaking, code splitting, and alternative package usage. |
| Path Metadata | Size tracking information for specific project directories or build artifacts. |
--verbose) for deep-dive dependency breakdowns and granular structural analysis.Loading
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-powered utility that generates comprehensive, production-ready database backup scripts for any cloud or local destination.

An AI-powered diagnostic tool that analyzes build outputs to identify bundle bloat and provide actionable reduction strategies.

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








































