返回顶部
w

webhook-sendWebhook发送

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
458
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

webhook-send

Webhook 发送消息

向指定 webhook 地址发起 HTTP POST,发送文本或 Markdown 消息。仅支持 textmarkdown 两种类型。

何时使用

  • - 需要向 webhook 地址发送消息
  • 需构造 text / markdown 请求体(URL 从 WEBHOOKSENDURL 读取)
  • 询问群组通知、webhook 格式时

约定与限制

说明
URL环境变量 WEBHOOKSENDURL(示例:https://xxx.com/api/v1/webhook/send?key=xxx)
方法
POST,Content-Type: application/json | | 频率 | ≤ 20 条/分钟 | | 长度 | 单条 ≤ 5000 字符 |

消息类型

msgtype说明必填
text纯文本text.content
markdown
Markdown | markdown.text,支持标题/引用/加粗/颜色/列表/链接/图片等 |

请求体示例

text

json
{ msgtype: text, text: { content: 消息内容 } }

markdown(换行:\n\n 或 双空格+\n)

json
{ msgtype: markdown, markdown: { text: ## 标题\n\n内容 } }

更多示例见 reference.md。组好 body 后对 webhook URL 发 POST 即可。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 webhook-send-1776205836 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 webhook-send-1776205836 技能

通过命令行安装

skillhub install webhook-send-1776205836

下载

⬇ 下载 webhook-send v1.0.0(免费)

文件大小: 2.99 KB | 发布时间: 2026-4-15 11:33

v1.0.0 最新 2026-4-15 11:33
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部