← 返回 Skills 市场
2501
总下载
5
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-wecom-channel
功能描述
企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。
安全使用建议
This plugin appears to do what it claims, but take these precautions before installing: 1) Verify the repository origin and review the code (especially token handling and the HTTP server) before cloning. 2) Store WeCom secrets (Agent Secret, Token, EncodingAESKey) only in OpenClaw's config with restrictive file permissions or use environment variables if supported; treat them like sensitive credentials. 3) Expose the callback endpoint through a secure tunnel (Cloudflare Tunnel/ngrok) and ensure TLS and WeCom trusted IP configuration to limit exposure. 4) Restrict plugin usage with the dmPolicy or allowlist if you don't want it open to all users. 5) If you stop trusting the plugin, rotate the WeCom Secret in the enterprise WeCom admin and clear token cache. If you want additional assurance, ask for a signed release or a maintainer identity and check recent commits for unexpected network or filesystem activity.
功能分析
Type: OpenClaw Skill
Name: openclaw-wecom-channel
Version: 0.1.0
The OpenClaw WeCom channel plugin is designed to integrate OpenClaw AI agents with the WeCom messaging platform. It handles message sending/receiving, encryption/decryption (using WeCom's WXBizMsgCrypt standard), and access token management. The plugin requires network access and opens an HTTP port for WeCom callbacks, which is explicitly declared and necessary for its functionality. It uses official WeCom API endpoints and handles sensitive credentials (corpId, secret, etc.) as expected for an integration. There is no evidence of intentional malicious behavior such as data exfiltration to unauthorized third parties, unauthorized command execution, or prompt injection attempts against the AI agent. The use of SHA1 for message signing is a requirement of the WeCom API, not a malicious choice by the plugin developer. The code is straightforward and aligns with the stated purpose.
能力评估
Purpose & Capability
Name/description promise a WeCom channel and the code implements HTTP callbacks, message decrypt/encrypt (WXBizMsgCrypt), token management, routing and sending via WeCom APIs. Required binary (node) and network access are expected and sufficient for these functions. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md and README instruct cloning the repo, adding WeCom app credentials to ~/.openclaw/openclaw.json (or environment variables), creating a public callback URL, and restarting the gateway. Runtime instructions and code only read the plugin config and handle WeCom messages; they do not attempt to read unrelated files or exfiltrate data to unexpected endpoints. All network calls go to WeCom API endpoints.
Install Mechanism
There is no formal install spec in registry metadata (instruction-only), and SKILL.md instructs git cloning the GitHub repo into OpenClaw extensions — a normal install path. The package.json has no external runtime dependencies. This is low risk, but users should still verify the repository origin and contents before cloning and running.
Credentials
The plugin requires WeCom app credentials (corpId, agentId, secret, token, encodingAESKey) which are necessary for message decryption and API calls. The registry declares no required environment variables; the README notes optional environment variable alternatives. No unrelated secrets or multiple external service credentials are requested.
Persistence & Privilege
The skill is not forced-always; it is user-invocable and can be started/stopped by OpenClaw gateway as a channel plugin. It listens on a configured port and registers itself with OpenClaw — expected behavior for a channel. It does not modify other plugins' configs or request elevated system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-wecom-channel - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-wecom-channel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: WeCom Channel Plugin v0.1.0
元数据
常见问题
OpenClaw WeCom Channel 是什么?
企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2501 次。
如何安装 OpenClaw WeCom Channel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-wecom-channel」即可一键安装,无需额外配置。
OpenClaw WeCom Channel 是免费的吗?
是的,OpenClaw WeCom Channel 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw WeCom Channel 支持哪些平台?
OpenClaw WeCom Channel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw WeCom Channel?
由 darrryZ(@darrryz)开发并维护,当前版本 v0.1.0。
推荐 Skills