← 返回 Skills 市场
6007
总下载
9
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install wecom
功能描述
Send messages to WeCom (企业微信) via webhooks using MCP protocol. Works with Claude Code, Claude Desktop, and other MCP clients.
安全使用建议
Install only if you intend your agent to post selected content into WeCom. Do not send secrets, credentials, regulated data, or private prompts through it unless that is approved, and keep WECOM_WEBHOOK_URL out of logs, screenshots, and source control. Prefer a version with updated dependencies and a lockfile.
功能分析
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 described capability is narrowly aligned with the stated purpose: an MCP server for sending text and markdown messages to WeCom through a user-supplied webhook URL.
Instruction Scope
The tool accepts arbitrary message content, so users should understand that anything sent through it leaves the local agent environment and is posted to WeCom; the scanner concern is valid as guidance but not evidence of hidden behavior.
Install Mechanism
The package uses normal Node dependencies for an MCP server and HTTP client. The reported caret dependency ranges and vulnerability advisories are supply-chain maintenance issues, not artifact-backed malicious behavior.
Credentials
Network access to the configured WeCom webhook and use of WECOM_WEBHOOK_URL are proportionate to the messaging function.
Persistence & Privilege
No evidence indicates persistence, privilege escalation, shell execution, credential-store reading, broad file access, or automatic background operation. The webhook URL itself should be treated as a secret.
如何使用
- 确保已安装 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 插件,目前累计下载 6007 次。
如何安装 Wecom?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wecom」即可一键安装,无需额外配置。
Wecom 是免费的吗?
是的,Wecom 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wecom 支持哪些平台?
Wecom 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wecom?
由 christo(@qidu)开发并维护,当前版本 v1.0.3。
推荐 Skills