int-telegram

Send, reply, react, edit, and download attachments in Telegram chats.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill int-telegram-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-telegram
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/int-telegram
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill int-telegram-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of manually messaging on Telegram by enabling an AI agent to send new messages, reply in context, edit previous messages, react with emojis, and download attachments when they arrive.

Core Features & Use Cases

  • Send / Reply: Post a message to a specific Telegram chat and reply to a specific incoming message for proper threading and context.
  • React and Edit: Add emoji reactions and update previously sent messages to reflect progress or corrections without spamming notifications.
  • Attachment Handling: Download attachments from Telegram messages and read their content (e.g., images, PDFs) when provided via Telegram events.

Use case: When a workflow finishes a long task, the agent can edit the earlier Telegram status message to update the outcome, and then send a final message with the result and any downloaded attachment content.

Quick Start

Tell the AI to send a message to Telegram chat_id 123456 saying "Atualizei o status do projeto: pronto para testes".

Frequently Asked Questions about int-telegram

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

FAQPage Schema
How do I automate Telegram message replies using an AI agent?

Automating Telegram message replies requires MCP tool usage with explicit chat_id and message_id parameters. The agent replies in context by utilizing the reply_to parameter for safe quoting, ensuring proper message threading and context preservation.

Can I edit a previously sent Telegram message to update task progress?

Editing previously sent Telegram messages is supported to reflect task progress or corrections without spamming notifications. The agent identifies the target message using its specific message identifier and updates the content within the original chat.

How do I download attachments from incoming Telegram messages automatically?

Downloading Telegram attachments is handled by retrieving files based on Telegram-provided file identifiers during event-driven triggers. Once downloaded, the agent can read and process attachment content such as images or PDFs for workflow automation.

Does the Telegram messaging workflow support emoji reactions on messages?

Emoji reactions are fully supported, allowing the AI agent to add reactions to specific Telegram messages. This requires providing the target chat_id and message_id to apply the reaction accurately within the designated chat.

What is needed to route Telegram messages to the correct chat?

Routing Telegram messages requires explicit chat_id parameters provided by Telegram events. The MCP tool uses these identifiers alongside message_id to ensure send, reply, react, and edit actions target the correct conversation thread.