add-telegram

Add Telegram as a channel to NanoClaw for agent messaging.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/qwibitai/nanoclaw --skill add-telegram-qwibitai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/qwibitai/nanoclaw/tree/main/.claude/skills/add-telegram
Command: npx skills add https://github.com/qwibitai/nanoclaw --skill add-telegram-qwibitai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram as a messaging channel enhances NanoClaw by letting you interact with your bot over Telegram, including replacement or coexistence with other channels and flexible trigger/notification modes.

Core Features & Use Cases

  • Adds Telegram as a channel and uses the same Channel interface pattern as WhatsApp for inbound/outbound messaging.
  • Supports modes: replace existing messaging, run alongside WhatsApp, or act as a control/notification channel (triggers actions or receives updates).
  • Enables private chats and group chats through chat registration and routing to agents.

Quick Start

Create a Telegram bot, configure its token, register a chat, and begin routing messages through NanoClaw.

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 messaging channel for bot control?

To add Telegram as a messaging channel for bot control, you configure a Telegram bot token, set up the environment, and integrate it with your existing channel router architecture to handle inbound and outbound messages.

Can I use Telegram alongside WhatsApp for agent messaging?

Yes, you can use Telegram alongside WhatsApp for agent messaging. Telegram can replace existing channels, run concurrently with WhatsApp, or act as a dedicated control and notification channel.

Do I need a Telegram bot token to route messages to agents?

Yes, you need a Telegram bot token to route messages to agents. Creating a Telegram bot and configuring its token is a required prerequisite to enable private chats and group routing.

Does Telegram bot integration support private chats and groups?

Telegram bot integration supports private chats and groups through chat registration and routing to agents. This enables both individual interactions and group-based message handling within your architecture.

What is the best way to use Telegram as a notification channel for bot outputs?

The best way to use Telegram as a notification channel for bot outputs is to configure it within your channel architecture to receive updates, allowing Telegram messages to trigger agent actions or receive automated outputs.

Why is my Telegram channel not working with the existing router architecture?

Your Telegram channel may not be working with the existing router architecture due to missing environment configuration or an improperly registered chat. Proper integration with the channel interface pattern is required for routing.