Initial commit: OpenClaw Skill Collection

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.
This commit is contained in:
2026-03-13 10:58:30 +08:00
commit 4c966a3ad2
884 changed files with 140761 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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": []
}