TriticeaeToolbox

Sbx VSCode — DevOps skill for Claude Code

DevOps community

A Docker Sandbox kit that installs VSCode and the Claude Code extension.

How to install Sbx VSCode

This entry records only its repository, not the path inside it, so there is no exact command to give. Open TriticeaeToolbox/sbx-vscode and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Sbx VSCode does

A Docker Sandbox kit that installs VSCode and the Claude Code extension.

Alternatives in DevOps

  • Docker 71.9k ★
  • Skill Claw — OpenClaw instance administration — manage hosts across macOS, Ubuntu/Debian, Docker, OCI, and Proxmox 2.8k ★
  • Project Scan — 扫描项目生成配置(CLAUDE.md/restart.sh/ignore/Docker) 1k ★

README

SBX-VSCODE

A [Docker Sandbox](https://docs.docker.com/ai/sandboxes/) [Kit](https://docs.docker.com/ai/sandboxes/customize/kits/) that installs VSCode and the Claude Code VSCode Extension into the Docker sandbox.

Use Cases

The main use-case for this sandbox kit is to easily create a new claude sandbox in a project directory and create a VSCode tunnel so the user can work on the project using their local VSCode installation and the VSCode Claude Code extension.

Requirements

You must already have Docker Sandboxes and the `sbx` command installed - See the [Getting Started](https://docs.docker.com/ai/sandboxes/get-started/) page for installation instructions.

You'll need a Docker account to use `sbx`. You must first login to Docker with the `sbx login` command.

You'll need a GitHub account in order to start a tunnel.

Installation

You can clone this kit to your machine:

git clone https://github.com/TriticeaeToolbox/sbx-vscode /path/to/sbx-vscode

You can use the `sbx-vscode` helper script to start new sandboxes and tunnels. It may be helpful to link the helper script to a directory in your `$PATH`:

ln -s /path/to/sbx-vscode/sbx-vscode /usr/local/bin/sbx-vscode

Usage

Starting a Tunnel

The `sbx-vscode` helper script can be used to create a new sandbox and start a VSCode tunnel within the Sandbox:

To start a sandbox and a tunnel in the current working directory:

sbx-vscode

To start a sandbox and a tunnel in a different project directory:

sbx-vscode /path/to/project

After starting the sandbox, you'll see a message in the console with a link and code to grant access to the VSCode server running in the sandbox

*
* Visual Studio Code Server
*
* By using the software, you agree to
* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
*
[2026-06-30 18:38:22] info Using GitHub for auth