image-resize
✓Resizes an image to specified dimensions. Use when you need to change image size, create thumbnails, or prepare images for specific display requirements.
Installation
SKILL.md
Resizes an image to a target width or height while optionally maintaining aspect ratio.
| --in | Yes | Input file path or URL | | --width | No | Target width in pixels | | --height | No | Target height in pixels | | --out | No | Output path, filename or directory (default: ./) | | --provider | No | Provider to use (default: auto-detect) |
At least one of --width or --height must be specified.
Resizes an image to specified dimensions. Use when you need to change image size, create thumbnails, or prepare images for specific display requirements. Source: agntswrm/agent-media.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/agntswrm/agent-media --skill image-resize- Source
- agntswrm/agent-media
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is image-resize?
Resizes an image to specified dimensions. Use when you need to change image size, create thumbnails, or prepare images for specific display requirements. Source: agntswrm/agent-media.
How do I install image-resize?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/agntswrm/agent-media --skill image-resize Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/agntswrm/agent-media
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01