hosted-agents

Orchestrate remote sandboxed agent environments for isolated code execution.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Shakudo-io/opencode-skills --skill hosted-agents-shakudo-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hosted-agents
Source: https://github.com/Shakudo-io/opencode-skills/tree/main/context-optimization/skills/hosted-agents
Command: npx skills add https://github.com/Shakudo-io/opencode-skills --skill hosted-agents-shakudo-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Hosted agents enable running code in remote, sandboxed environments instead of local machines, eliminating resource contention and enabling reproducible, multiplayer-capable execution.

Core Features & Use Cases

  • Remote sandbox provisioning and session management for code execution
  • Sandbox lifecycle: create, snapshot, restore, terminate
  • Warm pool and predictive warm-up for fast spin-up
  • Multi-client support (Slack/Web/Chrome) and multiplayer sessions
  • Per-session state isolation and git identity management
  • API layer with durable objects and real-time streaming
  • Client integrations for Slack, Web, Chrome extension

Quick Start

Spawn a remote sandbox for a repository and start a hosted agent session.

Frequently Asked Questions about hosted-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run code in remote sandboxes with session isolation?

To run code in remote sandboxes with session isolation, you orchestrate sandboxed agent environments that provide per-session state isolation and reproducible runtimes. This eliminates local resource contention and enables scalable, multiplayer-capable execution.

What is sandbox lifecycle management for remote code execution?

Sandbox lifecycle management for remote code execution involves creating, snapshotting, restoring, and terminating isolated environments. This process ensures reproducible runtimes and maintains per-session state isolation across multiple client interfaces.

How do warm pools and predictive warm-up enable near-instant sandbox startup?

Warm pools and predictive warm-up enable near-instant sandbox startup by maintaining pre-provisioned remote environments ready for immediate session allocation. This approach minimizes spin-up latency for background coding agents and multiplayer sessions.

Can I use hosted agent sessions with Slack, Web, and Chrome clients?

Yes, hosted agent sessions support multi-client integration with Slack, Web, and Chrome extension interfaces. The API layer uses durable objects and real-time streaming to connect these platforms to the sandboxed execution environments.

Does sandboxed code execution support multiplayer agent sessions?

Sandboxed code execution supports multiplayer agent sessions through its API layer with durable objects and real-time streaming. Per-session state isolation and git identity management enable multiple clients to interact within reproducible runtimes.

Why should I use remote sandboxed environments instead of local execution?

Remote sandboxed environments eliminate local resource contention and enable reproducible, multiplayer-capable execution. They provide scalable code execution with lifecycle management, predictive warm-up, and cross-platform client integrations.