一键导入
channels-setup
Guide to set up and configure IM channels(Telegram, Discord, Slack, Feishu(飞书), Dingtalk(钉钉), Weibo(微博) and Wecom AI Bot(企业微信智能机器人) for OpenClaw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide to set up and configure IM channels(Telegram, Discord, Slack, Feishu(飞书), Dingtalk(钉钉), Weibo(微博) and Wecom AI Bot(企业微信智能机器人) for OpenClaw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AI图像生成工具。当用户需要生成图片、创建图像、AI绘画时使用此skill。支持多种AI图像生成服务(OpenAI DALL-E、Stability AI、Fal.ai等)。
即梦 Seedance 2.0 视频提示词构建工具。当用户需要生成AI视频提示词、创建视频描述、优化视频脚本时使用。通过引导式对话帮助用户逐步构建高质量、高通过率的提示词,支持安全规范、素材整合、镜头设计等。适用于提示词工程师、视频创作者、内容制作者。
全能 PDF 阅读和处理工具。支持文本提取、表格提取、图片提取、元数据读取、页面渲染、文本搜索等功能。当用户需要读取、解析或处理 PDF 文件时使用此 skill。
通用 Office 三件套(Word/Excel/PPT)处理工具。支持 .docx/.xlsx/.pptx 文件的读取、创建、修改和内容提取。当用户需要操作 Word 文档、Excel 表格或 PowerPoint 演示文稿时使用此 skill。
| name | channels-setup |
| description | Guide to set up and configure IM channels(Telegram, Discord, Slack, Feishu(飞书), Dingtalk(钉钉), Weibo(微博) and Wecom AI Bot(企业微信智能机器人) for OpenClaw. |
Use openclaw CLI to enable and configure the channels you want.
After configuration, you should restart the gateway to apply changes:
openclaw gateway restart
Before restarting, you must explicitly inform the user that OpenClaw is about to restart.
If the restart doesn’t take effect, guide the user to:
openclaw config set channels.telegram.botToken "YOUR_BOT_TOKEN"
openclaw config set channels.telegram.dmPolicy "pairing"
openclaw config set channels.telegram.groups."*".requireMention true
openclaw config set channels.telegram.enabled true
openclaw config set channels.discord.token "YOUR_BOT_TOKEN"
openclaw config set channels.discord.enabled true
openclaw config set channels.slack.mode "socket"
openclaw config set channels.slack.appToken "xapp-..."
openclaw config set channels.slack.botToken "xoxb-..."
openclaw config set channels.slack.enabled true
openclaw config set channels.feishu.appId "YOUR_APP_ID"
openclaw config set channels.feishu.appSecret "YOUR_APP_SECRET"
openclaw config set channels.feishu.groupPolicy "open"
openclaw config set channels.feishu.enabled true
openclaw config set channels.feishu.dmPolicy "pairing"
openclaw config set channels.feishu.requireMention true
Edit the channels and gateway fields in ~/.openclaw/openclaw.json as below:
{
"channels": {
"dingtalk-connector": {
"enabled": true,
"clientId": "dingxxxxxxxxx", // DingTalk AppKey
"clientSecret": "your_secret_here", // DingTalk AppSecret
"gatewayToken": "", // Optional: Gateway authentication token, the value of gateway.auth.token in openclaw.json
"gatewayPassword": "", // Optional: Gateway authentication password (choose either token or password)
"sessionTimeout": 1800000 // Optional: Session timeout (ms), default is 30 minutes
}
},
"gateway": {
"http": {
"endpoints": {
"chatCompletions": {
"enabled": true
}
}
}
}
}
When user wants to integrate Weibo, tell user the guide.
Config Weibo direct message channel:
连接龙虾 to @微博龙虾助手;微博龙虾助手 will give user appid and appsecret, for example:您的应用凭证信息如下:
AppId: your-app-id
AppSecret: your-app-secret
openclaw config set 'channels.weibo.appSecret' 'your-appSecret'
openclaw config set 'channels.weibo.appId' 'your-appId'
重置凭证 to 微博龙虾助手.If
/root/.openclaw/extensionsdon't havegit clone https://gitee.com/wecode-ai/openclaw-weibo.git cd openclaw-weibo openclaw plugins install . openclaw gateway restart
Ask the user to create Wecom AI Bot in Wecom AI Bot Helper, and provide the BotId and Secret.
openclaw config set channels.wecom.botId "YOUR_BOT_ID"
openclaw config set channels.wecom.secret "YOUR_SECRET"
openclaw config set channels.wecom.enabled true
If
/root/.openclaw/extensionsdon't havewecom-openclaw-plugindirectory, please install the plugin first:openclaw plugins install @wecom/wecom-openclaw-plugin
To update the plugin, you can run:
openclaw plugins update wecom-openclaw-plugin
You can refer to the following documents for more detailed configuration instructions:
For Feishu channel detail setup, please refer to:
For Dingtalk channel detail setup, please refer to:
For Weibo channel detail setup, please refer to:
For Wecom AI Bot channel detail setup, please refer to:
For Telegram, Slack, Discord or more channels setup, please refer to OpenClaw Channel Setup Guide. Explore https://docs.openclaw.ai/channels to see all available channel setup guides.
If users are unsure how to configure channels, direct them to the Settings -> User Manual in KimiClaw Web for detailed instructions.