webhook-send

向指定 webhook 地址发送消息。URL 从环境变量 WEBHOOK_SEND_URL 读取。 仅支持 text、markdown 两种类型,支持 Markdown 富文本。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "webhook-send" with this command: npx skills add shaowenchen/webhook-send

Webhook 发送消息

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

何时使用

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

约定与限制

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

消息类型

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

请求体示例

text

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

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

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

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

yuqing-bitable-and-label

Incrementally sync data from XiaoAi API to Feishu Bitable and optionally auto-label records with machine-based type and sentiment annotations.

Registry SourceRecently Updated
General

张律师综合套装

张律师法律AI中台 - 中国首个开源法律AI技能库,涵盖刑事辩护、民商事诉讼、合同审查全流程

Registry SourceRecently Updated
General

刑事辩护

刑事辩护全流程AI助手 - 6大阶段21个模板,从接案到执行全覆盖

Registry SourceRecently Updated