clawline-gateway-ops
Restart and validate the Clawline provider, plus key health checks and rate-limit knobs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Restart and validate the Clawline provider, plus key health checks and rate-limit knobs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.
Send interactive HTML bubbles on Clawline via `message.sendAttachment`. Use for interactive prompts, dashboards, and reports that should render as widgets instead of raw HTML or plain text.
Discord release/beta mood summaries from Discrawl with quotes, no URLs by default, and issue/PR correlation.
Send a live terminal bubble into a Clawline chat stream. The bubble connects to a per-bubble destination via the provider over WebSocket and renders an interactive terminal inside the message flow. Use when Flynn asks to send a terminal, share a live shell, or embed a terminal in chat. Also use when another skill or workflow needs to surface a live terminal session to the user.
Send screenshots, images, logs, or generated files as actual Clawline attachments; use when the user asks to attach, send, share, upload, or show a file/screenshot in Clawline.
Explain and control the Clawline alert-instructions overlay appended to alerts.
| 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"}} |
Use your normal service manager or wrapper (not tmux) to restart the gateway. Verify by checking the process and port, not tmux state.
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.
Configuration lives under channels.clawline in ~/.openclaw/openclaw.json.
Common keys:
pairing.maxRequestsPerMinutepairing.maxPendingRequestssessions.maxMessagesPerSecondsessions.maxMessageBytesInspect current overrides:
jq ".channels.clawline" ~/.openclaw/openclaw.json