← All skills
Tencent SkillHub · Communication & Collaboration

OpenClaw WeCom Channel

企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, index.ts, openclaw.plugin.json, package.json, src/accounts.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

OpenClaw 企业微信 Channel 插件

企业微信 (WeCom/WxWork) 消息通道插件,让 OpenClaw AI Agent 通过企业微信收发消息,与 Telegram、Discord、Signal 等并列为原生 Channel。

功能

📩 接收消息 — 企业微信用户发送文本,Agent 自动回复 📤 主动推送 — Agent 通过企业微信 API 主动发送消息 🔐 消息加解密 — 完整实现企业微信 AES-256-CBC 消息加解密(WXBizMsgCrypt 标准) 🔑 Token 管理 — access_token 自动缓存 + 提前 5 分钟刷新 🛡️ 访问控制 — open / pairing / allowlist 三种策略 ⚡ 智能回复 — 5 秒内被动回复,超时自动降级为主动推送

前置条件

OpenClaw 已安装并运行 企业微信管理员权限(创建自建应用) 公网可达的回调 URL(推荐 Cloudflare Tunnel)

1. 安装插件

# 克隆到 OpenClaw extensions 目录 git clone https://github.com/darrryZ/openclaw-wecom-channel.git ~/.openclaw/extensions/wecom

2. 配置 OpenClaw

编辑 ~/.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 } } } }

3. 配置公网回调(Cloudflare Tunnel)

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

4. 重启 Gateway

openclaw gateway restart

详细文档

完整的配置指南、企业微信后台设置步骤、故障排查请参考 README.md。

链接

GitHub: https://github.com/darrryZ/openclaw-wecom-channel OpenClaw: https://github.com/openclaw/openclaw 企业微信开发文档: https://developer.work.weixin.qq.com/document/

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts2 Config
  • SKILL.md Primary doc
  • README.md Docs
  • index.ts Scripts
  • src/accounts.ts Scripts
  • openclaw.plugin.json Config
  • package.json Config