← 返回 Skills 市场
webhook-send
作者
Shaowen Chen
· GitHub ↗
· v1.0.0
540
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install webhook-send
功能描述
向指定 webhook 地址发送消息。URL 从环境变量 WEBHOOK_SEND_URL 读取。 仅支持 text、markdown 两种类型,支持 Markdown 富文本。
安全使用建议
This skill performs simple POSTs to a webhook URL read from the environment. Before installing: 1) Expect to set WEBHOOK_SEND_URL (it is required by the instructions even though metadata doesn't list it) — ensure that URL points to a trusted endpoint and that any token in it is acceptable to share. 2) Don't put high-privilege credentials in that URL unless you trust the destination. 3) If you need stronger guarantees, ask the publisher to update the package metadata to declare WEBHOOK_SEND_URL as a required env var and to document exactly where data is sent. 4) Test in a safe environment (a disposable webhook receiver) to confirm behavior and rate/length limits before using in production. 5) If you see the skill asking for other env vars or reading system files, treat that as a red flag and avoid installing.
功能分析
Type: OpenClaw Skill
Name: webhook-send
Version: 1.0.0
The skill bundle is a standard utility designed to send text or Markdown notifications to a webhook URL specified via the WEBHOOK_SEND_URL environment variable. The instructions in SKILL.md and the documentation in README.md and reference.md are consistent with this purpose, containing no evidence of hardcoded malicious endpoints, data exfiltration, or prompt-injection attacks.
能力评估
Purpose & Capability
The SKILL.md explicitly says the webhook URL is read from the environment variable WEBHOOK_SEND_URL, but the registry metadata lists no required env vars and no primary credential. That mismatch is incoherent: a webhook-sending skill should declare WEBHOOK_SEND_URL as required so users know a secret/URL will be used.
Instruction Scope
Instructions are narrowly scoped: build a JSON body (text or markdown) and POST to the webhook URL using Content-Type: application/json. They do not instruct reading other files, system paths, or unrelated env vars. The only scope issue is that the SKILL.md relies on an env var not declared in the metadata.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk installation footprint. Nothing is written to disk by an installer.
Credentials
The skill will use a webhook URL (likely containing secret tokens) from WEBHOOK_SEND_URL, but that env var is not declared in requires.env/primaryEnv. Requiring an undeclared secret is disproportionate from a metadata/transparency standpoint. Also, any webhook URL is an external endpoint: the skill will transmit whatever message body the agent constructs, so users should treat the URL as a secret and verify the destination before use.
Persistence & Privilege
always is false and the skill is user-invocable only; it does not request persistent/global agent privileges or modify other skills. Autonomous invocation is allowed by default but not combined with other high-risk factors here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webhook-send - 安装完成后,直接呼叫该 Skill 的名称或使用
/webhook-send触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of webhook-send skill
- Send messages to a specified webhook URL, supporting text and markdown types.
- Webhook URL is read from the WEBHOOK_SEND_URL environment variable.
- Only "text" and "markdown" message formats are supported.
- Message sending is limited to 20 requests per minute and 5000 characters per message.
- Supports content-rich markdown (headings, bold, lists, images, links, etc.).
- Intended for group notifications, bots, push messages, and webhook integration scenarios.
元数据
常见问题
webhook-send 是什么?
向指定 webhook 地址发送消息。URL 从环境变量 WEBHOOK_SEND_URL 读取。 仅支持 text、markdown 两种类型,支持 Markdown 富文本。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 540 次。
如何安装 webhook-send?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webhook-send」即可一键安装,无需额外配置。
webhook-send 是免费的吗?
是的,webhook-send 完全免费(开源免费),可自由下载、安装和使用。
webhook-send 支持哪些平台?
webhook-send 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 webhook-send?
由 Shaowen Chen(@shaowenchen)开发并维护,当前版本 v1.0.0。
推荐 Skills