optimize-images

Automates resizing images to WebP and stripping EXIF metadata for web use via Cloudflare and Wrangler.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill optimize-images
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize-images
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/optimize-images
Command: npx skills add https://github.com/Anglesite/anglesite --skill optimize-images

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the optimization of images for web use, improving performance and privacy by resizing, converting to WebP, and stripping EXIF metadata.

Core Features & Use Cases

  • Image Optimization: Resize and convert images to WebP for better web performance.
  • Privacy Protection: Strip EXIF metadata to prevent sensitive information exposure.
  • Use Case: Optimize your website's image library to speed up page load times and ensure privacy compliance.

Quick Start

Run 'npm run ai-optimize' to process and optimize all images in the 'public/images/' directory.

Frequently Asked Questions about optimize-images

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert images to WebP and strip EXIF metadata for web performance?

To convert images to WebP and strip EXIF metadata, you can run the 'npm run ai-optimize' script. This process automatically resizes your images, converts them to WebP for better web performance, and removes sensitive EXIF metadata for privacy compliance.

What is the best way to optimize a website's image library for faster page load times?

The best way to optimize a website's image library for faster page load times is to automate image resizing and WebP conversion. This reduces file sizes significantly, speeding up page load times while ensuring user privacy by stripping EXIF metadata.

Do I need a Cloudflare account and Wrangler to deploy image optimization scripts?

Yes, you need a Cloudflare account and Wrangler to deploy this image optimization solution. The Skill automates image processing for web use but specifically requires access to the Cloudflare ecosystem and Wrangler CLI for successful deployment.

How does stripping EXIF metadata improve user privacy on my website?

Stripping EXIF metadata improves user privacy by removing sensitive information, such as GPS coordinates and camera details, embedded in image files. This prevents accidental exposure of private data when images are published on your website.

Can I batch process all images in my public directory for WebP conversion?

Yes, you can batch process all images for WebP conversion by running the 'npm run ai-optimize' command. This script automatically targets and processes every image located in the 'public/images/' directory.