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

Dlazy Kling Audio Clone

Generate customized speech that highly restores the timbre by uploading reference audio using Kling Audio Clone.

Registry SourceRecently Updated
General

Dlazy Keling Sfx

Generate matching scene sound effects based on text descriptions or video frames using Kling SFX.

Registry SourceRecently Updated
General

Dlazy Keling Tts

Convert text into high-quality, emotional speech reading using Kling TTS.

Registry SourceRecently Updated
General

Dlazy Jimeng T2i

Text-to-image generation with Jimeng, quickly converting text to high-quality images.

Registry SourceRecently Updated