add-telegram

Integrate Telegram as a communication channel for NanoClaw.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/nrupala/nanoclaw --skill add-telegram-nrupala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/nrupala/nanoclaw/tree/main/.claude/skills/add-telegram
Command: npx skills add https://github.com/nrupala/nanoclaw --skill add-telegram-nrupala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect NanoClaw to Telegram as a channel for real-time notifications and interactive control, replacing or augmenting existing channels.

Core Features & Use Cases

  • Easily enable Telegram as a channel for command and alert delivery.
  • Supports both control-only and passive notification modes across main and group chats.
  • Provides a guided, phase-based setup including token provisioning, environment syncing, and chat registration.

Quick Start

Configure a Telegram bot token, sync the environment, and register a chat to activate Telegram channel support.

Frequently Asked Questions about add-telegram

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

FAQPage Schema
How do I integrate Telegram as a real-time channel for bot notifications?

To integrate Telegram as a real-time channel, you must provision a bot token, synchronize your environment variables, and complete the chat registration workflow to activate interactive control and alert delivery.

What is the setup process for connecting a Telegram bot token to my environment?

The setup process for a Telegram bot token involves merging external repository code, configuring the TELEGRAM_BOT_TOKEN variable in your environment, and running guided phase-based registration steps to link main and group chats.

Can I use Telegram group chats for command and alert delivery?

Yes, Telegram group chats support both command delivery and passive alert notifications, allowing real-time interactive control and automated messaging across multiple chat types within your channel setup.

Do I need to merge external repository code to enable Telegram bot registration?

Yes, you need to merge Telegram code from an external repository to enable bot registration, as this step provides the foundational logic required to provision tokens and sync the environment for channel activation.

Does Telegram channel integration support both passive notifications and interactive control?

Telegram channel integration supports both passive notification modes and interactive control, allowing users to receive real-time alerts and execute commands directly within main or group chat environments.

Why is my Telegram chat registration not working after configuring the bot token?

Telegram chat registration may fail if the environment synchronization is incomplete, requiring you to verify the TELEGRAM_BOT_TOKEN configuration and ensure the external repository code is fully merged before running setup steps.