configure-telegram

Configure Telegram notifications for Claude Code sessions via JSON configuration.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/leejaedus/pepcode --skill configure-telegram-leejaedus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-telegram
Source: https://github.com/leejaedus/pepcode/tree/main/skills/configure-telegram
Command: npx skills add https://github.com/leejaedus/pepcode --skill configure-telegram-leejaedus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables you to receive Claude Code session events and task updates as Telegram notifications by guiding you through a safe, repeatable setup process.

Core Features & Use Cases

  • Guided setup for Telegram notifications including bot creation, token and chat ID collection, and parse mode configuration.
  • Event-based notification configuration with selectable triggers (session end, input needed, session start, session continuing).
  • Writes configuration to the local file ~/.claude/.pep-config.json and supports testing the setup with a test message.

Quick Start

Run /pepcode:configure-telegram to begin the guided Telegram notifications setup.

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 Claude Code sessions?

To set up Telegram notifications for Claude Code sessions, you run a guided setup process that helps you create a Telegram bot, collect the bot token and chat ID, select a parse mode, and configure event-based triggers. The configuration is then written to ~/.claude/.pep-config.json.

What events can trigger Telegram alerts from Claude?

Telegram alerts from Claude can be triggered by selectable session events, specifically session start, session continuing, input needed, and session end. You choose these event-based triggers during the configuration process.

Do I need curl and jq to configure Telegram alerts?

Yes, you need a local shell environment with curl and jq installed to configure Telegram alerts. These tools are required to test the setup and update the configuration file safely.

How do I get a Telegram bot token and chat ID for notifications?

The setup process guides you through Telegram bot creation and the collection of the required bot token and chat ID. You will input these credentials into the configuration to enable notifications.

Can I test Telegram notifications before enabling them for all Claude events?

Yes, you can test your Telegram notification setup. After configuring the bot token, chat ID, and parse mode, the process supports sending a test message to verify everything works before relying on event triggers.

Where are Telegram bot configuration settings stored for Claude Code?

Telegram bot configuration settings for Claude Code are stored locally in the file ~/.claude/.pep-config.json. This file holds your bot token, chat ID, parse mode, and selected event triggers.