·image-resizer
</>

image-resizer

图片尺寸调整和压缩工具技能。用于按指定像素宽高、比例或最大尺寸限制调整图片大小,并支持智能压缩到指定文件大小。适用于需要批量处理图片、生成特定尺寸缩略图、压缩图片以满足文件大小限制等场景。

18Installs·2Trend·@wuchubuzai2018

Installation

$npx skills add https://github.com/wuchubuzai2018/expert-skills-hub --skill image-resizer

How to Install image-resizer

Quickly install image-resizer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/wuchubuzai2018/expert-skills-hub --skill image-resizer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: wuchubuzai2018/expert-skills-hub.

SKILL.md

View raw

技能名称: image-resizer 核心功能: 图片尺寸调整和压缩,支持按像素宽高、比例、最大尺寸进行调整,以及智能压缩到指定文件大小 适用场景:

| --width | -w | 目标宽度(像素) | -w 800 | | --height | -h | 目标高度(像素) | -h 600 | | --scale | -s | 缩放比例 | -s 0.5 | | --max-width | - | 最大宽度(保持比例) | --max-width 1920 | | --max-height | - | 最大高度(保持比例) | --max-height 1080 | | --quality | -q | 输出质量 1-100 | -q 80 | | --size | -S | 目标文件大小(KB),自动压缩 | -S 500 | | --format | -f | 输出格式:png\|jpg\|webp\|original | -f webp |

| --output | -o | 输出路径 | -o output.png | | --aspect-ratio | -a | 目标宽高比 | -a 16:9 | | --fit | - | 适应模式 | --fit cover |

图片尺寸调整和压缩工具技能。用于按指定像素宽高、比例或最大尺寸限制调整图片大小,并支持智能压缩到指定文件大小。适用于需要批量处理图片、生成特定尺寸缩略图、压缩图片以满足文件大小限制等场景。 Source: wuchubuzai2018/expert-skills-hub.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/wuchubuzai2018/expert-skills-hub --skill image-resizer
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-11

Browse more skills from wuchubuzai2018/expert-skills-hub

Quick answers

What is image-resizer?

图片尺寸调整和压缩工具技能。用于按指定像素宽高、比例或最大尺寸限制调整图片大小,并支持智能压缩到指定文件大小。适用于需要批量处理图片、生成特定尺寸缩略图、压缩图片以满足文件大小限制等场景。 Source: wuchubuzai2018/expert-skills-hub.

How do I install image-resizer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wuchubuzai2018/expert-skills-hub --skill image-resizer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/wuchubuzai2018/expert-skills-hub