Start a VS Code Remote Tunnel in Docker container environments, enabling remote terminal access through VS Code.
SKILL.md
VS Code Tunnel
Start a VS Code Remote Tunnel in Docker container environments, enabling remote terminal access through VS Code.
Trigger Phrases
"start vscode tunnel"
"open vscode tunnel"
"connect vscode"
"launch code tunnel in container"
"vscode remote"
Commands
bash
# Start tunnel (interactive name prompt)
bash /path/to/tunnel.sh start
# Start tunnel with specific name
bash /path/to/tunnel.sh start my-tunnel-name
# Stop tunnel
bash /path/to/tunnel.sh stop
# View status
bash /path/to/tunnel.sh status
# View logs
bash /path/to/tunnel.sh log
Environment Variables
Variable
Description
Default
VSCODE_TUNNEL_NAME
Tunnel name
Interactive input
VSCODE_CLI_DIR
CLI installation directory
~/.vscode-cli
Usage Examples
text
User: start vscode tunnel
Agent: Starting VS Code Tunnel...
[Executes: bash tunnel.sh start]
Agent: Tunnel started. Please enter this code in VS Code to authorize: xxxx-xxxx
text
User: launch a tunnel named dev-env
Agent: Starting tunnel dev-env...
[Executes: bash tunnel.sh start dev-env]
Commands Reference
Command
Description
start [name]
Start tunnel with optional name
stop
Stop running tunnel
status
Display tunnel status
log
View tunnel logs (live)
Dependencies
curl - Download CLI
tar - Extract CLI
grep - Log processing
Notes
First-time startup requires Microsoft account authorization
Authorization code will be displayed in the log output
Tunnel runs in background; needs restart after container reboot
Limited provenance information — review the source before installing.
Freshness11/15
Updated within the last 6 months.
Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.
Proud of your score? Add this badge to your README.
Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.
Score badge
Markdown
[](https://www.claudemarket.ai/skills/listky/vscode-tunnel)
HTML
<a href="https://www.claudemarket.ai/skills/listky/vscode-tunnel"><img src="https://www.claudemarket.ai/skills/listky/vscode-tunnel/badges/score.svg" alt="Starts And skill"/></a>
Starts And FAQ
How do I install the Starts And skill?
Run “clawhub install listky/vscode-tunnel” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.
What does the Starts And skill do?
Start a VS Code Remote Tunnel in Docker container environments, enabling remote terminal access through VS Code. The SKILL.md section on this page shows the exact instructions the skill gives your agent.
Is the Starts And skill free?
Yes. Starts And is a free, open-source skill by listky. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.
Does Starts And work with Claude Code and OpenClaw?
Yes. Skills use the portable SKILL.md format, so Starts And works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.