clawline-gateway-ops

star 2

Restart and validate the Clawline provider, plus key health checks and rate-limit knobs.

clickety-clacks By clickety-clacks schedule Updated 4/13/2026

name: clawline-gateway-ops description: Restart and validate the Clawline provider, plus key health checks and rate-limit knobs. metadata: { "openclaw": { "skillKey": "clawline-gateway-ops" } }

Clawline Gateway Ops

Restart

Use your normal service manager or wrapper (not tmux) to restart the gateway. Verify by checking the process and port, not tmux state.

Health Checks

curl -sS http://127.0.0.1:18792/version

Expected: {"protocolVersion":1}

wscat -c ws://127.0.0.1:18792/ws

Send any invalid message and expect invalid_message.

Rate Limits and Session Limits

Configuration lives under channels.clawline in ~/.openclaw/openclaw.json.

Common keys:

  • pairing.maxRequestsPerMinute
  • pairing.maxPendingRequests
  • sessions.maxMessagesPerSecond
  • sessions.maxMessageBytes

Inspect current overrides:

jq ".channels.clawline" ~/.openclaw/openclaw.json
Install via CLI
npx skills add https://github.com/clickety-clacks/clawdbot --skill clawline-gateway-ops
Repository Details
star Stars 2
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
clickety-clacks
clickety-clacks Explore all skills →