Show HN: Context-drop – CLI tool to to share files/images between remote agents

avyvar1 pts0 comments

I use coding agents mostly over SSH and remote devboxes, and I kept running into the same problem of sharing screenshots / files between my machines.Whenever I hit a frontend bug or weird UI issue, I ended up manually uploading screenshots, SCP’ing images around, or dropping files into the repo just so the agent could see what I was looking at.I built Context Drop to make local screenshots and copied images instantly accessible to remote agents without changing the rest of the workflow. It is a very small tool, but it made remote debugging feel much more natural for me.All you have to do is run `context-drop` on your local machine and it ll upload your current clipboard. You can either share the link to your remote machine or login to both machines and run `context-drop pull` (or wait for uploads via `context-drop pull --watch`) to pull images on the same account.If you add the skill to agents on different machines, it can serve as a sort-of airdrop between machines .

context drop remote images agents machines

Related Articles