Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zhcndoc/openclaw/llms.txt
Use this file to discover all available pages before exploring further.
openclaw channels
管理网关上的聊天频道账户及其运行时状态。
常用命令
openclaw channels list
openclaw channels status
openclaw channels capabilities
openclaw channels resolve --channel slack "#general" "@jane"
openclaw channels logs --channel all
添加 / 移除账户
openclaw channels add --channel telegram --token <bot-token>
openclaw channels remove --channel telegram --delete
交互式添加:
登录 / 登出
openclaw channels login --channel whatsapp
openclaw channels logout --channel whatsapp
能力探测
openclaw channels capabilities
openclaw channels capabilities --channel discord --target channel:123
名称解析为 ID
openclaw channels resolve --channel slack "#general" "@jane"
openclaw channels resolve --channel discord "My Server/#support" "@someone"
说明:
- 使用
--kind user|group|auto 强制目标类型
- 如果多个条目同名,会优先解析活动匹配项
故障排查
- 运行
openclaw status --deep 进行全面探测
- 使用
openclaw doctor 进行引导修复
相关文档