Screenshots your AI agent can actually reach.
A Chrome extension that uploads a screenshot and returns a self-destructing URL — so AI coding agents running in remote SSH terminals can see your screen.
AI coding agents like Claude Code run in SSH sessions — they cannot access your local clipboard, screenshots, or filesystem. You have a bug on screen but no way to show your agent.
- Drop or paste a screenshot into the Burnshot side panel
- Copy the URL — it lands in your clipboard automatically
- Paste into your agent — Claude Code, Cursor, any SSH terminal
- It burns — deleted after the first fetch, or when your timer runs out
No sign-up. No servers to run. No permanent storage.
- Screenshots are uploaded to a Cloudflare R2 bucket via a hosted backend at
burnshot.dev - Each image gets a random 32-character hex ID — unguessable
- On the first
GET /i/<id>the image is served and immediately deleted - If never fetched, it is deleted when the burn timer (30 seconds to 5 minutes) expires
- A random UUID is generated on install to enforce per-user rate limits — no account required
| Limit | Value |
|---|---|
| Max image size | 5 MB |
| Formats accepted | PNG, JPEG, GIF, WebP |
| Uploads per minute (per install) | 10 |
| Uploads per day (per install) | 100 |
| Uploads per minute (per IP) | 20 |
| Uploads per day (global) | 5,000 |
Images are never viewed, analyzed, or shared. Full details: burnshot.dev/privacy.html
Found a bug or have a feature idea? Open an issue — every report is read.