← Back to Skills Marketplace
143
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wecom-webhook
Description
通过企业微信Webhook发送文本或Markdown消息,实现快速通知推送和定时提醒管理。
Usage Guidance
This skill is functionally coherent for sending WeCom webhook messages, but exercise caution before installing: 1) The script constructs JSON by inserting user-supplied text directly into strings without escaping, so message content containing quotes, newlines or special characters can break the payload or lead to injection-like issues — prefer a tool that properly escapes JSON (e.g., build JSON with jq or a language JSON library). 2) Examples put the webhook key directly into cron job messages; that will store the key in scheduler records/logs and could leak it — avoid embedding secrets in scheduled command strings; use a secure secret store or agent-scoped environment variables if available and supported. 3) The script will pretty-print responses using jq if present but will fall back otherwise; jq is optional. If you accept these risks, rotate the webhook key after testing and ensure only trusted agents/users can view cron entries or skill workspace files.
Capability Analysis
Type: OpenClaw Skill
Name: wecom-webhook
Version: 1.1.0
The skill bundle is a legitimate utility for sending notifications to WeChat (WeCom) via webhooks. It contains a bash script (send_weixin.sh) that formats messages into JSON and sends them to the official WeChat API (qyapi.weixin.qq.com) using curl. The documentation (SKILL.md) provides clear instructions and examples for manual use and cron job integration without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the script posts to the official qyapi.weixin.qq.com webhook endpoint and the SKILL.md documents usage and cron examples. No unrelated binaries, env vars, or services are requested.
Instruction Scope
Instructions stay within the stated purpose (sending messages and scheduling them). However, the examples demonstrate embedding the webhook key directly in cron job messages, which will persist the key in scheduler state/logs and increases the risk of accidental leakage. The SKILL.md does not instruct the agent to read unrelated files or credentials.
Install Mechanism
No install spec and only an included shell script; nothing is downloaded or written during install. This is low installation risk.
Credentials
The skill requires no environment variables or external credentials declared up-front. It expects a webhook key as a command argument—reasonable for purpose, but passing secrets as CLI args (and storing them in cron messages) is a weak practice and may expose the key to other users/processes or to persistent storage.
Persistence & Privilege
always:false and no modifications to system or other skills. The skill does not request elevated persistence or system-wide config changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wecom-webhook - After installation, invoke the skill by name or use
/wecom-webhook - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Added detailed usage documentation in SKILL.md, including instructions for obtaining Webhook URLs and message examples.
- Provided quick start commands to send text and Markdown messages, with support for @-mentions.
- Included steps for scheduling and managing automated message tasks with openclaw cron.
- Documented supported message JSON formats and options for customization.
- Listed script dependencies and clarified the file structure for easier setup.
Metadata
Frequently Asked Questions
What is 企业微信通知提醒?
通过企业微信Webhook发送文本或Markdown消息,实现快速通知推送和定时提醒管理。 It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.
How do I install 企业微信通知提醒?
Run "/install wecom-webhook" 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 xiekch (@xiekch); the current version is v1.1.0.
More Skills