← 返回 Skills 市场
5460
总下载
9
收藏
31
当前安装
4
版本数
在 OpenClaw 中安装
/install wecom
功能描述
Send messages to WeCom (企业微信) via webhooks using MCP protocol. Works with Claude Code, Claude Desktop, and other MCP clients.
安全使用建议
Install this only if you want an agent to post into the configured WeCom chat. Keep the webhook URL secret, confirm the destination group, avoid sending secrets or confidential data unless intended, and prefer reviewed local files or verified npm provenance for installation.
功能分析
Type: OpenClaw Skill
Name: wecom
Version: 1.0.3
The skill bundle provides a standard Model Context Protocol (MCP) server for sending text and markdown messages to WeCom (企业微信) via incoming webhooks. The implementation in src/index.ts and dist/index.js uses the axios library to perform POST requests to a user-defined WECOM_WEBHOOK_URL environment variable. The code logic is transparent, lacks any high-risk behaviors like unauthorized data exfiltration or shell execution, and the documentation in SKILL.md and README.md is strictly aligned with the tool's stated purpose.
能力评估
Purpose & Capability
The code, README, SKILL.md, and skill.json consistently describe and implement sending text and markdown messages to WeCom via incoming webhooks.
Instruction Scope
The tools accept arbitrary caller-provided message content and mention lists, which is expected for a chat-sending integration; users should rely on client approval or workflow review before sending sensitive content.
Install Mechanism
Installation uses normal npm/TypeScript MCP commands, while README also suggests global npm or npx usage; users should verify package provenance if installing from the registry rather than the reviewed artifact.
Credentials
The required WECOM_WEBHOOK_URL is a posting credential and is proportionate to the integration, but it should be treated as a secret because anyone with it may post to the configured chat.
Persistence & Privilege
No artifact evidence shows hidden persistence, background self-starting, shell execution, local file access, credential harvesting, or unrelated privileged behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wecom - 安装完成后,直接呼叫该 Skill 的名称或使用
/wecom触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Added support for sending markdown_v2 messages with the new tool `send_wecom_markdown_v2`, enabling tables, code blocks, nested blockquotes, and H1–H3 headers.
- Documentation updates: SKILL.md now describes the three available tools and details markdown_v2 features and limitations of original markdown.
- Package and codebase changes for new functionality and improved documentation.
- Added _meta.json metadata file; removed deprecated .clawhub/origin.json.
v1.0.2
- Improved documentation for better clarity and usability.
- Enhanced setup and usage instructions, including environment variable and group chat integration details.
- Updated image links and step-by-step instructions for configuring WeCom webhooks.
- Added a download link for WeCom apps in the reference section.
- Minor edits and clarifications throughout the guide.
v1.0.1
- Added .clawhub/origin.json configuration file.
- SKILL.md: Added "How To" section with step-by-step images for setting up WeCom webhook and bot in a group chat.
- SKILL.md: Clarified that WeCom is the enterprise version of WeChat used for work.
- SKILL.md: Added official WeCom group chat messaging reference link.
v1.0.0
- Initial release of the WeCom skill.
- Send text and markdown messages to WeCom (企业微信) using webhooks and MCP protocol.
- Includes two tools: send_wecom_message (text with optional mentions) and send_wecom_markdown (WeCom-flavored markdown).
- Provides setup instructions and environment variable configuration.
- Compatible with Claude Code, Claude Desktop, and other MCP clients.
元数据
常见问题
Wecom 是什么?
Send messages to WeCom (企业微信) via webhooks using MCP protocol. Works with Claude Code, Claude Desktop, and other MCP clients. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5460 次。
如何安装 Wecom?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wecom」即可一键安装,无需额外配置。
Wecom 是免费的吗?
是的,Wecom 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wecom 支持哪些平台?
Wecom 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wecom?
由 christo(@qidu)开发并维护,当前版本 v1.0.3。
推荐 Skills