agentsclimarketplace

Telegram check

Skill aAAaqwq/AGI-Super-Team/skills/telegram-check

14 AI executives powered by legendary minds (Musk/Buffett/Simons/Feynman) — deploy your virtual C-Suite in one git clone.

Install
npx -y skills add aAAaqwq/AGI-Super-Team --skill telegram-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Check inbound Telegram messages

SKILL.md

1.4 KB, 359 tokens by cl100k_base, as published. Nobody here has run it

Telegram Check

Check inbound messages/replies via tg-tools

When to use

  • "check telegram"
  • "who replied on telegram"
  • "any new messages?"
  • After a campaign -- check replies

Dependencies

  • $TG_TOOLS_PATH/ (tg-contacts, tg-scrape)
  • Active Telegram session

How to run

Check a specific contact

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.

Check messages in a group/channel

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

Export all contacts with messages

python3 $TG_TOOLS_PATH/tools/tg_contacts.py export --output contacts.json --messages 5

JSON with last messages for each contact.

Typical responses (patterns)

PatternStatus
"yes", "can do", "will be there"responded + hot
"no", "can't"responded + declined
"when?", "details?"responded + interested
No responseno_response

Related skills

  • telegram-send -- sending messages
  • telegram-session -- if session is broken
  • update-lead -- update status in CRM after checking

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.