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