dislerdislerCommunityยท1 Agent Skills Included

agent-sandbox-skill

Isolated cloud sandboxes for safe code execution and testing

Runs untrusted code, tests, and full-stack app builds inside isolated E2B cloud sandboxes. Eliminates the risk of experimental commands damaging your local filesystem or production environment. Includes browser automation for visual UI testing and ready-made prompts for building complete web apps. Lets multiple agents work in parallel, each with its own secure sandbox.
npx skills add disler/agent-sandbox-skill --all -g -y
Available:

Tells the agent how to map backslash commands like \sandbox or \agent-sandboxes:<prompt> to the correct prompt files in this repository and fill in their arguments.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’