A specialized skill for launching and managing VS Code Remote Tunnels within Docker containers for seamless remote terminal access.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vscode-tunnel
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vscode-tunnel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The VS Code Tunnel skill is designed to bridge the gap between local development environments and Docker-based container workloads. By leveraging the official VS Code CLI, this skill allows developers to establish secure, encrypted tunnels that enable direct remote terminal access to a running container from any VS Code instance globally.
This integration is a vital component for developers working within the Openclaw Skills ecosystem who need persistent, high-performance command-line interaction with remote or isolated development environments. It simplifies the process of container debugging and remote management without the overhead of complex SSH configurations.
Ensure your environment has curl, tar, and grep installed. To set up the tunnel within your container, use the following commands:
# Start the tunnel with an interactive name prompt
bash tunnel.sh start
# Start the tunnel with a pre-defined name
bash tunnel.sh start my-dev-container
You can configure the following environment variables to customize the installation:
VSCODE_TUNNEL_NAME: The identifier for your tunnel.VSCODE_CLI_DIR: The path where the CLI binary will be stored (defaults to ~/.vscode-cli).The skill manages its state and configuration through a simple directory and environment-based schema:
| Item | Type | Description |
|---|---|---|
~/.vscode-cli |
Directory | Stores the downloaded VS Code CLI binary and local configuration. |
VSCODE_TUNNEL_NAME |
Variable | Metadata used to identify the connection in the VS Code UI. |
tunnel.log |
Log File | Captures stdout/stderr from the tunnel process, including authorization codes. |
tunnel.sh |
Script | The primary execution entry point for lifecycle management. |
Loading
Pony Image Agent is a professional-grade AI tool for generating commercial product photography, replicating visual styles, and creating cohesive image suites.

A technical utility for querying EVE Online item database details through local script execution and API calls.

A Python-powered utility for converting Word documents to PDF with full support for Chinese characters, emojis, and original document styling.

An API-free web searching and interactive browsing toolset powered by Playwright for AI agents.

A unified API gateway providing OpenAI-compatible access to over 60 multimodal AI models across text, image, video, and audio.

A precision tool for statically calculating C structure member offsets and memory alignment without runtime execution.








































