upstash-box-remote-work

Installation
SKILL.md

A box is a sandboxed Linux container in the cloud with a shell, a filesystem, git, an optional headless Chromium, and public URLs for its ports. Everything here goes through the remote Upstash MCP server. There is no SDK to install and no API key in the environment (recording videos is the exception, see below): the server forwards the session's OAuth token to the Box API, and screenshot bytes travel from the box to Blob without passing through the server.

When to take work into a box

  • The user asks for it: remote, in a sandbox, in the cloud, in a box, not on my machine.
  • The deliverable is a pull request, a public preview URL, or a screenshot of the running result. A box has GitHub credentials, public ports and a browser; the local machine often has none of the three.
  • The work needs isolation: untrusted or generated code, a heavy dependency install, a clean checkout, branches the local tree should not carry.
  • The work scales out: several independent tasks, one box each, in parallel.
Installs
176
Repository
upstash/skills
GitHub Stars
27
First Seen
Sep 11, 2026
upstash-box-remote-work — upstash/skills