Get AI-powered image optimization suggestions. Use when images are slowing your site.
Scanned 6/7/2026
Install via CLI
openskills install modbender/skill-library-mcp---
name: image-optimizer
description: Get AI-powered image optimization suggestions. Use when images are slowing your site.
---
# Image Optimizer
Your images are 5MB each and nobody noticed until Lighthouse screamed. This tool scans your images and tells you exactly what to optimize.
**One command. Zero config. Just works.**
## Quick Start
```bash
npx ai-image-optimize ./public/images/
```
## What It Does
- Scans image directories for optimization opportunities
- Identifies oversized images
- Suggests format conversions (PNG to WebP, etc.)
- Recommends responsive image strategies
## Usage Examples
```bash
# Scan images directory
npx ai-image-optimize ./public/images/
# Scan assets folder
npx ai-image-optimize ./assets/
# Get detailed report
npx ai-image-optimize ./public/ --verbose
```
## Best Practices
- **Use WebP** - smaller than PNG/JPEG with same quality
- **Serve responsive images** - don't send desktop images to mobile
- **Lazy load below the fold** - defer loading offscreen images
- **Compress aggressively** - 80% quality is usually fine
## When to Use This
- Lighthouse says images are too big
- Page load times are slow
- Want to audit image usage
- Planning an optimization sprint
## Part of the LXGIC Dev Toolkit
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
**Find more:**
- GitHub: https://github.com/LXGIC-Studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgicstudios.com
## Requirements
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
```bash
npx ai-image-optimize --help
```
## How It Works
Scans your image files, collects metadata like size, dimensions, and format. Sends the analysis to GPT-4o-mini which provides prioritized optimization recommendations.
## License
MIT. Free forever. Use it however you want.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.