claude-clipboard
v1.0.10
Published
Smart clipboard integration for Claude Code - paste screenshots and images directly from clipboard
Downloads
35
Maintainers
Readme
claude-clipboard
stop manually saving screenshots. just hit Ctrl+V and the path appears in Claude Code.

sick of doing Win+Shift+S, then Save As, then typing the path? me too. this intercepts Ctrl+V in Windows Terminal, auto-saves your clipboard screenshot to WSL, and pastes the path into Claude Code.
what this does
- Win+Shift+S to screenshot
- Ctrl+V in Claude Code
- screenshot path appears automatically
- images saved to
~/.cache/claude-clipboard-images/
basically: no more Save As dialog hell. paste screenshots like you paste text.
installation
npm install -g claude-clipboard
claude-clipboard installthat's it. installer sets up AutoHotkey scripts on Windows, bash scripts in WSL, and starts the clipboard monitor. auto-starts on Windows login.
requirements
- Windows Terminal + WSL (Ubuntu/Debian)
- Claude Code installed
- Node.js 18+
- AutoHotkey v2 (installer handles this)
if you're not using Windows Terminal or Ubuntu.exe, this won't work. PRs welcome but I use Windows Terminal.
troubleshooting
if something's not working, check the troubleshooting guide.
license
MIT
built by @fullstacktard because Save As dialogs are productivity cancer
