企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-wecom-channel或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-wecom-channel⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-wecom-channel/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: openclaw-wecom-channel description: "企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。" homepage: https://github.com/darrryZ/openclaw-wecom-channel metadata: { "openclaw": { "emoji": "💬", "requires": { "bins": ["node"], "network": true } } } ---
企业微信 (WeCom/WxWork) 消息通道插件,让 OpenClaw AI Agent 通过企业微信收发消息,与 Telegram、Discord、Signal 等并列为原生 Channel。
# 克隆到 OpenClaw extensions 目录
git clone https://github.com/darrryZ/openclaw-wecom-channel.git ~/.openclaw/extensions/wecom
编辑 ~/.openclaw/openclaw.json:
{
"channels": {
"wecom": {
"enabled": true,
"corpId": "你的企业ID",
"agentId": 1000003,
"secret": "应用Secret",
"token": "回调Token",
"encodingAESKey": "回调EncodingAESKey",
"port": 18800,
"dmPolicy": "open"
}
},
"plugins": {
"entries": {
"wecom": { "enabled": true }
}
}
}
cloudflared tunnel create wecom-tunnel
cloudflared tunnel route dns wecom-tunnel wecom.yourdomain.com
cloudflared tunnel run --edge-ip-version 4 --url http://localhost:18800 wecom-tunnel
企业微信后台回调 URL 设置为:https://wecom.yourdomain.com/wecom/callback
openclaw gateway restart
完整的配置指南、企业微信后台设置步骤、故障排查请参考 README.md。
安装 OpenClaw WeCom Channel 后,可以对 AI 说这些话来触发它
Help me get started with OpenClaw WeCom Channel
Explains what OpenClaw WeCom Channel does, walks through the setup, and runs a quick demo based on your current project
Use OpenClaw WeCom Channel to weChat Enterprise (WeCom) Channel plug-in — allows OpenClaw AI Agen...
Invokes OpenClaw WeCom Channel with the right parameters and returns the result directly in the conversation
What can I do with OpenClaw WeCom Channel in my ai agent & automation workflow?
Lists the top use cases for OpenClaw WeCom Channel, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-wecom-channel/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-wecom-channel/(项目级)。重启 AI 客户端后,用 /openclaw-wecom-channel 主动调用,或让 AI 根据上下文自动发现并使用。
OpenClaw WeCom Channel 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
OpenClaw WeCom Channel 可免费安装使用。请查阅仓库了解许可证信息。
企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。
OpenClaw WeCom Channel 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using OpenClaw WeCom Channel
Identifies repetitive steps in your workflow and sets up OpenClaw WeCom Channel to handle them automatically