`openclaw channels`
管理 Gateway 网关上的聊天渠道账户及其运行时状态。 相关文档: 渠道指南:渠道 Gateway 网关配置:配置 常用命令 openclaw channels list openclaw channels status openclaw channels capabilities openclaw channels capabilities --channel discord --target channel:123 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 add --help 显示每个渠道的标志(token、app token、signal-cli 路径等)。 登录/登出(交互式) openclaw channels login --channel whatsapp openclaw channels logout --channel whatsapp 故障排除 运行 openclaw status --deep 进行全面探测。 使用 openclaw doctor 获取引导式修复。 openclaw channels list 输出 Claude: HTTP 403 ... user:profile → 用量快照需要 user:profile 权限范围。使用 --no-usage,或提供 claude.ai 会话密钥(CLAUDE_WEB_SESSION_KEY / CLAUDE_WEB_COOKIE),或通过 Claude Code CLI 重新授权。 能力探测 获取提供商能力提示(可用的 intents/scopes)以及静态功能支持: ...