LaunchKit · 2026
Back to Skills

vscode-tunnel

Start VS Code Remote Tunnel in Docker containers for remote terminal access.

0
419 downloads
by @listky

Setup & Installation

openclaw skills install @listky/vscode-tunnel

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install vscode-tunnel

What This Skill Does

Starts and manages a VS Code Remote Tunnel inside Docker containers, allowing remote terminal access through VS Code's browser or desktop client. Handles CLI installation, background process management, and Microsoft account authorization.

Avoids SSH configuration and port forwarding by using VS Code's built-in tunnel infrastructure to reach containers directly.

When to use it

  • Accessing a dev container remotely from any device
  • Debugging a Docker environment without SSH setup
  • Sharing a container session with a teammate via VS Code
  • Reconnecting to a named tunnel after container restart
  • Checking tunnel status or live logs during a remote session

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: start vscode tunnel named dev-env

AGENT
  1. 1Runs bash tunnel.sh start dev-env
  2. 2Downloads VS Code CLI to ~/.vscode-cli if not present
  3. 3Starts tunnel process in background
  4. 4Reads authorization code from log output
  5. 5Displays code for Microsoft account login in VS Code
OUTPUT

Tunnel dev-env is running. Enter the displayed code in VS Code to authorize and connect.

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Microsoft account (for tunnel authorization)