What problem does it solve?
Deploying and integrating AI coding agents across local and cloud sandboxes is complex and error prone; this Skill consolidates deployment, credential wiring, agent installation, session lifecycle, and streaming event handling so developers can run coding agents reliably.
Core Features & Use Cases
- Server deployment & configuration: Guidance for running sandbox-agent server locally or in cloud sandboxes and configuring tokens and CORS.
- Session and SDK management: Create, resume, destroy sessions and manage models, modes, and thought levels via SDK or HTTP API.
- Event streaming & HITL: Stream turn/item deltas, handle permission requests and questions for human-in-the-loop workflows, and ingest persisted transcripts.
- Agent lifecycle & testing: Install or lazily install agents (Claude, Codex, OpenCode, Amp), use the mock agent for offline testing, and debug with the Inspector UI.
- Use case: Automate repository summarization, run automated PR reviews, or power an interactive chat UI that streams incremental coding suggestions.
Quick Start
Start a sandbox-agent server with your provider keys and create a session to prompt the agent to summarize the repository.