What problem does it solve?
When Agent Zero runs inside Docker, it cannot directly touch your real computer. This Skill guides safe use of the code_execution_remote tool so the agent can run terminal commands, Python, and Node.js on the machine where the A0 CLI is connected, without confusing the host with the container.
Core Features & Use Cases
- Host-side runtimes: Run
terminal, python, or nodejs code on the CLI host with persistent numbered sessions, plus output polling and reset recovery for stuck sessions.
- Access mode awareness: Respects CLI-side toggles, distinguishing Read&Write access (mutating runtimes allowed) from Read-only access (mutating runtimes blocked).
- Clear boundaries and failure handling: Directs browser requests to the
browser tool instead of shell launchers, and explains exactly what to tell the user when no CLI is connected, execution is disabled, or a request times out.
- Use Case: Ask the agent to list files in a local project folder on your laptop; it runs the command through the CLI host's terminal session rather than inside the Docker container.
Quick Start
Ask the agent to run a shell command on your local computer using the connected A0 CLI host.