Media
16Image, video, and audio: convert, transform, generate, transcribe, and download. The heavy binary work an agent should never attempt in-model.
Video
- FFmpegthe universal audio/video transcoder, trimmer, muxer, and filter; delegate any video/audio processing here.
ffprobe(bundled) inspects streams as JSON. - yt-dlpdownload video/audio from YouTube and 1000+ sites with format selection and metadata extraction.
- gallery-dldownload image galleries and collections from many hosting sites; bulk retrieval.
- streamlinkextract stream URLs from live streaming sites for piping into other tools.
Image
- ImageMagickcreate, convert, resize, and composite bitmap images across dozens of formats; the core image workhorse.
- gifsiclecreate, manipulate, and optimize GIFs from the command line.
- SVGOoptimize/minify SVG files non-interactively.
- imgpfast batch image resizer and rotator.
- exiftoolread/write image and media metadata across formats; inspect or edit EXIF.
- pastelgenerate, analyze, and convert colors from the CLI; scriptable color math.
- pageres-clicapture website screenshots at chosen viewports/resolutions.
- freezegenerate images of source code and terminal output.
- chafarender images as terminal graphics (ANSI/sixel); preview images in text output.