A Windows tray app that converts clipboard memory images to local files, solving the issue where Claude Code CLI cannot paste screenshots in Windows terminal. Automatically saves screenshots as PNG files and replaces clipboard content with file references
git clone https://github.com/citizenll/clipboard-image-watcher.gitA Windows tray app that converts clipboard memory images to local files, solving the issue where Claude Code CLI cannot paste screenshots in Windows terminal. Automatically saves screenshots as PNG files and replaces clipboard content with file references
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/citizenll/clipboard-image-watcherCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a Windows tray app called 'Clipboard Image Watcher' that converts clipboard images to PNG files. The app should automatically save screenshots as PNG files and replace clipboard content with file references. Ensure it works seamlessly with [COMPANY]'s terminal application, [TERMINAL_APP], and supports [INDUSTRY]-specific image formats.
## Clipboard Image Watcher - Configuration Guide ### Features - Automatically converts clipboard images to PNG files - Saves files in the specified directory - Replaces clipboard content with file references ### Setup Instructions 1. Download and install Clipboard Image Watcher 2. Configure the output directory in settings 3. Enable automatic conversion for [COMPANY]'s terminal application, [TERMINAL_APP] ### Example Output After copying a screenshot and running the app, the following files were created: - `C:\Screenshots\screenshot_20231005_143022.png` - `C:\Screenshots\screenshot_20231005_143145.png` The clipboard now contains: `[File] C:\Screenshots\screenshot_20231005_143022.png` `[File] C:\Screenshots\screenshot_20231005_143145.png`