Telegram
This skill allows you to send messages and interact with Telegram channels/bots directly from your AI, streamlining automated communication workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telegram npx -- -y @trustedskills/telegram
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telegram"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Telegram, sending and receiving messages. It can be used to automate tasks like posting updates to a group chat or responding to user inquiries through a bot. The agent can also retrieve information from Telegram channels based on provided search terms.
When to use it
- Automate daily reports: Schedule the agent to post a summary of key metrics to a team's Telegram channel each morning.
- Customer support: Build a Telegram bot that answers frequently asked questions and directs users to relevant resources.
- Content distribution: Automatically share new blog posts or articles with a Telegram group.
- Information gathering: Have the agent search for specific keywords within public Telegram channels to gather market intelligence.
Key capabilities
- Sending messages to Telegram chats/channels
- Receiving messages from Telegram chats/channels
- Retrieving information from Telegram channels based on search terms
Example prompts
- "Send a message to the #announcements channel saying 'Server maintenance scheduled for tomorrow at 9 AM.'"
- "What are the latest posts mentioning 'AI safety' in the r_ai_safety Telegram channel?"
- “Reply to the last user message with ‘Please contact support.’”
Tips & gotchas
Telegram API access requires authentication. Ensure you have configured appropriate credentials for the AI agent to use this skill effectively.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.