From hermes-qq
Troubleshoots OpenClaw AI gateway with CLI commands for status checks, channel probes, log reviews, auto-repairs, and restarts. Follows 'check → triage → fix → verify' flow for service, connection, and message issues.
npx claudepluginhub chujianyun/skills --plugin hermes-qqThis skill uses the workspace's default tool permissions.
OpenClaw 是一个多渠道 AI Agent 网关,支持 WhatsApp、Telegram、Discord 等消息平台。本技能提供运维所需的命令参考和故障排查能力。
Guides installation, configuration, troubleshooting, security hardening, and management of OpenClaw AI gateway for 23+ messaging platforms like Slack, Telegram, Discord.
Answers OpenClaw questions on configuration, troubleshooting, setup, architecture, features, channels, gateway, automation, models, and design decisions using clawdocs and openclaw CLIs.
Runs health checks and manages OpenClaw bot config: gateway processes, JSON validation, channels/plugins status, WhatsApp/Telegram credentials, cron jobs, logs, and SQLite memory DB.
Share bugs, ideas, or general feedback.
OpenClaw 是一个多渠道 AI Agent 网关,支持 WhatsApp、Telegram、Discord 等消息平台。本技能提供运维所需的命令参考和故障排查能力。
本 skill 主要采用:
当用户报告 OpenClaw 问题时,按以下步骤执行:
以下操作默认可以直接做:
openclaw statusopenclaw channels status --probeopenclaw logs --limit 200openclaw health以下操作属于高影响动作,执行前应先向用户说明:
openclaw doctor --repairopenclaw doctor --repair --forceopenclaw gateway restartopenclaw update# 1. 快速状态检查
openclaw status
# 2. 深度渠道探测
openclaw channels status --probe
# 3. 自动修复
openclaw doctor --repair
# 4. 验证健康状态
openclaw health
根据问题类型选择对应处理路径:
服务无法启动 → openclaw gateway status → openclaw doctor --repair → openclaw gateway restart
渠道连接失败 → openclaw channels status --probe → openclaw channels login --channel <name> → 查看渠道日志
消息发送失败 → openclaw logs --limit 200 → 检查渠道状态 → 验证目标格式
性能问题 → openclaw status --usage → 查看系统日志 → 检查资源使用
配置查询 → 查阅 openclaw_commands.md 对应章节
openclaw doctor --repair 自动修复openclaw gateway restartopenclaw doctor --repair --forceopenclaw update → openclaw doctor → openclaw healthopenclaw health 返回无错误openclaw channels status --probe 所有渠道状态正常openclaw status 显示 gateway 可达| 命令 | 用途 |
|---|---|
openclaw status | 查看整体状态 |
openclaw health | 健康检查 |
openclaw doctor --repair | 自动修复 |
openclaw gateway restart | 重启服务 |
openclaw channels status --probe | 检查渠道 |
openclaw logs --limit 200 | 查看日志 |
launchctl getenv OPENCLAW_GATEWAY_TOKEN/tmp/openclaw/openclaw-YYYY-MM-DD.log~/.openclaw/logs/gateway.log./scripts/clawlog.sh -e向用户汇报时应包含:发现的问题、执行的操作、当前的状态、后续建议。