← 返回 Skills 市场
WeChat Work Notifier
作者
kriouerlia
· GitHub ↗
· v1.0.0
· MIT-0
145
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-notify
功能描述
微信(WeChat Work / 企业微信)消息通知 Skill。 通过企业微信群机器人的 Webhook 接口向微信群/微信用户发送消息通知。 支持:文本消息、Markdown、卡片消息、图片。 适用场景:定时报告、报警通知、交易信号推送、自动化工作流通知。
安全使用建议
This skill's functionality is coherent with its description (it POSTs messages to a WeChat Work webhook), but the package metadata omitted the required WECHAT_WEBHOOK_URL environment variable. Before installing: (1) verify you have a valid webhook URL and set it only in a secure place (do not commit to git); (2) review the included wechat_notify.py (it only posts to the webhook URL and uses requests); (3) understand that any holder of the webhook URL can post messages to your group — treat it like a secret and rotate it if exposed; (4) run the code in a trusted environment and inspect network traffic if you want to confirm it only contacts qyapi.weixin.qq.com. If you maintain the registry entry, update the metadata to declare WECHAT_WEBHOOK_URL as a required credential to remove the inconsistency.
功能分析
Type: OpenClaw Skill
Name: wechat-notify
Version: 1.0.0
The 'wechat-notify' skill is a legitimate implementation for sending notifications to WeChat Work (Enterprise WeChat) via official Webhook APIs. The code in 'wechat_notify.py' correctly handles various message types (text, markdown, news cards) and uses standard environment variables for secret management, while 'scripts/setup.sh' only performs a standard dependency check for the 'requests' library.
能力评估
Purpose & Capability
Name/description match the code and instructions: the package sends messages to WeChat Work group webhooks (text, markdown, card, image). However the registry metadata lists no required environment variables or primary credential, while the SKILL.md and code clearly expect a WECHAT_WEBHOOK_URL — this is an inconsistency in declared requirements.
Instruction Scope
SKILL.md instructions and the code are narrowly scoped to constructing webhook payloads and POSTing them to the provided qyapi.weixin.qq.com webhook URL. The instructions only reference installing requests and setting WECHAT_WEBHOOK_URL; they do not ask the agent to read unrelated files, other env vars, or forward data to unexpected endpoints.
Install Mechanism
No install spec provided (instruction-only), and the included setup script only runs 'pip install requests' if missing. There are no downloads from third‑party URLs, no archive extraction, and no creation of non-standard system binaries.
Credentials
The skill requires a sensitive secret-like value (WECHAT_WEBHOOK_URL) to post messages, but the registry metadata did not declare any required env vars or primary credential. This mismatch could cause users to overlook the need to provide the webhook URL or to misunderstand what secrets the skill needs. Otherwise, the only environment access the code uses is the single webhook URL.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configuration, and does not persist credentials beyond reading WECHAT_WEBHOOK_URL from the environment. Autonomous invocation is enabled by default but is not combined with elevated privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-notify - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-notify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 企业微信群机器人Webhook通知,支持文本/Markdown/图文/卡片消息
元数据
常见问题
WeChat Work Notifier 是什么?
微信(WeChat Work / 企业微信)消息通知 Skill。 通过企业微信群机器人的 Webhook 接口向微信群/微信用户发送消息通知。 支持:文本消息、Markdown、卡片消息、图片。 适用场景:定时报告、报警通知、交易信号推送、自动化工作流通知。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 WeChat Work Notifier?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-notify」即可一键安装,无需额外配置。
WeChat Work Notifier 是免费的吗?
是的,WeChat Work Notifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeChat Work Notifier 支持哪些平台?
WeChat Work Notifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat Work Notifier?
由 kriouerlia(@kriouerlia)开发并维护,当前版本 v1.0.0。
推荐 Skills