configure-telegram

Configure Telegram bot notifications for OMX session events and tasks.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill configure-telegram-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-telegram
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.agents/skills/configure-telegram
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill configure-telegram-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram notifications for OMX require manual setup; this skill provides a guided, natural-language configuration flow to connect a bot and alert on events.

Core Features & Use Cases

  • Interactive setup via AskUserQuestion to collect bot token, chat ID, parse mode, and event triggers.
  • Writes merged configuration to ~/.codex/.omx-config.json and supports env var overrides for OMX Telegram notifications.

Quick Start

Run the guided wizard to connect your Telegram bot and enable notifications, then the config is saved to ~/.codex/.omx-config.json.

Frequently Asked Questions about configure-telegram

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

FAQPage Schema
How do I set up Telegram notifications for OMX session events?

To set up Telegram notifications for OMX, use a guided natural-language flow to collect your bot token, chat ID, parse mode, and event triggers. The configuration is then written directly to ~/.codex/.omx-config.json to alert you on session events.

What do I need to configure a Telegram bot for OMX alerts?

Configuring a Telegram bot for OMX alerts requires a valid bot token and a target chat ID. You will also select a parse mode and define specific event triggers during the interactive setup process to start receiving task alerts.

Can I use environment variables to override OMX Telegram notification settings?

Yes, OMX Telegram notifications support environment variable overrides. The interactive setup writes merged configuration settings to ~/.codex/.omx-config.json, while environment variables provide an alternative method to manage bot token and chat ID values.

How does the Telegram bot setup process select which events trigger notifications?

The Telegram bot setup process uses an interactive prompt to define event triggers for OMX session events and tasks. You specify the exact session events that should trigger an alert, and the skill saves these triggers to your configuration file.

What is the best way to test Telegram alerts after configuring OMX?

The best way to test Telegram alerts is by using the built-in test messaging feature during the configuration flow. This verifies that your bot token, chat ID, and parse mode are correctly set up before finalizing the OMX notification configuration.

Why are my Telegram notifications not working after manual OMX setup?

Telegram notifications may fail if the bot token, chat ID, or parse mode are incorrect in ~/.codex/.omx-config.json. Using a guided setup flow ensures your event triggers are properly configured and validates your settings with a test message.