image-convert

Installation
SKILL.md

Image Convert

Converts an image to a different format (PNG, JPG, or WebP).

Command

npx agent-media@latest image convert --in <path> --format <format> [options]

Inputs

Option Required Description
--in Yes Input file path or URL
--format Yes Output format: png, jpg, webp
--quality No Quality for lossy formats (1-100, default: 80)
--out No Output path, filename or directory (default: ./)
--provider No Provider to use (default: auto-detect)
Installs
43
GitHub Stars
4
First Seen
Jan 20, 2026
image-convert — agntswrm/agent-media