_telegram

Configure Telegram bot token and chat ID for Claude Code notifications.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill telegram-hahyeonjeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _telegram
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_telegram
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill telegram-hahyeonjeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram-based notifications for Claude Code require configuring a bot token and a chat ID, and secure credential handling to ensure reliable delivery.

Core Features & Use Cases

  • Telegram-based delivery using a bot token and a chat ID to push Claude Code notifications to direct messages or groups.
  • Guidance on obtaining chat IDs, handling group delivery (negative chat IDs), and credential storage in the project environment.
  • Use cases include personal alerts, quick incident notices, and lightweight mobile notifications with minimal overhead.

Quick Start

Configure your Telegram bot token and chat ID to enable Claude Code notifications.

Frequently Asked Questions about _telegram

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

FAQPage Schema
How do I configure Telegram notifications for Claude Code?

You can configure Telegram notifications by storing your bot token and chat ID as project environment credentials, which enables Claude Code to push mobile alerts and incident notices.

How do I retrieve a chat ID for a Telegram bot to send group messages?

Retrieving a chat ID requires using Telegram bot interactions to identify the target destination, where direct messages use positive chat IDs and group-delivery scenarios use negative chat IDs.

Can I send Claude Code alerts to a Telegram group instead of a direct message?

Yes, you can send alerts to a Telegram group by configuring a negative chat ID paired with your bot token, satisfying the requirements for group-delivery notifications and rapid incident alerts.

How should I store Telegram bot token credentials for notification integration?

You should store Telegram bot token and chat ID credentials in your project environment to ensure secure credential handling and reliable notification delivery for Claude Code integrations.

Do I need a bot token to enable mobile alerts from Claude Code via Telegram?

Yes, a Telegram bot token is required alongside a chat ID to enable lightweight mobile notifications and rapid incident notices from Claude Code with minimal overhead.