configure-notifications

Configure Telegram, Discord, Slack, and custom notification integrations via an interactive wizard.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ClementATH/oh-my-claudecode --skill configure-notifications-clementath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-notifications
Source: https://github.com/ClementATH/oh-my-claudecode/tree/main/skills/configure-notifications
Command: npx skills add https://github.com/ClementATH/oh-my-claudecode --skill configure-notifications-clementath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams to configure and enable notifications across Telegram, Discord, Slack, and custom integrations for Claude Code sessions, alerts, and background tasks.

Core Features & Use Cases

  • Interactive wizard to collect tokens, webhooks, and IDs for each provider
  • Supports per-event notification selection and optional user/role mentions
  • Writes configuration to ~/.claude/.omc-config.json and supports environment variable overrides
  • Includes a test-notification flow to verify connectivity

Quick Start

Run the configure-notifications command to start the guided setup and create or update your omc config.

Frequently Asked Questions about configure-notifications

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

FAQPage Schema
How do I configure Slack and Discord webhook notifications for Claude Code alerts?

To configure Slack and Discord webhook notifications, use an interactive wizard that collects tokens, webhooks, and IDs, then writes settings to ~/.claude/.omc-config.json to route alerts.

Can I send Telegram notifications from background tasks without writing custom code?

Yes, you can send Telegram notifications from background tasks by running a guided setup that collects your bot token and chat ID, verifies connectivity, and handles routing automatically.

Does the notification setup wizard support custom webhook integrations?

Yes, the notification setup wizard supports custom webhook integrations alongside Telegram, Discord, and Slack, allowing you to define endpoints and select events to trigger alerts.

What is the best way to manage cross-channel notification configs across different environments?

The best way to manage cross-channel notification configs is to store base settings in ~/.claude/.omc-config.json and override them using environment variables for different deployment environments.

How do I test notifications to verify my webhook URL and bot token are correct?

You can test notifications to verify your webhook URL and bot token by using the built-in test-notification flow, which sends a check message to confirm connectivity.