Central authority for Claude Code sandboxing and isolation. Covers sandboxed bash tool, /sandbox command, filesystem isolation (blocked access, custom paths), network isolation (domain restrictions, proxy support), OS-level enforcement (bubblewrap on Linux, Seatbelt on macOS), sandbox configuration options, escape hatches (dangerouslyDisableSandbox, allowUnsandboxedCommands), and sandbox security limitations. Assists with configuring sandbox settings, understanding isolation mechanisms, and troubleshooting sandbox issues. Delegates 100% to docs-management skill for official documentation.
View on GitHubmelodic-software/claude-code-plugins
claude-ecosystem
plugins/claude-ecosystem/skills/sandbox-configuration/SKILL.md
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/melodic-software/claude-code-plugins/blob/main/plugins/claude-ecosystem/skills/sandbox-configuration/SKILL.md -a claude-code --skill sandbox-configurationInstallation paths:
.claude/skills/sandbox-configuration/# Sandbox Configuration Skill ## MANDATORY: Invoke docs-management First > **STOP - Before providing ANY response about Claude Code sandboxing:** > > 1. **INVOKE** `docs-management` skill > 2. **QUERY** for the user's specific topic > 3. **BASE** all responses EXCLUSIVELY on official documentation loaded > > **Skipping this step results in outdated or incorrect information.** ### Verification Checkpoint Before responding, verify: - [ ] Did I invoke docs-management skill? - [ ] Did official documentation load? - [ ] Is my response based EXCLUSIVELY on official docs? If ANY checkbox is unchecked, STOP and invoke docs-management first. --- ## Overview Central authority for Claude Code sandboxing and isolation. This skill uses **100% delegation to docs-management** - it contains NO duplicated official documentation. **Architecture:** Pure delegation with keyword registry. All official documentation is accessed via docs-management skill queries. ## When to Use This Skill **Keywords:** sandboxing, sandbox, /sandbox, filesystem isolation, network isolation, bubblewrap, Seatbelt, dangerouslyDisableSandbox, allowUnsandboxedCommands, excludedCommands, httpProxyPort, socksProxyPort, domain restrictions, sandbox configuration, blocked access **Use this skill when:** - Configuring sandbox settings - Understanding filesystem isolation - Setting up network isolation - Troubleshooting sandbox blocking commands - Understanding OS-level enforcement - Configuring escape hatches - Setting up proxy support ## Keyword Registry for docs-management Queries Use these keywords when querying docs-management skill for official documentation: ### Sandbox Overview | Topic | Keywords | | --- | --- | | Overview | "sandboxing", "sandboxed bash tool", "/sandbox command" | | Why Sandbox | "why sandboxing", "approval fatigue", "sandbox productivity" | | OS Enforcement | "bubblewrap", "Seatbelt", "OS-level enforcement" | ### Filesystem Isolation | Topic | Keywords | | --- | --- | |