Send messages to Telegram channels. Use when user wants to post, reply, or send messages to Telegram.
/plugin marketplace add lycfyi/community-agent-plugin/plugin install lycfyi-telegram-connector-plugins-telegram-connector@lycfyi/community-agent-pluginThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Send messages to Telegram groups.
This skill sends messages to Telegram groups. It requires confirmation before sending to prevent accidental messages.
WARNING: Using a user token may violate Telegram's Terms of Service. This tool is intended for personal use only.
Send a message to default group:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_send.py --message "Hello everyone!"
Send to specific group:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_send.py --group 1234567890 --message "Hello!"
Reply to a specific message:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_send.py --message "Great point!" --reply-to 12345
Send to a specific topic (forum groups):
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_send.py --message "Update" --topic 5
Skip confirmation prompt:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_send.py --message "Hello" --confirm
By default, the tool shows your message and asks for confirmation:
Message to send:
----------------------------------------
Hello everyone! This is a test message.
----------------------------------------
Send this message? (y/N):
Use --confirm to skip this prompt (useful for automation).
On success:
Sending to: My Group (1234567890)
========================================
Message sent successfully!
Message ID: 98765
Timestamp: 2026-01-06T12:00:00+00:00
For groups with forum topics, you can target a specific topic:
telegram-list --group 1234567890telegram-send --group 1234567890 --topic 5 --message "Hello"If you send too many messages too quickly, you may be rate limited. The tool will show how long to wait before trying again.
0 - Success1 - Authentication error2 - Permission denied or configuration error3 - Rate limited--confirm unless necessary)telegram-init - Initialize Telegram connectiontelegram-list - List groups and topicstelegram-sync - Sync messages from groupstelegram-read - Read synced messagesThis skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.