{"repo":"AlexZeitler/claude-ssh-image-skill","free":true,"listed":false,"github":"https://github.com/AlexZeitler/claude-ssh-image-skill","clone":"git clone https://github.com/AlexZeitler/claude-ssh-image-skill.git","description":"A Claude Code skill + local daemon that enables pasting clipboard images into a Claude Code session on a remote server over SSH.","language":"Go","stars":28,"topics":["claude-code","claude-skill","ssh"],"license":"MIT","category":"media-processing","readme_excerpt":"claude-ssh-image-skill A Claude Code skill + local daemon that enables pasting clipboard images into a Claude Code session on a remote server over SSH. Claude Code doesn't natively support pasting images over SSH. This project solves that with a similar approach to sshimg.nvim, but specifically for Claude Code. How it works 1. The /paste-image skill runs the ccimg client on the remote server, which sends a TCP request to 127.0.0.1:9998 (forwarded through the SSH reverse tunnel to the local machine) 2. ccimgd reads the PNG image from the local clipboard ( wl-paste on Wayland, xclip on X11, pngpaste on macOS) 3. The image is returned as base64-encoded JSON 4. ccimg saves it as a temporary PNG file and prints the path 5. The skill uses Claude's Read tool to display the image Requirements - Local machine (Linux) : wl-paste (Wayland, part of wl-clipboard ) or xclip (X11) - Local machine (macOS) : pngpaste ( brew install pngpaste ) - Remote server : Claude Code - Building from source : Go Building Build both binaries (daemon + client): This builds statically linked binaries for all supported platforms: - daemon/ccimgd-linux-amd64 , daemon/ccimgd-darwin-amd64 , daemon/ccimgd-darwin-arm64 - client/ccimg-linux-amd64 , client/ccimg-darwin-amd64 , client/ccimg-darwin-arm64 Setup Local machine (Linux) Local machine (macOS) Remote server Copy the client binary and skill to the remote server: To avoid permission prompts each time, add this to /.claude/settings.json : SSH connection Connect","default_branch":null,"files":null,"tree":[],"storefront":"/r/AlexZeitler","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/AlexZeitler/claude-ssh-image-skill/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}