telegram
CommunitySend and receive Telegram messages with a bot.
AuthorKjdragan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill enables teams and individuals to communicate with users via Telegram by providing a programmable bot that can send alerts and collect responses, reducing manual messaging workload.
Core Features & Use Cases
- Telegram Messaging: Send messages to users or groups via a bot with telegram_send_message(chat_id, text).
- Polling & Updates: Retrieve new messages using telegram_get_updates(limit) to react to user replies.
- Use Case: Notify a channel when a task completes or respond to a user query with bot-driven interactions.
Quick Start
- Configure environment variables:
- TELEGRAM_BOT_TOKEN: The token from BotFather for your bot.
- TELEGRAM_ALLOWED_USER_IDS: Comma-separated list of allowed chat IDs.
- Use the provided wrappers to send messages or fetch updates, e.g. telegram_send_message(chat_id, text) and telegram_get_updates(limit).
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: telegram Download link: https://github.com/Kjdragan/universal_agent/archive/main.zip#telegram Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.