configure-notifications

Configure Telegram, Discord, and Slack notification integrations with persistent local storage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl.

What problem does it solve?

This Skill removes the friction of manually wiring up notification channels so you can get reliable alerts when sessions end, need input, or trigger background events.

Core Features & Use Cases

  • Multi-Channel Setup: Configure Telegram, Discord, or Slack notifications through guided natural-language prompts.
  • Event and Template Control: Choose which session events send alerts and customize message templates per platform or event.
  • Persistent Configuration: Save settings to local config files and optionally activate notifications per session with CLI flags.
  • Use Case: A developer can connect Slack for end-of-session updates while using Telegram for urgent input requests, all without editing config by hand.

Quick Start

Ask to configure notifications for Telegram, Discord, or Slack and follow the guided setup to save the integration details to your local 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 set up session alerts for Discord and Slack?

To set up session alerts for Discord and Slack, you can use guided natural-language prompts to configure webhook URLs and validate tokens. This process saves integration details to a local config file, enabling reliable notifications for session-end updates and background-task completions.

Can I customize notification templates for different session events?

You can customize notification templates for different session events across Telegram, Discord, and Slack. The configuration process allows you to choose specific session events like input-needed prompts or end-of-session updates and tailor the message templates per platform.

What is the best way to get Telegram alerts when a background task finishes?

The best way to get Telegram alerts for background-task completions is to configure a notification integration using guided setup. This validates your Telegram token and saves settings locally, routing completion alerts directly to your specified chat.

Does configuring webhook notifications require command-line tools?

Configuring webhook notifications requires the command-line tools jq and curl as dependencies. These tools facilitate the validation of webhook URLs and tokens, ensuring persistent local storage of your Telegram, Discord, or Slack configuration.

Can I activate session alerts per session instead of globally?

You can activate session alerts per session using CLI flags after saving your persistent configuration. This allows you to maintain global settings for Telegram, Discord, or Slack while controlling notification routing for individual sessions.

Why use guided setup instead of manually editing config files for Slack notifications?

Using guided setup for Slack notifications removes the friction of manually wiring up channels and prevents configuration errors. It validates webhook URLs and event routing automatically, ensuring reliable alerts for session-end updates without editing config files by hand.