add-telegram

Integrate Telegram as a NanoClaw channel with token-based bot registration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds Telegram as a channel to NanoClaw, enabling automated messaging, registration, and management alongside existing channels.

Core Features & Use Cases

  • Self-registers Telegram as a channel in the channel registry.
  • Provides chat-id and ping commands for setup and status checks.
  • Handles inbound text and non-text messages, translating mentions and storing events for the agent.

Quick Start

Apply the add-telegram skill to your NanoClaw project to enable Telegram channel support.

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 automation agent?

You can integrate Telegram with NanoClaw by applying this skill, which self-registers the channel and enables token-based Bot integration for routing and processing inbound messages across group and private chats.

Does the Telegram integration handle inbound media messages or only text?

The Telegram channel integration handles both inbound text and non-text messages, translating mentions and storing all events for the agent to process during ongoing operation.

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

Setup requires token-based Bot integration and environment configuration. The skill provides chat-id and ping commands to verify your setup and check channel status during onboarding.

Can I use Telegram for both private chats and group chats in NanoClaw?

Yes, Telegram routing and message processing work across both group and private chats. The integration applies during onboarding and ongoing operation to manage chat registration and inbound events.

Are there tests included for the Telegram channel integration?

Yes, the Telegram channel integration includes accompanying tests and environment setup to verify self-registration with the channel registry and the handling of inbound text and media events.