add-telegram

Integrate Telegram as a communication channel for NinjaClaw.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill add-telegram-ofirgavish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/OfirGavish/NinjaClaw-Nano/tree/main/.copilot/skills/add-telegram
Command: npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill add-telegram-ofirgavish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Telegram support as a communication channel for NinjaClaw, enabling real-time messaging, notifications, and multi-channel workflows.

Core Features & Use Cases

  • Telegram channel integration for NinjaClaw to send and receive messages
  • Interactive setup to configure bot tokens, environment, and chat registrations
  • Flexible deployment: main channel and trigger-only channels for group workflows

Quick Start

Configure a Telegram bot, enable the Telegram channel in NinjaClaw, and complete the chat registration steps.

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 communication channel for real-time messaging and notifications?

To add a Telegram channel, you configure a Telegram bot, enable the channel in NinjaClaw, and complete the chat registration steps. This integration supports real-time messaging, notifications, and multi-channel workflows.

What is the process to set up a trigger-only Telegram channel for group workflows?

Setting up a trigger-only Telegram channel involves configuring the bot token, provisioning the environment, and registering the chat. You can also make optional group privacy adjustments to support flexible group workflows.

Do I need the grammy library to integrate Telegram messaging support?

Yes, integrating Telegram messaging support requires the grammy library as a dependency. You must include it when making code changes to add the Telegram channel support to your environment.

How does environment syncing work when configuring a Telegram bot token?

Environment syncing for a Telegram bot token involves provisioning the token within your environment configuration and applying deployment steps. This ensures the NinjaClaw channel registration flow connects properly to the Telegram bot.

What code changes are required to enable Telegram channel support?

Enabling Telegram channel support requires adding the grammy library dependency, updating environment configurations for token provisioning, and implementing the channel registration flow to handle real-time messaging.