telegram-automation

Automate Telegram tasks via Rube MCP (Composio): send messages, manage chats, share photos/documents, and handle bot commands. Always search tools first for current schemas.

Content Preview
---
name: telegram-automation
description: "Automate Telegram tasks via Rube MCP (Composio): send messages, manage chats, share photos/documents, and handle bot commands. Always search tools first for current schemas."
requires:
  mcp: [rube]
category: communication
---

# Telegram Automation via Rube MCP

Automate Telegram operations through Composio's Telegram toolkit via Rube MCP.

**Toolkit docs**: [composio.dev/toolkits/telegram](https://composio.dev/toolkits/telegram)

## Prerequisites

- 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/telegram-automation.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/telegram-automation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/all-skills/skills/telegram-automation/SKILL.md

Related Skills