Install
openclaw skills install remotingMirror your Claude Code terminal in a browser for remote viewing and real-time interaction. Creates a public web terminal via localhost.run tunnel.
openclaw skills install remotingExpose the current Claude Code session as a public web terminal. Anyone with the URL can view and interact with the terminal from their browser.
The user says something like:
Install and launch:
# If not already installed
npm install -g @remotego/remotego
# Start mirroring Claude Code
remotego claude
Or run without installing:
npx @remotego/remotego claude
# Custom port
remotego claude --port 9000
# Custom tunnel domain (localhost.run)
remotego claude --domain myterm.localhost.run
# Custom working directory
remotego claude --cwd ~/my-project
http://localhost:7681?session=<uuid>https://xxxxx.lhr.life?session=<uuid>Press Ctrl+C in the terminal, or the user can type /exit.
| Issue | Solution |
|---|---|
node not found | Install from https://nodejs.org/ |
| Tunnel fails | Falls back to localhost URL; check SSH port 22 |
| Port in use | Use --port to pick another |