← Back to Skills Marketplace
2501
Downloads
5
Stars
16
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-wecom-channel
Description
企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-wecom-channel - After installation, invoke the skill by name or use
/openclaw-wecom-channel - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: WeCom Channel Plugin v0.1.0
Metadata
Frequently Asked Questions
What is OpenClaw WeCom Channel?
企业微信 (WeCom) Channel 插件 — 让 OpenClaw AI Agent 通过企业微信收发消息。支持消息加解密、Token 自动管理、访问控制策略。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2501 downloads so far.
How do I install OpenClaw WeCom Channel?
Run "/install openclaw-wecom-channel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw WeCom Channel free?
Yes, OpenClaw WeCom Channel is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenClaw WeCom Channel support?
OpenClaw WeCom Channel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw WeCom Channel?
It is built and maintained by darrryZ (@darrryz); the current version is v0.1.0.
More Skills