agent-sandbox
Run coding agents in locked-down Docker sandboxes
All Skills in This Repository (5)
Pure Emerald Level Indicatorsplan-task
Plan project tasks and maintain execution logs in task.md and execution-log.md files.
plan-project
Generate a project plan covering problem definition, solution exploration, and milestone breakdown.
plan-milestone
Decompose project milestones into sequenced tasks with dependencies and risks.
add-agent
Generate Dockerfiles, CI workflows, and documentation for new AI coding agents.
plan
Generate three-tier project, milestone, and task planning documentation.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core