matuscvengros

Agent Sandbox — DevOps skill for Claude Code

DevOps community

Docker build for sandboxed agents that run autonomously as default.

How to install Agent Sandbox

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

What Agent Sandbox does

Docker build for sandboxed agents that run autonomously as default.

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

Docker Sandbox for Agents

[![Build](https://github.com/matuscvengros/agent-sandbox/actions/workflows/build.yml/badge.svg)](https://github.com/matuscvengros/agent-sandbox/actions/workflows/build.yml) [![Release](https://github.com/matuscvengros/agent-sandbox/actions/workflows/release.yml/badge.svg)](https://github.com/matuscvengros/agent-sandbox/actions/workflows/release.yml) [![Nightly](https://github.com/matuscvengros/agent-sandbox/actions/workflows/nightly.yml/badge.svg)](https://github.com/matuscvengros/agent-sandbox/actions/workflows/nightly.yml) [![Platform](https://img.shields.io/badge/platform-linux%2Famd64%20%7C%20linux%2Farm64-lightgrey?logo=linux)](https://ghcr.io/matuscvengros/agent-sandbox)

Docker container for running AI coding agents (Claude Code, OpenAI Codex, OpenCode, Pi) autonomously in an isolated sandbox. Based on `python:3.14-bookworm` with Node.js 24 grafted in. Built for macOS hosts using OrbStack where Docker Sandbox isn't available.

Pre-installed tools

  • Node.js 24 (LTS) + npm
  • Python 3.14 + pip + uv, pytest, ruff, pyright, pint, engunits, scipy, numpy, pandas, matplotlib, requests, httpx, pydantic
  • Rust stable via rustup — rustc, cargo, rustfmt, clippy; proxies are also linked into /usr/local/bin for tool runners that use a reduced PATH
  • C/C++ (gcc, g++, make, cmake, build-essential)
  • Git, GitHub CLI (gh), curl, wget, ripgrep, fd-find, jq, openssh-client
  • Starship prompt (Bracketed Segments preset)
  • Firecrawl CLI (firecrawl-cli)
  • AI coding agents (all installed as npm globals under the agent user):
    • Claude Code (@anthropic-ai/claude-code) — with official plugins, see Plugins
    • OpenAI Codex (@openai/codex)
    • SST opencode (opencode-ai)
    • Pi Coding Agent (@mariozechner/pi-coding-agent) — minimal terminal coding harness supporting 15+ LLMs

Plugins

The container ships with 24+ plugins from the [official marketplace](https://github.com/anthropics/claude-plugins-official):