configure-telegram

Configure Telegram bot notifications for OMC session activity.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill configure-telegram-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-telegram
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/configure-telegram
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill configure-telegram-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of connecting OMC session activity to Telegram, helping users receive timely notifications without manually editing configuration files.

Core Features & Use Cases

  • Interactive Bot Setup: Guides users through creating a Telegram bot, finding their chat ID, and entering valid credentials.
  • Event Customization: Lets users choose notifications for session starts, session ends, input requests, and continuing sessions.
  • Validation and Testing: Validates bot tokens and chat IDs, writes settings to the OMC configuration file, and optionally sends a test notification.
  • Use Case: Configure Telegram alerts so you know when a long-running coding session finishes or requires your input.

Quick Start

Ask the AI to configure Telegram notifications for OMC and guide you through the bot, chat ID, event, and test setup.

Frequently Asked Questions about configure-telegram

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

FAQPage Schema
How do I configure Telegram notifications for OMC session events?

To configure Telegram notifications for OMC session events, you interactively provide a bot token and chat ID, which are validated via curl and merged into the configuration file using jq to alert you on session starts, ends, or input requests.

Do I need jq and curl to set up Telegram alerts for session activity?

Yes, you need jq and curl to set up Telegram alerts, as jq handles merging the JSON configuration file and curl handles validating bot tokens and sending test messages via the Telegram API.

What Telegram bot events can I customize for OMC session alerts?

You can customize Telegram bot alerts for OMC session starts, session ends, input requests, and continuing background sessions, ensuring you receive timely notifications for the exact session activity you need to track.

How do I validate my Telegram bot token and chat ID before enabling session notifications?

You validate your Telegram bot token and chat ID by using curl to call the Telegram API, which verifies the credentials before writing settings to the OMC configuration file and optionally sending a test message.

Can I send a test notification to Telegram after configuring OMC session alerts?

Yes, you can send a test notification to Telegram after configuring OMC session alerts, allowing you to verify that the bot token and chat ID correctly deliver event automation messages to your chat.

What is the best way to get Telegram alerts when a long-running coding session requires input?

The best way to get Telegram alerts when a long-running coding session requires input is to configure OMC event automation, which sends a Telegram notification specifically when your session reaches an input request state.