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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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