paste_image
Paste an image from the system clipboard, save it to a temporary file, and return its path for Claude Code to display and analyze. Supports common image formats.
Instructions
Paste an image from the system clipboard. Captures clipboard image data, saves it to a temporary file, and returns the file path for Claude Code to display. Supports common image formats (PNG, JPEG, GIF, BMP, TIFF).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Optional target format. If not specified, the original format will be preserved. | |
| filename | No | Optional custom filename (without extension). If not provided, a UUID will be used. |