mattolsonmattolsonCommunityยท5 Agent Skills Included

agent-sandbox

Run coding agents in locked-down Docker sandboxes

Runs coding agents inside locked-down local Docker containers with firewall and proxy-enforced network policies. Blocks unauthorized outbound traffic, hides API keys from the container, and limits filesystem access to your project folder. Supports Claude, Codex, Gemini, Copilot, and more, with easy switching between agents while preserving credentials and state.
npx skills add mattolson/agent-sandbox --all -g -y
Available:

Gives your AI agent a map of the codebase, build and test commands, network policy rules, and step-by-step guidance for adding new agents to this sandbox project.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Agent Sandbox?โ–ผ

Run `npx skills add mattolson/agent-sandbox --all -g -y` in your terminal to install all skills in this suite globally.

How to run AI coding agents securely?โ–ผ

Agent Sandbox runs agents in a locked-down Docker container where all traffic passes through an enforcing proxy and direct outbound connections are blocked by a firewall.

Which coding agents does Agent Sandbox support?โ–ผ

It supports Claude Code, Codex, Gemini, Copilot, OpenCode, Pi, Factory, and Hermes, and you can switch between them without losing credentials or state.

Can agents see my API keys in the sandbox?โ–ผ

No. Secrets are injected at the proxy layer, so the agent container never sees raw API keys or tokens.

Does Agent Sandbox work with VS Code?โ–ผ

Yes. It supports devcontainer mode for VS Code and JetBrains IDEs alongside the standard terminal CLI mode.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’