session-execution

Official

Coordinate reliable session command execution.

Authorcloudflare
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill solves reliable session-based command execution with distinct stdout and stderr streams, enabling precise observability for shell tasks across sessions.

Core Features & Use Cases

  • Foreground execution (exec) with persistent state and output captured via temporary files for reliability.
  • Background execution (execStream/startProcess) using FIFOs to stream output without blocking the shell.
  • Atomic exit signaling via per-command exit files and robust completion detection.

Quick Start

Instantiate a session, run a simple command to observe stdout/stderr separation, and verify atomic exit signaling. Then start a long-running command in background mode and confirm that outputs are properly streamed and the final exit is detected only after the command completes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: session-execution
Download link: https://github.com/cloudflare/sandbox-sdk/archive/main.zip#session-execution

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.