Image Tools
localimage-tools
Resize, crop, rotate, flip, adjust (brightness/greyscale/blur/invert/sharpen), watermark, convert format, thumbnail, strip EXIF, and read metadata for images.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (10)
- image_resizeResize an image the user has uploaded and save the result to My Documents. Provide target width and/or height; aspect ratio preserved by default.
- image_cropCrop an image to a rectangular region. Coordinates in pixels from top-left. Great for trimming screenshots or extracting portions.
- image_rotateRotate an image by a given angle (positive = clockwise). Use 90/180/270 for cardinal rotations.
- image_flipFlip an image horizontally (mirror) or vertically.
- image_adjustAdjust brightness / saturation / hue / greyscale / invert / blur / sharpen on an image.
- image_watermarkAdd a text watermark to an image (bottom-right by default). Useful for photos before sharing.
- image_metadataRead image metadata: dimensions, format, EXIF (camera, date taken, GPS), colour space.
- image_strip_metadataStrip EXIF / GPS / camera metadata from an image (privacy). Returns a clean copy.
- image_convertConvert an image between formats (png / jpeg / webp / avif). Useful for shrinking file size.
- image_thumbnailGenerate a small thumbnail (default 256px square, cover fit, webp).