·image-crop
</>

image-crop

agntswrm/agent-media

Crops an image to specified dimensions around a focal point. Use when you need to extract a portion of an image, create thumbnails with custom positioning, or prepare images for specific aspect ratios.

18Installs·0Trend·@agntswrm

Installation

$npx skills add https://github.com/agntswrm/agent-media --skill image-crop

SKILL.md

Crops an image to specified dimensions centered on a configurable focal point. The crop region is calculated to center on the focal point while staying within image bounds.

| --in | Yes | Input file path or URL | | --width | Yes | Width of crop area in pixels | | --height | Yes | Height of crop area in pixels | | --focus-x | No | Focal point X position 0-100 (default: 50 = center) | | --focus-y | No | Focal point Y position 0-100 (default: 50 = center) | | --dpi | No | DPI/density for output (default: 300) |

| --out | No | Output path, filename or directory (default: ./) | | --provider | No | Provider to use (default: local) |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/agntswrm/agent-media --skill image-crop
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is image-crop?

Crops an image to specified dimensions around a focal point. Use when you need to extract a portion of an image, create thumbnails with custom positioning, or prepare images for specific aspect ratios. Source: agntswrm/agent-media.

How do I install image-crop?

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-crop 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