← 返回 Skills 市场
686
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install vscode-tunnel
功能描述
Start VS Code Remote Tunnel in Docker containers for remote terminal access
安全使用建议
This skill appears to do what it claims: it downloads the VS Code CLI from Microsoft's servers into ~/.vscode-cli and runs it to create a remote tunnel. Before installing, consider: 1) the script will execute a downloaded binary — only use it if you trust the source or prefer to preinstall/verify the CLI yourself; 2) creating a VS Code remote tunnel grants remote access to the container once you authorize via your Microsoft account — ensure you want that exposure and run it in a controlled environment; 3) logs and PID files are stored under the CLI_DIR (default ~/.vscode-cli) and may contain messages related to authorization — inspect them if you're concerned about sensitive data; 4) the script uses pgrep to find 'code tunnel' processes which may occasionally match unrelated processes, so status/stop behavior can be imperfect. If you want stronger assurance, review the downloaded CLI binary/checksums manually or run the skill in an isolated container.
功能分析
Type: OpenClaw Skill
Name: vscode-tunnel
Version: 1.0.0
The skill downloads and executes a binary from a remote URL (code.visualstudio.com) using `curl` and `tar` in `tunnel.sh`. While the source is legitimate and the stated purpose (VS Code Remote Tunnel) is benign, the act of fetching and executing remote code is a high-privilege operation and introduces a supply chain risk. If the download source were compromised, this skill could be leveraged to execute arbitrary malicious code. The script correctly quotes user-provided arguments, preventing direct shell injection, and there are no signs of prompt injection against the agent in `SKILL.md` or other malicious behaviors like data exfiltration or unauthorized persistence mechanisms beyond the intended background tunnel process.
能力评估
Purpose & Capability
Name/description match the provided script and SKILL.md. The script only implements start/stop/status/log for VS Code Remote Tunnel and requires curl/tar/grep as documented — these are appropriate for downloading and running the VS Code CLI.
Instruction Scope
SKILL.md instructs the agent to run tunnel.sh commands only. The script only reads/creates files under the configured CLI_DIR, checks for dependencies, downloads/extracts the CLI, and tails its own log; it does not access unrelated system paths or undeclared environment variables.
Install Mechanism
There is no package install spec; the script itself downloads a tarball from code.visualstudio.com and extracts it into ~/.vscode-cli. Downloading and extracting remote binaries is normal for this task but carries the usual network/code-execution risk (the URL appears to be the official Microsoft VS Code download endpoint).
Credentials
The skill does not request secrets or unrelated environment variables. The script respects VSCODE_TUNNEL_NAME and VSCODE_CLI_DIR as documented and does not require other credentials. Authorization for the tunnel is performed interactively via the VS Code flow (Microsoft account), which the SKILL.md notes.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings. It writes files only under the CLI_DIR it creates and places a PID/log file there; this is expected for a long-running helper.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vscode-tunnel - 安装完成后,直接呼叫该 Skill 的名称或使用
/vscode-tunnel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vscode-tunnel skill.
- Enables starting and managing VS Code Remote Tunnels inside Docker containers.
- Provides simple commands for starting, stopping, checking status, and logging tunnel sessions.
- Supports trigger phrases for natural language activation.
- Details setup, command usage, environment variables, and platform compatibility.
- Requires first-time Microsoft account authorization for tunnel access.
元数据
常见问题
vscode-tunnel 是什么?
Start VS Code Remote Tunnel in Docker containers for remote terminal access. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 686 次。
如何安装 vscode-tunnel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vscode-tunnel」即可一键安装,无需额外配置。
vscode-tunnel 是免费的吗?
是的,vscode-tunnel 完全免费(开源免费),可自由下载、安装和使用。
vscode-tunnel 支持哪些平台?
vscode-tunnel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 vscode-tunnel?
由 listky(@listky)开发并维护,当前版本 v1.0.0。
推荐 Skills