Telegram Automation

🌐Community
by composiohq · vlatest · Repository

Automate Telegram bot messages, schedule posts, and manage channels directly from Composio workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add telegram-automation npx -- -y @trustedskills/telegram-automation
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "telegram-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/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, allowing an AI agent to send messages, react to incoming messages, and potentially interact with bots. It can be used for notifications, automated responses, or integrating Telegram functionality into a larger workflow. The skill enables the creation of custom Telegram bots without needing extensive coding knowledge.

When to use it

  • Automated Notifications: Send reminders or updates directly to users via Telegram.
  • Customer Support: Automatically respond to common inquiries received through a Telegram bot.
  • Workflow Integration: Trigger actions in other systems based on events within Telegram (e.g., sending a message when a new file is uploaded).
  • Data Collection: Gather information from users through interactive Telegram bots and store it for analysis or further processing.

Key capabilities

  • Sending messages to specific Telegram users or groups.
  • Receiving and parsing incoming Telegram messages.
  • Interacting with existing Telegram bots via API calls.
  • Customizable message formatting.

Example prompts

  • "Send a message to @username saying 'Meeting reminder at 2 PM.'"
  • "When someone sends the keyword 'help' in Telegram, reply with instructions."
  • "Forward all new messages from group X to my email address."

Tips & gotchas

  • Requires proper configuration of API tokens and credentials for your Telegram account.
  • Be mindful of Telegram’s rate limits when sending large volumes of messages.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
composiohq
Installs
0

🌐 Community

Passed automated security scans.