configure-telegram

Configure Telegram notifications for OMX via interactive setup wizard.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure Telegram bot notifications so OMX can message you when sessions end, need input, or complete background tasks.

Core Features & Use Cases

  • Interactive setup wizard that guides you through bot creation, token and chat ID collection, parse mode selection, and event triggers.
  • Writes the configuration to the file at ~/.claude/.omx-config.json and supports a test notification to verify delivery.
  • Environment variable override option via OMX_TELEGRAM_BOT_TOKEN and OMX_TELEGRAM_CHAT_ID for headless setups.

Quick Start

Launch the configure-telegram skill and follow the prompts to connect your Telegram bot and enable notifications.

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 OMX tasks?

To configure Telegram notifications for OMX, launch the skill and follow the interactive setup wizard to collect your bot token, chat ID, and preferred message format, which persists to ~/.claude/.omx-config.json.

Can I set up Telegram bot alerts in a headless environment?

Yes, you can configure Telegram bot alerts for headless setups by setting the environment variables OMX_TELEGRAM_BOT_TOKEN and OMX_TELEGRAM_CHAT_ID as an alternative to the JSON config file.

How do I find my chat ID for Telegram bot notifications?

The setup wizard guides you through bot creation and chat ID discovery, ensuring your Telegram bot can correctly target and deliver event notifications to your specific account.

What events can I monitor with Telegram bot notifications?

Telegram bot notifications can alert you when OMX sessions end, when tasks need input, or when background tasks complete, allowing you to select specific event triggers during configuration.

Does configuring Telegram alerts verify message delivery?

Yes, the configuration process supports sending a test notification to verify delivery, ensuring your bot token and chat ID are correctly merged into the config file before finalizing.

What is the parse mode for Telegram message configuration?

The parse mode is your preferred message format selected during the interactive setup, determining how the Telegram bot formats the text payloads for your session alerts.