← 返回 Skills 市场
ysjyga

webhook push

作者 ysjyga · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
92
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install webhook-push
功能描述
多平台群机器人消息推送。支持企业微信、钉钉、飞书的 webhook 推送。当用户说"发送到微信群"、"发钉钉消息"、"推送到飞书"时使用此技能。
安全使用建议
This skill appears to do exactly what it promises. Before installing: (1) store webhook-config.json securely (it contains secrets) and do not commit it to public repos; (2) review the webhook keys and consider creating dedicated bot/webhook accounts with limited permissions; (3) be aware of platform rate limits and sensitive-word filtering; (4) run the script in a trusted environment since it will read the local config and make outbound HTTP requests; (5) if you want to limit autonomous use, restrict the skill or review agent invocation policies. If you need higher assurance, inspect the provided Python file yourself or run it in an isolated environment.
功能分析
Type: OpenClaw Skill Name: webhook-push Version: 1.0.3 The skill is a legitimate utility for sending notifications to Enterprise WeChat, DingTalk, and Feishu via webhooks. It operates by reading user-provided API keys from a local `webhook-config.json` file and making standard HTTP POST requests to official platform endpoints (e.g., qyapi.weixin.qq.com, oapi.dingtalk.com). The implementation in `scripts/webhook_push.py` uses only Python standard libraries and shows no signs of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md. The skill only needs webhook keys (kept in a local webhook-config.json) and performs HTTP POSTs to the documented platform webhook endpoints. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and README instruct the user to create webhook-config.json and show exactly which functions will be used. Runtime instructions and examples only reference reading that config and calling official webhook URLs; there is no instruction to read unrelated files, environment variables, or to transmit data to unknown endpoints.
Install Mechanism
No install spec and the script uses only Python standard library (urllib, json, base64, hashlib). Nothing is downloaded or written by an installer, so install risk is minimal.
Credentials
The skill requests no environment variables or system config paths. It reads a single local config file (webhook-config.json) which is appropriate for storing webhook keys; this is declared in SKILL.md as user-provided. The requested secrets (webhook keys) are proportional to the functionality.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It can be invoked autonomously (platform default) but its scope and required data are limited to local webhook keys and outbound requests to the documented APIs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install webhook-push
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /webhook-push 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- No file changes detected in this version. - Documentation remains unchanged; no new features, bug fixes, or modifications reported. - Functionality and usage remain the same as previous release.
v1.0.2
- 在 webhook 配置说明中,新增提示:配置文件需放在脚本同目录下 - 其他内容保持不变,无功能改动
v1.0.1
- 增加 metadata 节点,明确 webhook-config.json 文件用途和属性 - 说明 webhook-config.json 由用户自行创建,技能仅读取此文件获取 key - 其他文档内容未变
v1.0.0
- Initial release of webhook-push skill for multi-platform group message notifications. - Supports sending messages to WeChat Work, DingTalk, and Feishu group robots via webhook. - Users can trigger message push by commands like "发送到微信群", "发钉钉消息", or "推送到飞书". - Provides usage guide, configuration samples, and Python code examples for each platform. - Details platform-specific message types, @mention methods, error codes, and usage limitations.
元数据
Slug webhook-push
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

webhook push 是什么?

多平台群机器人消息推送。支持企业微信、钉钉、飞书的 webhook 推送。当用户说"发送到微信群"、"发钉钉消息"、"推送到飞书"时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 webhook push?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install webhook-push」即可一键安装,无需额外配置。

webhook push 是免费的吗?

是的,webhook push 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

webhook push 支持哪些平台?

webhook push 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 webhook push?

由 ysjyga(@ysjyga)开发并维护,当前版本 v1.0.3。

💬 留言讨论