add-telegram

Automate Telegram channel integration into NanoClaw via the Chat SDK bridge.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to add Telegram channel support to NanoClaw by wiring in the Telegram adapter, its pairing flow, and the necessary setup steps so you can manage Telegram conversations from within your agent environment.

Core Features & Use Cases

  • Install and register the Telegram channel adapter and pairing steps from the channels branch, enabling a Telegram bot to connect to an agent group.
  • Configure credentials and environment to run the Telegram channel in a controlled, isolated container.
  • Use case: wire a bot to a group, issue commands, and route messages to a designated agent.

Quick Start

Follow the setup prompts to create a Telegram bot, set the TELEGRAM_BOT_TOKEN in your environment, and run the pairing flow to wire the channel to an agent group.

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 channel support to my agent environment?

You add Telegram channel support by installing and registering the Telegram channel adapter via the Chat SDK, configuring your bot token in the environment, and running the pairing flow to wire the channel to an agent group.

What do I need to set up a Telegram bot for agent messaging?

You need to create a Telegram bot, obtain the bot token, set the TELEGRAM_BOT_TOKEN environment variable, and execute the pairing flow to connect the bot to your agent group.

Can I run the Telegram channel integration in an isolated container?

Yes, the setup process includes configuring credentials and environment variables specifically to run the Telegram channel in a controlled, isolated container for development or production environments.

Does adding a Telegram channel require repo changes and dependency installation?

Yes, adding the Telegram channel involves repo changes, dependency installation, environment configuration, and build steps to properly wire the adapter and pairing flow into your agent environment.

How does the Telegram pairing process connect a bot to an agent group?

The pairing process registers the Telegram channel adapter and executes pairing steps from the channels branch, wiring a Telegram bot to an agent group so you can issue commands and route messages to a designated agent.