Agent Skills by ALSEL
OpenAIDevOps・インフラ⭐ リポ 0品質スコア 55/100

universal-notify

1つのスクリプトで複数のチャネルを通じて通知を送信できます。ntfy.sh(無料、登録不要)、Gotify(セルフホスト)、汎用webhook、メール(SMTP/curl)、Telegram Bot API、Pushoverに対応しています。アラート送信、監視通知、デプロイ通知、またはユーザーの好みのチャネルに到達させる必要があるあらゆるイベントの送信に活用できます。優先度レベル(低/標準/高/緊急)を備えた統一インターフェースを提供します。

description の原文を見る

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).

SKILL.md 本文

注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。

Universal Notify

scripts/notify.sh 経由で通知を送信します:

# ntfy.sh (無料、認証不要)
scripts/notify.sh --channel ntfy --topic myalerts --message "Disk 90%!" --priority urgent

# Gotify (セルフホスト型)
scripts/notify.sh --channel gotify --url https://gotify.local --token TOKEN --message "Deploy done"

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

# メール
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 --

...

詳細情報

作者
meghal86
リポジトリ
meghal86/stacksignal
ライセンス
不明
最終更新
2026/5/10

Source: https://github.com/meghal86/stacksignal / ライセンス: 未指定

本サイトは GitHub 上で公開されているオープンソースの SKILL.md ファイルをクロール・インデックス化したものです。 各スキルの著作権は原作者に帰属します。掲載に問題がある場合は info@alsel.co.jp または /takedown フォームよりご連絡ください。
原作者: meghal86 · meghal86/stacksignal · ライセンス: ライセンス未確認