Telegram Automation
Automate Telegram bot tasks like sending messages, handling commands, and managing groups via custom scripts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davepoon-telegram-automation npx -- -y @trustedskills/davepoon-telegram-automation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davepoon-telegram-automation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davepoon-telegram-automation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates tasks within Telegram. It can send messages to specific users or groups, respond to incoming messages based on predefined rules, and potentially perform other actions supported by the Telegram Bot API. The skill aims to streamline communication and automate repetitive processes directly within Telegram.
When to use it
- Automate daily reports: Send a summary of data or updates to a team chat every morning.
- Respond to common inquiries: Automatically answer frequently asked questions from users via direct message.
- Manage event registrations: Process sign-ups and confirmations through a Telegram bot.
- Send reminders: Automatically send notifications for upcoming deadlines or appointments.
Key capabilities
- Sending messages to Telegram users/groups
- Responding to incoming Telegram messages
- Telegram Bot API integration
Example prompts
- "Send a message to @mytelegramuser saying 'Meeting is confirmed!'"
- "When someone sends 'help', reply with 'Check our website for FAQs.'"
- “Create a scheduled message to send daily at 9am to the ‘team-updates’ group.”
Tips & gotchas
- Requires a Telegram Bot API token and appropriate permissions within Telegram.
- The specific actions possible depend on the underlying Telegram Bot API capabilities and how this skill is implemented.
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.