From agi-super-team
Checks inbound Telegram messages and replies using tg-tools. Supports contact lookup, group/channel scraping, and export with last messages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:telegram-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Check inbound messages/replies via tg-tools
Check inbound messages/replies via tg-tools
$TG_TOOLS_PATH/ (tg-contacts, tg-scrape)python3 $TG_TOOLS_PATH/tools/tg_contacts.py lookup @username
python3 $TG_TOOLS_PATH/tools/tg_contacts.py lookup +380671234567
Shows: name, username, phone, ID + last 5 messages.
python3 $TG_TOOLS_PATH/tools/tg_scrape.py messages "Group Name" --limit 20
python3 $TG_TOOLS_PATH/tools/tg_scrape.py messages "Group Name" --days 7
python3 $TG_TOOLS_PATH/tools/tg_contacts.py export --output contacts.json --messages 5
JSON with last messages for each contact.
| Pattern | Status |
|---|---|
| "yes", "can do", "will be there" | responded + hot |
| "no", "can't" | responded + declined |
| "when?", "details?" | responded + interested |
| No response | no_response |
telegram-send -- sending messagestelegram-session -- if session is brokenupdate-lead -- update status in CRM after checkingnpx 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.
Exports, imports, and looks up Telegram contacts by username or phone number. Outputs CSV or JSON with optional message details.
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.