← Back to Skills Marketplace
easelearnai

WeCom Connect

by EaseLearnAI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
423
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install wecom-connect
Description
连接企业微信。调用 generate 接口获取授权链接,用户把链接发到企业微信聊天里点开完成授权。用户提到连接企业微信、接入企微、绑定企微机器人、创建企微机器人、扫码绑定企微时使用。
Usage Guidance
This skill does what it says (creates an auth link with work.weixin.qq.com and binds a WeCom bot), but it will: (1) write botId and bot secret into your OpenClaw config file (~/.openclaw/openclaw.json) in plaintext, and (2) run `openclaw gateway restart`. Before installing or invoking it, verify: • you trust the skill/source (no homepage or publisher info provided); • you have curl and the openclaw CLI available and know what `openclaw gateway restart` does in your environment; • backup ~/.openclaw/openclaw.json so you can restore previous settings; • you are comfortable with the bot secret being stored in that file (sensitive); • the endpoints called (work.weixin.qq.com/ai/qc/...) are expected by your org. Consider asking the publisher to update metadata to declare required config path(s) and explicitly state that the skill will write secrets and restart the gateway. If you are unsure, perform the flow manually (run the generate/query endpoints yourself and update config after verifying outputs) rather than granting an automated agent permission to modify files and restart services.
Capability Analysis
Type: OpenClaw Skill Name: wecom-connect Version: 1.0.0 The skill facilitates a standard authorization flow to connect OpenClaw with Enterprise WeChat (WeCom) using official Tencent domains (work.weixin.qq.com). It generates an authorization URL, polls for credentials (botId and secret) upon user confirmation, and updates the local configuration file (~/.openclaw/openclaw.json), which is consistent with its stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
The skill's described purpose (connect Enterprise WeChat / bind a WeCom bot) aligns with calling work.weixin.qq.com endpoints and obtaining bot credentials. However the metadata declares no required config paths or credentials, while the instructions explicitly write to ~/.openclaw/openclaw.json and restart the OpenClaw gateway. The metadata omission is an incoherence: the skill needs access to the user's OpenClaw config and ability to restart services but does not declare that.
Instruction Scope
SKILL.md gives explicit runtime commands: two curl requests to official work.weixin.qq.com endpoints (generate and query_result), extract scode/auth_url, wait for user confirmation, then poll and on success write botId and secret into ~/.openclaw/openclaw.json and run `openclaw gateway restart`. Network calls are consistent with purpose, but file writes and a service restart are system-altering actions that go beyond simple OAuth flow and are not reflected in the skill metadata.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest installation risk. The instructions assume availability of curl and the openclaw CLI, but nothing will be downloaded or executed beyond the described commands.
Credentials
The skill requests no environment variables or credentials in metadata, which is consistent with using an out-of-band authorization link. However the runtime stores the bot secret and botId into the user's OpenClaw config in plaintext and does not declare that it will handle secrets. Storing credentials to ~/.openclaw/openclaw.json is sensitive and should be explicit in metadata.
Persistence & Privilege
always:false (good), but the skill instructs writing persistent configuration and restarting the system's OpenClaw gateway. Those are privileged, persistent actions affecting the agent's runtime and should be declared — the metadata does not indicate this level of privilege or the config path involved.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wecom-connect
  3. After installation, invoke the skill by name or use /wecom-connect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug wecom-connect
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is WeCom Connect?

连接企业微信。调用 generate 接口获取授权链接,用户把链接发到企业微信聊天里点开完成授权。用户提到连接企业微信、接入企微、绑定企微机器人、创建企微机器人、扫码绑定企微时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 423 downloads so far.

How do I install WeCom Connect?

Run "/install wecom-connect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeCom Connect free?

Yes, WeCom Connect is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeCom Connect support?

WeCom Connect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeCom Connect?

It is built and maintained by EaseLearnAI (@easelearnai); the current version is v1.0.0.

💬 Comments