add-telegram

Automates deployment of Telegram channel adapters for the NanoClaw agent framework.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-telegram-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-telegram
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-telegram-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @chat-adapter/telegram.

What problem does it solve?

This skill solves the manual complexity of adding new communication channels to the NanoClaw agent, specifically enabling Telegram bot integration for secure, private messaging.

Core Features & Use Cases

  • Automated Integration: Automatically fetches and installs the necessary Telegram adapter, pairing helpers, and registration tests from the repository's channels branch.
  • Verification: Includes built-in integration tests to ensure the Telegram bridge is correctly registered and dependencies are satisfied.
  • Use Case: Use this skill to quickly enable a Telegram bot as a primary interface for your NanoClaw agent, allowing you to interact with your AI assistant directly through Telegram chats or groups.

Quick Start

Run the add-telegram skill to fetch the necessary adapter files and register the Telegram channel setup step in your current NanoClaw environment.

Frequently Asked Questions about add-telegram

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

FAQPage Schema
How do I integrate a Telegram bot into my NanoClaw agent?

To integrate a Telegram bot into your NanoClaw agent, run the add-telegram skill to automatically fetch the necessary adapter, register the channel setup, and validate the build using pnpm.

What is automated Telegram channel adapter deployment in NanoClaw?

Automated Telegram channel adapter deployment fetches and installs the required adapter and pairing helpers from the repository's channels branch, facilitating secure communication between users and agents.

Do I need pnpm to set up Telegram messaging integration with my AI agent?

Yes, you need pnpm for dependency management and build validation when setting up the Telegram messaging integration to ensure the channel bridge is correctly registered and dependencies are satisfied.

Can I use Telegram group chats to communicate with my NanoClaw agent?

Yes, you can communicate with your NanoClaw agent via Telegram DMs or group chats once the integration is complete, enabling direct interaction with your AI assistant through secure messaging.

How does the Telegram bot integration verify that the channel bridge is registered?

The Telegram bot integration verifies the channel bridge registration by running built-in integration tests that ensure the adapter is correctly registered and all dependencies are satisfied.

What are the limitations of adding a Telegram bot to a NanoClaw agent?

A limitation of adding a Telegram bot is that the setup requires the presence of the repository's channels branch and pnpm, meaning the automated integration will fail if these prerequisites are missing.