add-telegram

Integrate Telegram as a controllable channel for NanoClaw messaging and notifications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Telegram as a controllable channel for NanoClaw to enable messaging and notifications.

Core Features & Use Cases

  • Telegram channel integration to send and receive messages within NanoClaw
  • Supports main chat and trigger-only channels for flexible automation
  • Phase-guided setup including bot token provisioning and chat registration

Quick Start

Run the NanoClaw setup and follow the on-screen prompts to add a Telegram bot token and register your chat.

Frequently Asked Questions about add-telegram

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

FAQPage Schema
How do I integrate Telegram as a channel for sending and receiving messages?▼

To integrate Telegram as a channel, you need to provision a Telegram bot token, register your chat, and apply code changes to configure channel behavior across main and trigger-only modes.

What do I need to set up Telegram bot notifications in my environment?▼

Setting up Telegram bot notifications requires a Telegram bot token and environment synchronization to your container to ensure the channel operates correctly across main and trigger-only modes.

Can I use Telegram for trigger-only automated messaging?▼

Yes, Telegram supports both main chat and trigger-only channels, enabling flexible automation and notifications within your configured environment.

How does environment synchronization work for a Telegram bot token?▼

Environment synchronization applies the Telegram bot token to your container, which is required to register chats and enable appropriate channel behavior during setup.

What testing is required when adding a Telegram channel?▼

Adding a Telegram channel requires code changes that include adding the channel itself along with its corresponding tests to ensure messaging and notifications function correctly.