configure-notifications

Configure Telegram, Discord, and Slack notifications for Copilot-omni run events.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Jurel89/copilot-omni --skill configure-notifications-jurel89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-notifications
Source: https://github.com/Jurel89/copilot-omni/tree/main/skills/configure-notifications
Command: npx skills add https://github.com/Jurel89/copilot-omni --skill configure-notifications-jurel89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies setting up notifications for various Copilot-omni run events such as start, progress, completion, and error, by allowing users to specify webhook URLs or bot tokens for Telegram, Discord, or Slack.

Core Features & Use Cases

  • Customizable Notifications: Configure notifications for specific events (start, progress, completion, error) to be sent to various messaging platforms.
  • Easy Setup: Provide webhook URLs or bot token and chat ID for Telegram, and webhook URLs for Slack and Discord.
  • Use Case: Set up notifications to receive a message on your Slack channel every time a Copilot-omni run completes or encounters an error.

Quick Start

Use the 'configure-notifications' skill with the following command: python3 scripts/notify.py configure <target> --bot-token "<bot_token>" --chat-id "<chat_id>" --events <events>

Frequently Asked Questions about configure-notifications

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Slack notifications for Copilot-omni run events?

You can configure Telegram notifications for Copilot-omni by providing your bot token and chat ID to the script, which then sends HTTP POST requests for real-time alerts on run states like completion and errors.

How do I set up Telegram alerts for Copilot-omni run completion and errors?

You can configure Telegram notifications for Copilot-omni by providing your bot token and chat ID to the script, which then sends HTTP POST requests for real-time alerts on run states like completion and errors.

Can I customize which Copilot-omni events trigger a Discord notification?

Yes, you can customize Discord notifications by specifying webhook URLs and selecting exact Copilot-omni events such as start, progress, completion, or error to trigger real-time HTTP POST alerts.

What is the best way to automate real-time messaging alerts for Copilot-omni runs?

The best way to automate messaging alerts for Copilot-omni runs is using a script that sends HTTP POST requests to your Telegram, Discord, or Slack webhooks for specific run state events.

Do I need a bot token to configure Discord notifications for Copilot-omni?

No, you do not need a bot token for Discord notifications; you only need to provide a webhook URL to send Copilot-omni event updates via HTTP POST requests.