add-telegram

Configure Telegram as a communication channel for NanoBob.

39|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/BeamusWayne/RAG-learning --skill add-telegram-beamuswayne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/BeamusWayne/RAG-learning/tree/main/Experiment/NanoBob/.claude/skills/add-telegram
Command: npx skills add https://github.com/BeamusWayne/RAG-learning --skill add-telegram-beamuswayne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables Telegram as a communication channel for NanoBob, allowing Telegram-based interactions and group management.

Core Features & Use Cases

  • Creates Telegram channel support by wiring telegram.ts and channel registry
  • Updates environment and project wiring to activate Telegram integration
  • Use Case: Connect a Telegram bot to NanoBob to receive messages and route them to workflows

Quick Start

Run /add-telegram in the claude CLI and follow prompts to connect a Telegram bot.

Frequently Asked Questions about add-telegram

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

FAQPage Schema
How do I add Telegram as a communication channel for a bot?

You can add Telegram as a communication channel by wiring telegram.ts, updating the channel registry, and configuring environment variables to activate the Telegram integration for message routing and group management.

What environment variables do I need to configure for Telegram bot integration?

Telegram bot integration requires configuring bot-token environment variables alongside channel file generation and build steps to properly activate the Telegram channel for conversation routing.

Can I use Telegram bot integration for group management and message routing?

Yes, Telegram bot integration supports Telegram-based conversations and group management by wiring the channel registry to route messages directly into your workflows.

What is the best way to connect a Telegram bot to receive messages?

The best way to connect a Telegram bot is to generate channel files, apply environment and project wiring, and run the CLI command to follow the prompts for bot connection.

Does Telegram channel integration require updating project wiring and build steps?

Yes, Telegram channel integration requires updating environment and project wiring along with build steps to fully activate the channel registry and enable Telegram-based interactions.