add-telegram

Deploy Telegram bot adapters and setup scripts into a containerized AI agent platform.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-telegram-tharunramagiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/tharunramagiri/bookoraaagent/tree/main/.claude/skills/add-telegram
Command: npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-telegram-tharunramagiri

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @chat-adapter/telegram.

What problem does it solve?

This skill solves the manual overhead of configuring and bridging Telegram messaging channels to your local AI agent, ensuring secure and reliable communication.

Core Features & Use Cases

  • Seamless Integration: Automatically copies and registers the necessary adapters, helpers, and tests to bridge Telegram with your agent.
  • Verification: Includes built-in integration tests to ensure the channel is correctly registered and dependencies are satisfied.
  • Use Case: If you want to interact with your personal AI assistant via Telegram, this skill automates the setup of the bot token, pairing flow, and message handling logic.

Quick Start

Run the add-telegram skill to fetch the required channel adapters and register the Telegram integration in your agent setup.

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

To integrate a Telegram bot into your AI agent, this skill deploys the necessary adapters and setup scripts to bridge Telegram chats with your agent core. It automates the registration and dependency management for secure communication.

Do I need pnpm and git to set up Telegram messaging integration?

Yes, you need pnpm and git to set up Telegram messaging integration because they are required to synchronize the channel codebase and validate the integration via unit tests.

What is the process for connecting Telegram chats to an AI assistant?

Connecting Telegram chats to an AI assistant involves automatically copying and registering adapters, helpers, and tests. This facilitates secure message handling and automates the bot token setup and pairing flow.

How does automated Telegram bot registration handle dependency management?

Automated Telegram bot registration handles dependency management by deploying the @chat-adapter/telegram adapter and setup scripts. It includes built-in integration tests to verify the channel is registered and dependencies are satisfied.

Can I verify my Telegram integration setup with automated tests?

Yes, you can verify your Telegram integration setup using the included built-in integration tests. These tests ensure the channel is correctly registered and all required dependencies are satisfied.

What limitations exist when bridging Telegram messaging channels to a local AI agent?

Limitations when bridging Telegram messaging channels include the requirement for specific environment tools like pnpm and git. The setup also depends on the @chat-adapter/telegram adapter for validating the integration via unit tests.