upstash-box-cli
Installation
SKILL.md
box operates on a remote container, not this machine. Your own file and shell
tools act locally; anything that must happen inside the box goes through box.
Install
npm i -g @upstash/box-cli
Authentication
Every command needs an API key, or it fails with "API token required". Set it once,
or pass --token on any single command. Create one at
https://console.upstash.com/box.
export UPSTASH_BOX_API_KEY=box_...