Skip to main content
Screenshots for AI coding assistants

Screenshots, sized for your AI coding assistant

Show Claude Code, Codex CLI, or Gemini CLI what you mean. Maxisnap captures a region or a screen recording on Windows and exports a one-click AI-optimized copy — right-sized so the model reads it clearly without burning tokens on 4K pixels it will only downscale.

Windows 10 (1903+) / 11 · free tier · macOS not yet available

Coding with an AI assistant in the terminal is a visual job more often than it looks. A stack trace in a dialog, a layout that renders wrong, a Figma frame you want built, a chart the model should read — the fastest way to explain any of them is a picture. But handing a picture to a command-line agent is fiddlier than it should be, and a raw 4K capture is the wrong picture to hand over.

Maxisnap solves the picture, not the plumbing. It does not auto-drive the agent or paste for you — it gives you a clean, correctly-sized image (or a short recording) in one keystroke, so the paste, drag, or file-path step that follows is quick and reliable. Below is exactly how each of the three main CLIs takes an image today, and where a purpose-built export earns its place.

The token problem

Why shouldn't I just paste a full-resolution screenshot?

Because a full-resolution screenshot is expensive and often counter-productive. Vision models tile an image into patches and charge tokens per patch, so a 4K capture can cost well over a thousand image tokens — while a copy resized to a sensible width usually costs a few hundred and reads just as clearly, because the model downsamples large images internally anyway. Oversized images are also the ones that hit per-image size limits or get silently rejected. Right-sizing the image up front is the single highest-leverage thing you can do before sending a screenshot to a coding agent.

What you send Typical image-token cost Result in the CLI
Raw 4K / full-monitor capture 1,000+ tokens Slower, pricier, may hit size limits or be downscaled anyway
Maxisnap AI-optimized copy (1600 px wide) A few hundred tokens Reads clearly, costs less, uploads fast

Token figures are typical vision-model ranges, not a Maxisnap benchmark; exact counts vary by model and image content.

Per-tool cheat sheet

How do I give a screenshot to each CLI?

All three accept images, and all three also accept a file path — which is the most reliable route on Windows, because terminal clipboard paste can silently fail (especially over WSL). Maxisnap's job is to hand you that ready-to-use file. Here is the current picture for each:

AI coding tool Ways to hand it an image Windows note
Claude Code Alt+V to paste, drag a file into the terminal, or reference an image file path in your prompt. On Windows/WSL, Ctrl+V often does nothing; Alt+V (added in v2.1.157) or a file path is the reliable route.
Codex CLI Ctrl+V inline, drag a file in, or pass it explicitly: codex --image shot.png "prompt". The --image flag is the most dependable when clipboard paste is flaky.
Gemini CLI Ctrl+V / Alt+V to paste (it auto-saves under .gemini-clipboard/), or reference a file path. Paste inserts an [Image #N] chip that resolves to the saved file on submit.

CLI behaviour changes fast; check each tool's own docs for the current keybindings. Maxisnap only produces the image — it does not modify or automate the CLI.

The workflow

What's the fastest way to hand a UI bug to Claude Code?

Three keystrokes, no re-encoding, no second app:

  • Capture it. Press Ctrl+Alt+5 and drag a box around the error dialog, the broken layout, or the design frame.
  • Redact anything private. If the shot shows an API key, a token, or a customer's data, drag the blur tool over it before it ever reaches the model. Add an arrow or a numbered pin if you want to point the agent at one spot.
  • Export the AI-optimized copy. One click produces a copy sized to a default max width of 1600 px (configurable in Settings). Save it, copy it, or drag it straight into the terminal — then paste, drop, or reference its path in Claude Code, Codex, or Gemini.

Because the export is already the right size, you skip the "why did my paste get rejected / cost so much" round-trip entirely. And because blur is applied destructively, the secret you covered can't be recovered from the file you hand over.

$ diff raw-screenshot ai-optimized

[RAW 4K] paste a full-monitor capture
-- 1000+ image tokens, may be downscaled or rejected
[MAXISNAP] export AI-optimized copy
++ ~1600px wide, a few hundred tokens, reads clean

[RAW 4K] secrets on screen
-- keys and tokens sent as-is
[MAXISNAP] blur before export
++ destructive redaction, unrecoverable from the file

[RAW 4K] terminal clipboard on Windows/WSL
-- Ctrl+V often vanishes silently
[MAXISNAP] saved file + drag-out
++ drop the file or reference its path, every time
        
Manual vs a snipper vs Maxisnap

Do I need a dedicated tool, or can I just snip and paste?

You can absolutely snip and paste manually — for the occasional screenshot it's fine. A dedicated export earns its keep once you're doing it all day, care about token cost, and want to redact before sending. Here's the honest trade-off, including against a file-path snipper like Invoke:

What you want Snipping Tool + paste File-path snipper (e.g. Invoke) Maxisnap AI Mode
Right-sized for tokensFull-resFull-res file1600 px default, configurable
Runs on WindowsYesYesYes
Redact secrets before sendingNoVariesBlur + 10 more tools
Share a screen recording with AINoNoAI-optimized MP4
Also a full screenshot + recorderBasicCapture onlyBoth, one app
PriceBuilt inOne-time paidFree tier
Not just stills

Can I share a screen recording with an AI coding agent?

Yes — when a bug only shows up in motion, a still won't cut it. Maxisnap records a region or the full screen (Ctrl+Alt+3 / Ctrl+Alt+4), lets you trim the dead air, and exports an AI-optimized MP4 — roughly 1280 px, 24 fps, mono audio — engineered to be small enough to upload fast into tools that accept video, like the ChatGPT, Claude, and Gemini apps. It's the same "right-sized for the model" idea, applied to video. Full details live on the screen recorder and screenshot tool page.

Frequently asked

Screenshots for AI coding — FAQ

Does Maxisnap work with Claude Code, Codex CLI, and Gemini CLI?

Yes. Any screenshot or screen recording can be exported as a one-click, right-sized AI-optimized copy that you then paste, drag, or reference by file path in all three CLIs. Maxisnap produces the image; it doesn't automate or paste into the agent for you.

What size are the AI-optimized images, and can I change it?

The default maximum width is 1600 px, and it's configurable in Settings. That width is chosen so the image stays legible to the model without spending tokens on 4K resolution it downsamples anyway.

Why not just paste a raw screenshot into the terminal?

A full-resolution capture can cost over a thousand image tokens and is more likely to hit per-image size limits or be silently downscaled. A right-sized copy is cheaper, faster to upload, and just as readable — so it's usually the better input.

My screenshot paste keeps vanishing in the terminal on Windows — does this fix that?

Terminal image paste is unreliable on Windows and WSL. Maxisnap sidesteps the flaky clipboard path by giving you a saved, correctly-sized image you can drag into the terminal or reference by file path — for example with Codex's --image flag or Claude Code's Alt+V.

Does it run on Windows?

Yes — Maxisnap is Windows-native (Windows 10 1903+ and Windows 11), unlike several AI-coding screenshot tools that are macOS-only. A macOS build is in development with no public download yet.

Give your AI coding assistant a picture worth sending.

Capture, redact, and export a right-sized copy in three keystrokes — free on Windows.

Download Free See all features

Related: screen recorder + screenshot tool · screenshot tools for developers · blur a screenshot · all features