← 返回 Skills 市场
easelearnai

WeCom Connect

作者 EaseLearnAI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
423
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wecom-connect
功能描述
连接企业微信。调用 generate 接口获取授权链接,用户把链接发到企业微信聊天里点开完成授权。用户提到连接企业微信、接入企微、绑定企微机器人、创建企微机器人、扫码绑定企微时使用。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wecom-connect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wecom-connect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug wecom-connect
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

WeCom Connect 是什么?

连接企业微信。调用 generate 接口获取授权链接,用户把链接发到企业微信聊天里点开完成授权。用户提到连接企业微信、接入企微、绑定企微机器人、创建企微机器人、扫码绑定企微时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 423 次。

如何安装 WeCom Connect?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wecom-connect」即可一键安装,无需额外配置。

WeCom Connect 是免费的吗?

是的,WeCom Connect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeCom Connect 支持哪些平台?

WeCom Connect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeCom Connect?

由 EaseLearnAI(@easelearnai)开发并维护,当前版本 v1.0.0。

💬 留言讨论