← Back to Skills Marketplace
kriouerlia

WeChat Work Notifier

by kriouerlia · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
145
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-notify
Description
微信(WeChat Work / 企业微信)消息通知 Skill。 通过企业微信群机器人的 Webhook 接口向微信群/微信用户发送消息通知。 支持:文本消息、Markdown、卡片消息、图片。 适用场景:定时报告、报警通知、交易信号推送、自动化工作流通知。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-notify
  3. After installation, invoke the skill by name or use /wechat-notify
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 企业微信群机器人Webhook通知,支持文本/Markdown/图文/卡片消息
Metadata
Slug wechat-notify
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is WeChat Work Notifier?

微信(WeChat Work / 企业微信)消息通知 Skill。 通过企业微信群机器人的 Webhook 接口向微信群/微信用户发送消息通知。 支持:文本消息、Markdown、卡片消息、图片。 适用场景:定时报告、报警通知、交易信号推送、自动化工作流通知。 It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.

How do I install WeChat Work Notifier?

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

Is WeChat Work Notifier free?

Yes, WeChat Work Notifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeChat Work Notifier support?

WeChat Work Notifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat Work Notifier?

It is built and maintained by kriouerlia (@kriouerlia); the current version is v1.0.0.

💬 Comments