nonblocking-agent-execution

Prevents "agent stopped responding / stuck / no output" failures in sandboxed agent runtimes (Arena Agent Mode, OpenClaw, Codex) where a single long tool call blocks the turn and stdin is closed so interactive prompts hang forever. Provides the detach → bounded-poll → durable-state pattern plus a ready-to-use jobctl.sh runner. Use when: a build/download/model-inference/mass-install takes minutes, a CLI may prompt for input, or the user reports the agent freezing mid-task.

Install

openclaw skills install @orionshaowswmw/nonblocking-agent-execution