add-telegram

Integrate Telegram channel support into NanoClawbster using grammy.

2|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/sskarz/nanoclawbster --skill add-telegram-sskarz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/sskarz/nanoclawbster/tree/main/.claude/skills/add-telegram
Command: npx skills add https://github.com/sskarz/nanoclawbster --skill add-telegram-sskarz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables Telegram as a first-class channel for NanoClawbster, allowing teams to communicate with and control their AI assistant via Telegram.

Core Features & Use Cases

  • Adds TelegramChannel implementation and associated tests, enabling multi-channel operation alongside WhatsApp or as a replacement.
  • Updates core architecture (index.ts, config.ts) and routing to support Telegram-based chats and registrations.
  • Provides an end-to-end flow for token/config setup, chat registration, and message handling via Telegram.

Quick Start

Install this skill and run the bot to enable 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 add Telegram as a channel for my AI assistant?

To add Telegram as a channel, this skill integrates a TelegramChannel implementation using grammy, updating core files like index.ts and config.ts to handle Telegram chats and registrations.

Can I use Telegram alongside WhatsApp in a multi-channel setup?

Yes, Telegram can operate as a multi-channel setup alongside WhatsApp or as a standalone replacement, updating core architecture routing to support Telegram-based chats.

What do I need to set up before enabling Telegram chat support?

You need to configure your Telegram token and settings in config.ts, and ensure the grammy dependency is installed to handle the end-to-end message and registration flows.

How does Telegram channel integration handle chat registrations?

Telegram channel integration provides an end-to-end flow for token setup, chat registration, and message handling by updating the core routing and architecture in index.ts.

Does adding a Telegram channel require updating existing tests?

Yes, implementing the TelegramChannel requires adding associated tests and updating existing core tests to validate the new routing, config, and registration flows.