← Back to Skills Marketplace
pengtruman922-dotcom

企业微信对话配置

by pengtruman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
131
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wecom-setup
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wecom-setup
  3. After installation, invoke the skill by name or use /wecom-setup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:企业微信WebSocket长连接配置指南
Metadata
Slug wecom-setup
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 企业微信对话配置?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.

How do I install 企业微信对话配置?

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

Is 企业微信对话配置 free?

Yes, 企业微信对话配置 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 企业微信对话配置 support?

企业微信对话配置 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 企业微信对话配置?

It is built and maintained by pengtruman (@pengtruman922-dotcom); the current version is v1.0.0.

💬 Comments