add-telegram

Integrate Telegram channel support into NanoClaw via Chat SDK bridge and adapter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram channel integration for NanoClaw, enabling secure, scalable bot communication via the Telegram platform by bringing in adapters, tests, and setup steps from the channels branch.

Core Features & Use Cases

  • Copy and integrate the Telegram adapter, pairing logic, tests, and setup step from the channels branch into your NanoClaw checkout to enable Telegram-based communication with agents.
  • Register channel setup steps and install the adapter package, then build and validate the integration in your containerized environment.
  • Manage credentials and channel configuration to securely connect a Telegram bot to an agent group or chat for interactive workflows.

Quick Start

Fetch the channels branch and copy the Telegram adapter, tests, and setup step into your codebase, then register and build the channel integration.

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

To add Telegram channel support to NanoClaw, you provision the Chat SDK bridge and copy the Telegram adapter, pairing logic, tests, and setup steps from the channels branch into your codebase before registering and building the integration.

What is needed to configure a Telegram bot for a NanoClaw agent group?

Configuring a Telegram bot for a NanoClaw agent group requires managing credentials and channel configuration to securely connect the bot, followed by installing the adapter package and validating the setup in a containerized environment.

Does the Telegram adapter integration require external dependencies?

No external dependencies are required for the Telegram adapter integration, but you must fetch code from origin channels, register imports, install the adapter package, and execute validation steps as described in SKILL.md.

What is the best way to build and validate a Telegram channel integration in NanoClaw?

The best way to build and validate a Telegram channel integration in NanoClaw is by running the idempotent workflow, which covers copying adapters, registering setup steps, installing dependencies, and executing container builds.

Why does the NanoClaw Telegram setup enforce fetching code from origin channels?

Fetching code from origin channels is enforced to ensure the Telegram adapter, tests, and setup steps are accurately synchronized with the channels branch, maintaining a controlled and validated integration workflow.

Can I use the Telegram channel adapter without running container builds?

Container builds are a required validation step in the idempotent workflow to ensure the Telegram channel adapter functions correctly within your containerized NanoClaw environment before publishing.