add-telegram

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds Telegram as a channel for NanoClaw, enabling notifications and trigger-based actions either alongside WhatsApp or as a standalone replacement.

Core Features & Use Cases

  • Channel integration: register a Telegram channel or group to receive prompts and bot-driven actions
  • Configurable behavior: run as a control-only channel (triggers actions) or as a passive channel (receives notifications)
  • Guided setup: supports token provisioning, environment configuration, and deployment steps for local or container environments

Quick Start

Start by running through the interactive setup to add Telegram as a channel and configure its bot token and environment.

Frequently Asked Questions about add-telegram

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

FAQPage Schema
How do I set up a Telegram bot for notifications and command triggers?▼

To set up a Telegram bot for notifications, you need to provision a bot token, configure your environment variables, and run an interactive setup process to register the channel for receiving alerts and triggering actions.

Can I use Telegram alongside WhatsApp for alert delivery?▼

Yes, you can integrate Telegram as a messaging channel either as a standalone replacement for WhatsApp or alongside it, allowing flexible notification and trigger-based action routing across different platforms.

How do I configure a Telegram channel for control actions versus passive notifications?▼

You can configure a Telegram channel as a control-only channel to actively trigger bot-driven actions, or set it as a passive channel that solely receives notifications without executing commands.

Does Telegram channel integration support group chat contexts and team collaboration?▼

Yes, Telegram integration supports both main and group chat contexts, with optional Agent Swarm support available to enable team collaboration and bot-driven actions within shared group environments.

What do I need to deploy a Telegram notification bot in a local or container environment?▼

Deploying a Telegram notification bot requires a valid Telegram bot token, proper environment configuration, and specific code changes to register the channel and manage token scope within your local or container deployment.