Claudius
Status

claude-ssh-image-skill

Skill

Claude Code skill and local daemon for pasting clipboard images into Claude Code sessions running on a remote server over SSH.

78· B
Install
git clone https://github.com/AlexZeitler/claude-ssh-image-skill
Stars
28
7d change
0.00%
Downloads / week
Last active
1mo ago
About

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.

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

Read more on GitHub →
30-day stars
Trust factors
Source
community
Known advisories
0
Maintenance
maintained
License
MIT
Age
4 months
developer-toolsproductivity#ssh#clipboard#images#remote#daemon#claude-skill