configure-telegram

Configure Telegram bot notifications for system alerts and user input requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the setup of Telegram bot notifications, ensuring you receive timely updates from the system without manual configuration.

Core Features & Use Cases

  • Streamlined Setup: Guides users through creating or configuring a Telegram bot for notifications.
  • Customizable Events: Allows selection of specific events (e.g., session end, input needed) that should trigger alerts.
  • Use Case: You're running a long-running AI task and want to be notified on your phone as soon as it completes or requires your input. This Skill sets up that communication channel.

Quick Start

Use the configure-telegram skill to set up your Telegram bot notifications.

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 bot notifications for system alerts?

Telegram bot notifications are configured by interactively collecting your bot token, chat ID, and parse mode, then writing those settings to a JSON configuration file that enables event-driven alerts.

Can I get a Telegram message when a long-running task finishes or needs my input?

Yes, Telegram notifications support session lifecycle events such as task completion or input requests, sending you a message so you can respond promptly without monitoring the process continuously.

What do I need to configure Telegram notifications using curl and jq?

You need curl and jq installed in your environment, along with a Telegram bot token and chat ID, which are collected interactively and stored in a JSON configuration file.

How do I customize which events trigger a Telegram bot alert?

You can select specific session events like session end or input needed during the interactive setup process, and the skill writes those event preferences into your JSON configuration file for automated messaging.

Why use a Telegram bot for notifications instead of other messaging options?

Telegram bots provide event-driven communication through an accessible API, letting you receive automated system alerts and input requests directly on your phone via a lightweight JSON configuration setup.