A zero-config AI utility that scans image directories to identify performance bottlenecks and suggest optimization strategies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install image-optimizer
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 image-optimizer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Image Optimizer is an essential tool for developers looking to improve website performance without manual auditing. As a specialized addition to the Openclaw Skills library, it addresses the common problem of unoptimized assets that slow down page loads and hurt SEO rankings. By scanning your project's image folders, it provides a clear roadmap for reducing file sizes and modernizing asset delivery.
This skill leverages AI to move beyond basic compression. It analyzes image metadata and provides strategic advice on format conversions, such as moving from PNG to WebP, and implementing responsive image patterns. It is designed to be a seamless part of the Openclaw Skills ecosystem, requiring no complex configuration to start generating value.
Image Optimizer requires Node.js 18 or higher and an OpenAI API key. No permanent installation is necessary as it can be run via npx. To integrate this with Openclaw Skills workflows, set your environment variable and run the following:
export OPENAI_API_KEY='your_api_key_here'
npx ai-image-optimize ./public/images/
The skill processes image metadata and provides a structured reporting output. It focuses on the following data points:
| Metadata Field | Description |
|---|---|
| Path | Relative path to the image file |
| Current Size | Original file weight (e.g., 5MB) |
| Dimensions | Width and height of the asset |
| Format | Original extension (JPEG, PNG, etc.) |
| AI Suggestion | Recommended optimization action |
Users can append the --verbose flag to the command to receive a more comprehensive data breakdown during the analysis phase.
Loading
A command-line tool that uses AI to scan your image assets and provide actionable optimization recommendations to improve web performance.

A smart utility that analyzes your project structure to automatically configure tailored Git hooks for linting, testing, and commit standards.

A zero-config tool that analyzes your project to automatically generate and configure tailored Git hooks using Husky.

A powerful command-line interface for identifying AI patterns in text and automatically rewriting content to sound more human.

Generate smart database index suggestions by analyzing query patterns in your source code.

A developer-centric tool that analyzes your actual codebase to generate relevant, high-signal technical interview questions for hiring.








































