Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.16 KB

File metadata and controls

60 lines (42 loc) · 2.16 KB

Send Pictures Straight to Claude Code

← Previous: Claude Code Set-up | Home | Next: Docker, GitHub, and MCPs →

You can use ShareX to do this - https://getsharex.com/

Assuming you're on windows - feed this to Claude Code:

"I'm on WSL so I need the windows installer for this:"

✅ Option 1: Use a Desktop Screenshot Tool with Clipboard Copy

If you're open to using a local tool (best solution):

Windows (with shortcut):

  • Use Snip & Sketch (Windows + Shift + S) to take a screenshot.
  • It automatically copies the screenshot to your clipboard.
  • You can then paste it in Slack, Photoshop, etc.
  • To save the file and get the path, you'd need a tool like ShareX.

🔧 Automate with ShareX:

  1. Install ShareX
  2. Go to Hotkey Settings → Add a new hotkey for "Capture region"
  3. Set the "After capture tasks" to:
    • Save image to disk
    • Copy file path to clipboard

Then press your hotkey (e.g. Ctrl + Shift + S) and:

  • Take a screenshot
  • It saves automatically
  • And the path is on your clipboard

✅ Best result with minimal setup.

Setup Instructions

Once you've installed it (you can also just install it yourself but I like having Claude Code set things up so it's added to path etc...)

  1. Click Hotkey settings
  2. Press Add a new task
  3. Select Screen capture
  4. Select Capture Region
  5. Set Control + Shift + S or whatever you want as the hotkey on the right
  6. Press the cog button in the middle
  7. Click Override after capture task
  8. Set:
    • Save image to file
    • Copy file path to clipboard
  9. Close everything
  10. Press Control + Shift + S
  11. Paste the file path to Claude Code (it may say it can't view it, tell it you're sure it's there)

I also turned off the hotkey for capture entire screen, meaning I can use normal screenshotting on Windows 11 if I want to take a quick screenshot to paste into Skool, for example, and the Control + Shift + S hotkey if I am pasting into Claude Code.

Done!


← Previous: Claude Code Set-up | Home | Next: Docker, GitHub, and MCPs →