What problem does it solve?
Running long-lived or resource-heavy agent tasks locally is limited by your machine; this Skill provisions Anthropic Claude Managed Agents in the cloud with a real container, pre-installed packages, network access, and a persistent filesystem and transcript across turns.
Core Features & Use Cases
- Session Lifecycle Management: Create cloud agent sessions with a chosen model, system prompt, packages (pip, npm, apt, cargo, gem, go), MCP servers, and skills, then prompt, inspect, list, and terminate them.
- Event & Transcript Inspection: Poll session status and retrieve the full event log including user turns, agent thinking, tool_use, and tool_result entries.
- Cost & Resource Hygiene: List all org sessions and terminate stale ones to stop billing for container time and tokens.
- Use Case: Offload a multi-hour data processing job to a cloud container with specific pip packages installed, prompt it, monitor progress via events, and terminate the session when finished.
Quick Start
Create a managed agent session with the haiku model, send it a prompt to run a shell command in its container, then terminate the session when it finishes.