Claude Skill
disler/agent-sandbox-skill
一个基于Python的Claude Skill,用于管理隔离执行环境,可在代理工作流中实现安全、受控的代码执行,GitHub上已获得260+星标。
概览
仓库信息
安装这个 Skill
git clone https://github.com/disler/agent-sandbox-skill.gitRegistry 信息
项目简介
一个用于管理隔离执行环境的Claude Skill,可在代理工作流中实现安全、受控的代码执行。
An agent skill for managing isolated execution environments
要点
- 隔离执行环境
- 安全代码执行
- 基于Python实现
- 代理工作流集成
- 受控环境管理
使用场景
- 代理交互中的安全代码测试
- 受控脚本执行
- 隔离环境管理
- 安全的代理技能部署
- 具备执行安全性的工作流自动化
README 摘要
# Agent Sandbox Skill An agent skill for managing isolated execution environments using [E2B Sandboxes](https://e2b.dev/). This skill enables AI agents (Gemini CLI, Claude Code, Codex CLI) to safely execute code, build full-stack applications, and perform arbitrary engineering tasks in a secure, isolated sandbox. Watch the [Gemini 3 Demo](https://youtu.be/V5IhsHEHXOg) or the newer [Claude Opus 4.5](https://youtu.be/3kgx0YxCriM) Demo to understand what this codebase/skill can do for your agentic coding. <img src="images/sandboxes.png" alt="Agent Sandboxes" width="800"> ## Why Use Agent Sandboxes? The **Value Proposition** > > Agent Sandboxes unlock 3 key capabilities for your agentic engineering: - **Isolation**: Each agent fork runs in a fully isolated, gated E2B sandbox, this means no matter what your agent does, it's secure and safe from your local filesystem and production environment. - **Scale**: You can run as many agent forks as you want, each fork is independent and has its own sandbox. This is a very literal way to scale your compute to scale your impact. - **Agency**: Your agents have full control over the sandbox environment, they can install packages, modify files, run commands, etc. This means they can handle more of the engineering process for you. ## 🚀 Features * **Isolated Execution**: Run untrusted code, tests, and binaries safely. * **Full-Stack Development**: Scaffold, build, and host Vue + FastAPI + SQLite apps. * **Browser Automation**: Built-in Playwright integration for visual validation. * **Agent-First Design**: Optimized for CLI agents with structured prompts and robust error handling. * **Persistent Context**: Tools to manage sandbox lifecycles across agent turns. ## 🛠️ Setup ### Prerequisites * Python >= 3.12 * `uv
话题
暂无话题