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-teamExports, imports, and looks up Telegram contacts by username or phone number. Outputs CSV or JSON with optional message details.
Full personal Telegram account control via MTProto (Telethon) — list/search chats, read/summarize history, see unread, look up contacts, download media, and send/reply/forward/edit/delete/react/send files/mark read. Use when the user mentions Telegram or their own Telegram account.
Downloads, exports, converts, and filters Telegram chats via the telegram-download-chat CLI. Supports message download, JSON-to-TXT/HTML/PDF conversion, date/user/keyword filtering, media download, and subchat extraction.