From agi-super-team
Manages Telegram groups: list, post messages, add/remove members, rename groups, and create topics. Useful for automating group administration tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:telegram-groupsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Operations with Telegram groups: listing, posting, members, management
Operations with Telegram groups: listing, posting, members, management
$TG_TOOLS_PATH/tools/tg_groups.py
# Groups only
python3 $TG_TOOLS_PATH/tools/tg_groups.py list
# Groups + channels
python3 $TG_TOOLS_PATH/tools/tg_groups.py list --all
# Text directly
python3 $TG_TOOLS_PATH/tools/tg_groups.py post "Group Name" --message "Hello!"
# From file
python3 $TG_TOOLS_PATH/tools/tg_groups.py post "Group Name" --message-file msg.txt
# In a specific topic (forum group)
python3 $TG_TOOLS_PATH/tools/tg_groups.py post "Group Name" --message "Hello!" --topic 123
Group Name -- search by substring (case-insensitive).
python3 $TG_TOOLS_PATH/tools/tg_groups.py members "Group Name"
python3 $TG_TOOLS_PATH/tools/tg_groups.py add-users "Group Name" --input users.csv
CSV format: username,name
python3 $TG_TOOLS_PATH/tools/tg_groups.py rename "Group Name" --name "New Name"
python3 $TG_TOOLS_PATH/tools/tg_groups.py topics "Group Name" --add "Topic Title"
python3 $TG_TOOLS_PATH/tools/tg_groups.py topics "Group Name" --add "Topic" --color 6FB9F0
add-users: requires admin rights, mutual contact, privacy settingsrename: requires admin rightstopics: only for forum groupstelegram-send -- DM sending (not to a group)telegram-scrape -- searching channels/groupsnpx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamTelegram CLI for reading, searching, and sending messages. Use when the user asks about Telegram messages, wants to check inbox, search chats, send messages, or look up contacts and groups.
Controls a personal Telegram account via MTProto (Telethon): list/search chats, read/summarize history, send/reply/forward/edit/delete/react to messages, download media, mark read, join/leave groups, and post in forum topics.
Provides Telegram bot tools to send messages, media, locations, contacts, and polls; edit, delete, forward, copy, and pin messages; resolve chats, members, and files. Use when the user mentions Telegram or wants a bot to post or manage content.