← 返回
沟通协作 中文

Universal Notify

Send notifications through multiple channels with a single script. Supports ntfy.sh (free, no signup), Gotify (self-hosted), generic webhooks, email (SMTP/curl), Telegram Bot API, and Pushover. Use when sending alerts, monitoring notifications, deployment notices, or any event that needs to reach a human through their preferred channel. Unified interface with priority levels (low/normal/high/urgent).
通过单一脚本跨多渠道发送通知。支持 ntfy.sh(免费免注册)、Gotify(自建)、通用 Webhook、邮件(SMTP/curl)、Telegram Bot API 及 Pushover。适用于发送告警、监控通知、部署提醒等需触达用户的场景。提供统一接口及优先级(低/普通/高/紧急)支持。
josunlp
沟通协作 clawhub v1.0.0 1 版本 99927.8 Key: 无需
★ 1
Stars
📥 1,364
下载
💾 29
安装
1
版本
#alerts#latest#monitoring#notifications#ntfy#pushover#telegram#webhook

概述

Universal Notify

Send notifications via scripts/notify.sh:

# ntfy.sh (free, no auth needed)
scripts/notify.sh --channel ntfy --topic myalerts --message "Disk 90%!" --priority urgent

# Gotify (self-hosted)
scripts/notify.sh --channel gotify --url https://gotify.local --token TOKEN --message "Deploy done"

# Webhook (generic JSON POST)
scripts/notify.sh --channel webhook --url https://hooks.example.com/abc --message "Event fired"

# Email
scripts/notify.sh --channel email --smtp smtp://mail:587 --from a@x.com --to b@y.com --subject "Alert" --message "Check server"

# Telegram
scripts/notify.sh --channel telegram --bot-token BOT:TOK --chat-id 12345 --message "Hello"

# Pushover
scripts/notify.sh --channel pushover --app-token X --user-key Y --message "Alert" --priority high

Common Options

All channels support --message (required), --title (optional), and --priority low|normal|high|urgent (default: normal).

Requirements

  • curl (standard on most systems)
  • No API keys needed for ntfy.sh — other channels require their respective credentials

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 01:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,748
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,629
data-analysis

Whisper Transcribe

josunlp
使用 OpenAI Whisper 将音频文件转录为文本。支持自动语言检测,提供 txt、srt、vtt、json 等多种输出格式,支持批量处理和模型选择(tiny 到 large)。适用于音频录音、播客、语音消息、讲座、会议及任意音视频转
★ 5 📥 2,764