← 返回 Skills 市场
pengtruman922-dotcom

企业微信对话配置

作者 pengtruman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
131
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wecom-setup
功能描述
Set up WeCom (企业微信) as a chat channel for OpenClaw using the official Tencent plugin with WebSocket long-polling. Use when user wants to connect WeCom bot, c...
安全使用建议
Before installing: (1) verify the plugin package (@wecom/wecom-openclaw-plugin) source and review its code or repository/maintainer, because the skill itself provides no package files; (2) be aware you will need to provide a WeCom bot secret — the SKILL.md tells you to put it into ~/.openclaw/openclaw.json (plaintext), which may be readable by other local processes; consider using a secrets manager or environment variable if the platform supports it; (3) avoid enabling open allowFrom/ dmPolicy unless you intend the bot to be publicly reachable — prefer allowlist/pairing for production; (4) confirm your model provider has sufficient credits before connecting; (5) the skill metadata claims no required credentials but the instructions require a bot secret — ask the maintainer to clarify how secrets are stored and why metadata omits that requirement. If you cannot verify the plugin repository or are uncomfortable storing the secret in the config file, test in an isolated environment first.
功能分析
Type: OpenClaw Skill Name: wecom-setup Version: 1.0.0 The skill provides instructions to set up a WeCom integration, which involves installing an external plugin (@wecom/wecom-openclaw-plugin) and configuring sensitive bot credentials (botId, secret). A significant concern is that SKILL.md explicitly instructs the AI agent to ignore security warnings related to 'Environment variable access combined with network send,' effectively coaching the agent to bypass platform security prompts. While the setup steps are consistent with the stated goal, the instruction to disregard security alerts is a high-risk indicator.
能力评估
Purpose & Capability
Skill name/description and SKILL.md describe the same task (configuring a WeCom channel). Installing the official-sounding plugin and editing OpenClaw config to provide botId/secret is coherent with that purpose.
Instruction Scope
Instructions are limited to installing a plugin, editing ~/.openclaw/openclaw.json, restarting the gateway, and testing. However they instruct you to store the bot secret in a local config file and to set open/allow-from policies; those are sensitive actions that expand the scope to secret storage and access policy changes. The SKILL.md also warns about environment-variable access but doesn't explicitly tell where/how to provide secrets (config file vs env), which is inconsistent.
Install Mechanism
No install spec in the skill bundle itself, but the instructions call out a single plugin install command (openclaw plugins install @wecom/wecom-openclaw-plugin). This is a reasonable approach, but the plugin is an external package whose contents and provenance are not visible here — the user should verify the plugin source and review its code/permissions before installing.
Credentials
The skill metadata declares no required credentials, yet the runtime instructions require a WeCom bot ID and secret and instruct storing the secret in ~/.openclaw/openclaw.json. That mismatch (undeclared credential requirement) and the guidance to allow all users (allowFrom: ["*"]) are security-relevant and disproportionate without explicit warnings about secret handling or safer secrets storage.
Persistence & Privilege
The skill does not request always: true and does not modify other skills. It instructs enabling a plugin and changing the user's OpenClaw config (normal for channel setup). Still, installing a plugin that can access secrets and the network increases the attack surface — verify the plugin before enabling it and consider limiting DM/group policies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wecom-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wecom-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:企业微信WebSocket长连接配置指南
元数据
Slug wecom-setup
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

企业微信对话配置 是什么?

Set up WeCom (企业微信) as a chat channel for OpenClaw using the official Tencent plugin with WebSocket long-polling. Use when user wants to connect WeCom bot, c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。

如何安装 企业微信对话配置?

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

企业微信对话配置 是免费的吗?

是的,企业微信对话配置 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

企业微信对话配置 支持哪些平台?

企业微信对话配置 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 企业微信对话配置?

由 pengtruman(@pengtruman922-dotcom)开发并维护,当前版本 v1.0.0。

💬 留言讨论