Mattermost
Mattermost 通道集成(插件)。
概述
通过插件支持 Mattermost Bot API + WebSocket。
启用插件
bash
openclaw plugins enable mattermost配置
json
{
"channels": {
"mattermost": {
"enabled": true,
"url": "https://your-mattermost-server.com",
"token": "your-bot-token"
}
}
}创建 Bot
- 系统控制台 → 集成 → Bot 账户
- 创建新 Bot
- 复制访问令牌
添加通道
bash
openclaw channels add --channel mattermost --token your-token使用
- 直接私信 Bot
- 在频道中 @ Bot