Sessions Wait
/install sessions-wait
Sessions Wait
Wait for OpenClaw child sessions (ACP builders, verifiers, probes) to finish without sleep loops.
Tools
sessions_wait
Blocks until a child session closes or times out. One tool call, one result.
Parameters:
session_key(required) — Session key or UUID fragment fromsessions_spawntimeout_seconds(optional, default 600) — Max seconds to waitpoll_interval(optional, default 5) — Seconds between internal polls
Returns status closed with the session result, timeout if the deadline passes, or not_found if no matching session files exist.
sessions_check
Instant non-blocking status check. Returns running or closed with message count and result if available.
Parameters:
session_key(required) — Session key or UUID fragment
When to use
Use sessions_wait after sessions_spawn instead of bash sleep loops. The controller/builder/verifier pattern becomes:
sessions_spawn(...)→ get session keysessions_wait(session_key, timeout_seconds: 900)→ blocks until done- Read result, dispatch next lane
Install
As an OpenClaw plugin
openclaw plugins install git:https://github.com/peterkatz/openclaw-sessions-wait
As an MCP server
openclaw mcp set sessions-wait '{"command":"python3","args":["mcp/server.py"]}'
Requirements
- OpenClaw 2026.5.17+
- Node.js 20+ (plugin mode) or Python 3.8+ (MCP server mode)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sessions-wait - After installation, invoke the skill by name or use
/sessions-wait - Provide required inputs per the skill's parameter spec and get structured output
What is Sessions Wait?
Waits for an OpenClaw child session to finish or time out without using sleep loops, returning session status and results. It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.
How do I install Sessions Wait?
Run "/install sessions-wait" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sessions Wait free?
Yes, Sessions Wait is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sessions Wait support?
Sessions Wait is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sessions Wait?
It is built and maintained by clawsurfer01 (@clawsurfer01); the current version is v1.0.0.