forked from Selig/openclaw-skill
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
19 lines
740 B
JSON
Executable File
19 lines
740 B
JSON
Executable File
{
|
|
"title": "Gateway service runbook",
|
|
"content": "Last updated: 2025-12-09\n\n* The always-on process that owns the single Baileys/Telegram connection and the control/event plane.\n* Replaces the legacy `gateway` command. CLI entry point: `openclaw gateway`.\n* Runs until stopped; exits non-zero on fatal errors so the supervisor restarts it.\n\n## How to run (local)\n\n```bash theme={null}\nopenclaw gateway --port 18789",
|
|
"code_samples": [],
|
|
"headings": [
|
|
{
|
|
"level": "h2",
|
|
"text": "What it is",
|
|
"id": "what-it-is"
|
|
},
|
|
{
|
|
"level": "h2",
|
|
"text": "How to run (local)",
|
|
"id": "how-to-run-(local)"
|
|
}
|
|
],
|
|
"url": "llms-txt#gateway-service-runbook",
|
|
"links": []
|
|
} |