Save clipboard images instantly to your workspace for seamless referencing with Claude Code and other AI tools.
- One-Click Image Saving: Press
Ctrl+Shift+V(Windows/Linux) orCmd+Shift+V(macOS) to save clipboard images - Smart Detection: Automatically detects both image files and screenshot data in clipboard
- Cross-Platform Support: Works on Windows, WSL2, macOS, and Linux
- Organized Storage: Images saved to
temp/folder with timestamped filenames - File Size Display: Shows image size and provides easy path copying
- Robust Error Handling: Validates image integrity and provides helpful error messages
- Copy any image to your clipboard (screenshot, copied image file, etc.)
- Use
Ctrl+Shift+Vor run "Claude Paste: Save Clipboard Image" from command palette - Image is instantly saved to
temp/clipboard-image-YYYYMMDD_HHMMSS_fff.png - Get notification with file path and size - click "Copy Path" to copy the relative path
Perfect for quickly saving images to reference in Claude Code conversations!
- PowerShell (included with Windows)
- .NET Framework (usually pre-installed)
pngpasteutility:brew install pngpaste
- X11 systems:
sudo apt-get install xclip - Wayland systems:
sudo apt-get install wl-clipboard - Auto-detects your display server (X11/Wayland)
- Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Type "Claude Paste: Save Clipboard Image"
- Press Enter
- Windows/Linux:
Ctrl+Shift+V - macOS:
Cmd+Shift+V
Images are saved to:
your-workspace/
├── temp/
│ ├── clipboard-image-20250718_143052_123.png
│ ├── clipboard-image-20250718_143105_456.jpg
│ └── ...
Filename format: clipboard-image-YYYYMMDD_HHMMSS_fff.{ext}
- ✅ Windows - Native PowerShell support
- ✅ WSL2 - Full Ubuntu/Windows integration
- ✅ macOS - Via pngpaste utility
- ✅ Linux - X11 (xclip) and Wayland (wl-clipboard) support
- Large images (>50MB) are rejected for performance
- Requires active workspace folder
- Linux: Requires X11 (xclip) or Wayland (wl-clipboard) utilities
- Initial release
- Full cross-platform support: Windows, WSL2, macOS, and Linux
- Smart clipboard detection for files and screenshots
- Auto-detects Linux display server (X11/Wayland)
- Robust error handling and file validation
- Smart filename generation with collision prevention
This extension was designed specifically for developers using Claude Code who need to quickly save and reference images in their conversations. No more manual saving - just copy, paste, and reference!
Enjoy seamless image workflow with Claude Code! 🎉