模块 2:多渠道集成与会话编排

接入 Telegram+Slack 并验证路由行为。

命令以模板为主,执行前请替换为你自己的 ID、密钥和地址。

实操步骤(可直接执行)

每一步都先执行命令,再记录结果和问题。

任务 1:Connect Telegram

执行:
maxclaw channel add telegram --agent support-bot

可复制命令
maxclaw channel add telegram --agent support-bot

任务 2:Connect Slack

执行:
maxclaw channel add slack --agent support-bot

可复制命令
maxclaw channel add slack --agent support-bot

任务 3:Run cross-channel tests

执行:
maxclaw convo test --agent support-bot --channel telegram\nmaxclaw convo test --agent support-bot --channel slack

可复制命令
maxclaw convo test --agent support-bot --channel telegram
maxclaw convo test --agent support-bot --channel slack

任务 4:Review routing logs

执行:
maxclaw logs --agent support-bot | rg "channel="

可复制命令
maxclaw logs --agent support-bot | rg "channel="

完成本模块后继续下一模块

建议把本页命令沉淀成团队 Runbook。

MaxClaw 模块 2:多渠道集成与会话编排 | BestClaw