Ez Devbox
Description
Convenience CLI for creating, reconnecting, and running agent sessions in E2B
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🤖 ez-devbox 📦
[](https://www.npmjs.com/package/ez-devbox) [](https://github.com/shanebishop1/ez-devbox/actions/workflows/ci.yml) [](https://github.com/shanebishop1/ez-devbox/blob/main/LICENSE)
`ez-devbox` is a small CLI for running coding agents in disposable E2B sandboxes without rebuilding the same shell glue every time.

The closest alternative is usually a homegrown setup: create an E2B sandbox, clone the repo, copy auth files, run setup commands, start `tmux`, SSH in, launch OpenCode/Codex/Claude Code, remember the sandbox ID, and reattach later. This tool packages that workflow into repeatable commands and config.
What This Is
- A workflow layer on top of E2B sandboxes.
- A way to launch and reconnect to OpenCode, Codex, Claude Code, or a shell in the same sandbox.
- A config-driven bootstrapper for cloning repos, setting branches, installing dependencies, and starting in the right working directory.
- A controlled way to pass selected env vars and sync local tool auth/config into the sandbox.
- Optional tunnel setup for reaching local MCP servers, Docker containers, or other services from the sandbox.
Why Use It
Use `ez-devbox` if your current workflow looks like `git worktree` + `tmux` + SSH + custom E2B scripts + copied config files, and you want that to be less manual.
It handles the repetitive parts:
- create or connect to an E2B sandbox
- clone/bootstrap one or more repos
- launch the selected agent mode
- keep SSH sessions persistent with
tmuxwhere needed - save last-run state so
resumecan reattach - sync selected OpenCode, Codex, Claude Code, and GitHub CLI auth/config during
create - optionally expose local serv
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11