← 返回 Skills 市场
143
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wecom-webhook
功能描述
通过企业微信Webhook发送文本或Markdown消息,实现快速通知推送和定时提醒管理。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wecom-webhook - 安装完成后,直接呼叫该 Skill 的名称或使用
/wecom-webhook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
企业微信通知提醒 是什么?
通过企业微信Webhook发送文本或Markdown消息,实现快速通知推送和定时提醒管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。
如何安装 企业微信通知提醒?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wecom-webhook」即可一键安装,无需额外配置。
企业微信通知提醒 是免费的吗?
是的,企业微信通知提醒 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
企业微信通知提醒 支持哪些平台?
企业微信通知提醒 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 企业微信通知提醒?
由 xiekch(@xiekch)开发并维护,当前版本 v1.1.0。
推荐 Skills