بنقرة واحدة
send-notification
Send notifications to users via configured apprise channels (Telegram, email, Slack, etc.)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Send notifications to users via configured apprise channels (Telegram, email, Slack, etc.)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | send-notification |
| description | Send notifications to users via configured apprise channels (Telegram, email, Slack, etc.) |
Use this skill to send push notifications, briefings, or alerts to the user through any apprise-compatible channel configured in Erebus.
Call send_notification from the built-in notify toolkit:
send_notification(message="Your briefing is ready!", title="Morning Briefing")
To target a specific channel by name:
send_notification(message="Deploy succeeded", channel="telegram")
channel is given → use that named channelEREBUS_APPRISE_DEFAULT_URL if set| Service | URL Format |
|---|---|
| Telegram | tgram://bottoken/chatid |
mailto://user:pass@gmail.com | |
| Slack | slack://tokenA/tokenB/tokenC/channel |
| Discord | discord://webhook_id/webhook_token |
| Pushover | pover://user@apptoken |
Full list: https://github.com/caronc/apprise/wiki
The tool returns a plain-text confirmation:
Notification sent successfully via: telegram
or an error message if delivery fails.