agent-sandbox-skill
Isolated cloud sandboxes for safe code execution and testing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Agent Sandbox Skill?โผ
Run `npx skills add disler/agent-sandbox-skill --all -g -y` in your terminal to install the skill globally. You also need a free E2B API key added to a .env file.
How to run code safely without risking my computer?โผ
This skill executes all code inside isolated E2B cloud sandboxes, so nothing the agent runs can touch your local files or production systems.
Can it build and host full-stack web apps?โผ
Yes. It scaffolds Vue, FastAPI, and SQLite apps inside the sandbox, hosts them on a public URL, and includes dozens of ready-made prompts from easy to very hard.
Does it work with Claude Code, Gemini CLI, and Codex?โผ
Yes. The skill follows the standard SKILL.md format and works with Claude Code, Gemini CLI, and Codex CLI out of the box.
Can it test web apps visually in a browser?โผ
Yes. Built-in Playwright browser automation lets the agent navigate pages, click elements, take screenshots, and validate UIs inside the sandbox.
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