From image
Paste an image from the clipboard. Use when the user says "paste", "clipboard image", or wants to share an image from their clipboard. Works on macOS (pngpaste), WSL (PowerShell), and Linux (wl-paste / xclip). Saves to /tmp with content-hash deduplication and returns the file path.
How this skill is triggered — by the user, by Claude, or both
Slash command
/image:pasteThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute `${CLAUDE_PLUGIN_ROOT}/scripts/paste-image` to extract an image from the clipboard. The script outputs the path to the saved image file. Read that image file and display it to the user. Be concise.
Execute ${CLAUDE_PLUGIN_ROOT}/scripts/paste-image to extract an image from the clipboard. The script outputs the path to the saved image file. Read that image file and display it to the user. Be concise.
npx claudepluginhub st0nefish/agent-toolkit --plugin imageCopies generated text to system clipboard via Bash temp file using pbcopy (macOS), xclip, or xsel (Linux). Auto-activates on 'copy this' or manual /txt-copy invocation.