A tiny command for moving short-lived files and clipboard images between your machines.
Install
curl -fsSL https://raw.githubusercontent.com/mupt-ai/context-drop/main/install.sh | bashBasic usage
context-drop
Uploads the current clipboard image and copies a short-lived link back to your clipboard.
context-drop file.png
Uploads a file and copies a short-lived link back to your clipboard.
context-drop https://example.com/page
When logged out, prints/copies the link as-is and warns you to log in before uploading.
context-drop list
Shows the files you have uploaded.
context-drop pull
Downloads the latest uploaded file to /tmp/<filename> and prints the saved path.
context-drop pull <id>
Downloads a specific uploaded file from context-drop list to /tmp/<filename> and prints the saved path.
context-drop pull --watch --timeout 2m
Waits for the next image uploaded after the command starts, downloads it to /tmp/<filename>, and prints the saved path.
Agent skill
This repo includes an installable Agent Skills-compatible guide at skills/context-drop/SKILL.md. Install it for Claude Code, Codex, Pi, OpenCode, or any compatible agent by copying skills/context-drop into that agent's skills directory.
For login, configuration, local development, and server setup, see documentation.md.
























