Grab the user's clipboard image by detecting their OS and running the correct script:
Windows: powershell -ExecutionPolicy Bypass -File "%USERPROFILE%.claude\clipboard-grab.ps1"
macOS: bash ~/.claude/clipboard-grab.sh
Run the appropriate command for the user's operating system. If you're unsure which OS, check with: uname -s (returns "Darwin" for macOS, or fails/returns something else on Windows).
If the output is a file path (not "NO_IMAGE"), read that image file. Briefly acknowled
[Description truncada. Veja o README completo no GitHub.]