add-telegram

Add Telegram channel support to NanoClaw with token validation and runtime registry wiring.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram is a popular channel for real-time alerts and automation. This skill enables adding Telegram as a channel to NanoClaw, allowing deterministic code changes and configurable operation either as a control-only trigger or a passive notification channel.

Core Features & Use Cases

  • Deterministic code changes to integrate TelegramChannel and routes for Telegram-based interactions.
  • Flexible deployment: replace existing channels like WhatsApp or run alongside them, with options for control-only or passive modes.
  • Agent Swarms integration readiness to coordinate teams via Telegram.

Quick Start

Set up the Telegram channel by running the skill to wire in token-based authentication and register the chat groups for automation.

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 NanoClaw?

Yes, Telegram can run alongside existing channels like WhatsApp or replace them entirely. The integration supports multi-channel configurations, allowing teams to maintain deterministic code changes across different messaging platforms simultaneously.

Does Telegram integration support passive notification mode or control-only mode?

The Telegram integration supports both control-only trigger mode and passive notification mode. Control-only mode enables interaction-based automation, while passive mode delivers real-time alerts without executing code changes.

What is the process to register Telegram chat groups for NanoClaw automation?

Telegram integration for NanoClaw works by validating bot tokens, registering the channel, updating environment variables, and wiring TelegramChannel into the runtime channel registry. This enables deterministic code changes triggered via Telegram messages.

Can I run Telegram alongside other messaging channels like WhatsApp in NanoClaw?

Yes, Telegram can coexist with existing channels like WhatsApp or replace them. The integration supports multi-channel configurations, allowing teams to maintain flexible deployment options for real-time alerts and automation.

Do I need a Telegram bot token to configure NanoClaw channel support?

Yes, a Telegram bot token is required to configure NanoClaw channel support. The skill validates tokens during setup to authenticate the channel, register chat groups, and wire the connection into the runtime environment.