configure-notifications

Configure Telegram, Discord, and Slack alerts for OMC via natural language.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill configure-notifications-jimmi2051
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-notifications
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/configure-notifications
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill configure-notifications-jimmi2051

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure notification integrations (Telegram, Discord, Slack) via natural language to streamline alerting within OMC.

Core Features & Use Cases

  • Guided, natural-language wizard to connect Telegram, Discord, and Slack alerts
  • Supports event-based triggers (session end, input needed, session start, etc.)
  • Writes configuration to the Claude config at ~/.claude/.omc-config.json and supports env-var overrides

Quick Start

Describe your desired notification preferences and let the wizard configure Telegram, Discord, and Slack for you.

Frequently Asked Questions about configure-notifications

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

FAQPage Schema
How do I configure multi-channel notifications for Telegram, Discord, and Slack?

Multi-channel notification configuration is handled through a natural-language wizard that guides you through connecting Telegram, Discord, and Slack alerts. It writes the finalized settings directly to ~/.claude/.omc-config.json.

What events can I trigger alerts for using OMC notification setup?

You can trigger alerts for events like session start, session end, input requests, and errors. The configuration wizard supports enabling these triggers selectively across runtime and setup workflows using omc flags.

Does the notification wizard support environment variable overrides for chat alerts?

Yes, the configuration wizard supports environment variable overrides. It writes the base configuration to ~/.claude/.omc-config.json while allowing env-var overrides to manage settings across runtime and setup workflows.

Can I selectively enable Discord and Slack alerts for specific workflows?

Yes, you can selectively enable alerts for specific workflows. The configuration supports selective activation via omc flags, allowing you to target runtime or setup workflows independently for Telegram, Discord, and Slack.

Do I need specific frontmatter requirements to set up OMC notifications?

Yes, configuring OMC notifications enforces frontmatter requirements in SKILL.md. The wizard validates these requirements before writing your Telegram, Discord, and Slack settings to the configuration file.