$ recombobulate _
home / tips / give-claude-visual-context-by-pasting-images-from-any-source
0

Give Claude Visual Context by Pasting Images from Any Source

bagwaa @bagwaa · Mar 26, 2026 · Shortcuts
give-claude-visual-context-by-pasting-images-from-any-source

Claude Code can reason about visual context you paste directly into your prompt — you're not limited to screenshots. Anything you can copy to your clipboard works.

From a browser: Right-click any image on a webpage → Copy Image, then paste into Claude Code with the standard paste shortcut for your terminal.

From Slack or Teams: Hover over an image in a message → click the download icon or right-click → Copy → paste directly into Claude.

From a design tool: Figma, Sketch, and most design tools support Copy as PNG. Paste a component or screen directly into Claude for implementation guidance.

From a file on disk: Open the file in Preview → Cmd+A → Cmd+C, then paste into Claude. Or drag the image file into Finder, then use Preview to get it onto the clipboard.

From an existing screenshot: If you've already saved a screenshot to your desktop, open it in Preview, press Cmd+A to select all, then Cmd+C to copy it to the clipboard.

Once you have an image on your clipboard:

  • iTerm2, Warp, Kitty: paste with Cmd+V
  • Ghostty: paste with Ctrl+V (Ghostty uses Linux terminal conventions)

Claude can reason about UI bugs, error dialogs, design mockups, database diagrams, terminal output, and anything else that's easier to show than describe. You don't need to convert the image to a file path — just paste and describe what you want Claude to do with it.

Any image you can see on your screen, you can paste into Claude — show rather than describe.

~/recombobulate $ tip --comments --count=0

Log in to leave a comment.

~/recombobulate $ tip --related --limit=3
0
Ask Side Questions Without Polluting Context with /btw

The /btw command lets you ask quick side questions that are answered immediately but never added to the conversation history.

bagwaa @bagwaa · 1 hour ago
0
Jump Back Into Your Most Recent Conversation with --continue

The --continue flag loads your most recent conversation instantly, no session ID required.

bagwaa @bagwaa · 1 hour ago
0
Use /model to Switch Between Claude Models Mid-Session

Type /model mid-session to switch from Opus to Sonnet, saving tokens on execution-heavy work without losing output quality.

bagwaa @bagwaa · 3 hours ago