← Back to Skills Marketplace
92
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install webhook-push
Description
多平台群机器人消息推送。支持企业微信、钉钉、飞书的 webhook 推送。当用户说"发送到微信群"、"发钉钉消息"、"推送到飞书"时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install webhook-push - After installation, invoke the skill by name or use
/webhook-push - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is webhook push?
多平台群机器人消息推送。支持企业微信、钉钉、飞书的 webhook 推送。当用户说"发送到微信群"、"发钉钉消息"、"推送到飞书"时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install webhook push?
Run "/install webhook-push" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is webhook push free?
Yes, webhook push is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does webhook push support?
webhook push is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created webhook push?
It is built and maintained by ysjyga (@ysjyga); the current version is v1.0.3.
More Skills