callme

Send real-time Telegram notifications for Claude Code input requests and progress updates.

2|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/davidbeglenboyle/davids-claude-code-setup --skill callme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: callme
Source: https://github.com/davidbeglenboyle/davids-claude-code-setup/tree/main/skills/needs-credentials/callme
Command: npx skills add https://github.com/davidbeglenboyle/davids-claude-code-setup --skill callme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Message the user on Telegram when you need input, want to report progress, or need real-time discussion. Use for completed tasks, blocking questions, or milestone celebrations.

Core Features & Use Cases

  • Start and maintain real-time Telegram conversations with users via Claude Code using the callme MCP bridge.
  • Orchestrate multi-turn interactions: initiate_call, continue_call, speak_to_user, end_call for real-time feedback and progress updates.
  • Use cases include notifying about task completion, requesting clarifications, or signaling milestones during long-running work.

Quick Start

Configure your Telegram bot and MCP server, then enable the callme skill in Claude Code to begin real-time messaging.

Frequently Asked Questions about callme

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

FAQPage Schema
How do I get Telegram notifications when Claude Code needs input during a long-running task?

You can receive real-time Telegram notifications by using a bot integration that messages your chat ID when Claude Code requests input, reports progress, or needs discussion. This setup bridges an MCP server to your configured Telegram bot for live task updates.

Can I use an MCP server to send real-time progress updates to Telegram?

Yes, an MCP-based integration surface connects Claude Code workflows to a Telegram bot, enabling real-time progress updates, blocking questions, and milestone celebrations sent directly to your user chat ID.

What do I need to configure before sending Telegram alerts from Claude Code?

You need to configure a Telegram bot, manage your user chat ID, and set up secret storage. Once the MCP server is running, you enable the callme skill in Claude Code to begin real-time messaging.

Does the callme skill support multi-turn conversations on Telegram?

Yes, it orchestrates multi-turn interactions using initiate_call, continue_call, speak_to_user, and end_call. These functions maintain real-time Telegram conversations for ongoing feedback and progress updates.

When should I use Telegram alerts for Claude Code workflows?

Use Telegram alerts for on-demand conversations, long-running tasks, blocking questions, and milestone celebrations across multi-step workflows. It is ideal when you need real-time discussion or notification about task completion and setup progress.

Why am I not receiving Telegram messages from my Claude Code bot integration?

Real-time Telegram notifications require correct secret storage, a valid user chat ID, and a properly configured MCP server bridge. If any setup step is incomplete, the bot integration will fail to deliver progress updates or blocking questions.