Hotfix: CLI Command Gateway for OpenClaw
Adds "command" gateway type to OpenClaw so it can execute CLI tools (clawdbot, openclaw, or custom scripts) instead of only HTTP POST. Fixes HTTP 405 errors when waking WebSocket-based agents.
Features
- CLI command gateway type (#1087): New
OpenClawCommandGatewayConfigwithwakeCommandGateway()dispatcher, shell-safe{{variable}}interpolation - tmux tail capture: Auto-captures last 15 lines of tmux pane for
stop/session-endevents - configure-openclaw skill: Auto-detects
openclaw/clawdbotbinaries and offers command gateway setup
Bug Fixes
- OpenClaw HTTP 405: Clawdbot/OpenClaw gateways use WebSocket, not REST — command gateway bypasses this entirely
Full Changelog: v4.5.0...v4.5.1