telegram-check
$
npx mdskill add aAAaqwq/AGI-Super-Team/telegram-checkVerify Telegram replies and extract contact details instantly.
- Detects incoming messages and categorizes user intent patterns.
- Requires active Telegram session and tg-tools dependencies.
- Maps response keywords to specific status classifications.
- Outputs structured data including names, IDs, and message counts.
SKILL.md
.github/skills/telegram-checkView on GitHub ↗
--- name: telegram-check description: Check inbound Telegram messages --- # 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 ```bash 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 ```bash 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 ```bash python3 $TG_TOOLS_PATH/tools/tg_contacts.py export --output contacts.json --messages 5 ``` JSON with last messages for each contact. ## Typical responses (patterns) | Pattern | Status | |---------|--------| | "yes", "can do", "will be there" | `responded` + `hot` | | "no", "can't" | `responded` + `declined` | | "when?", "details?" | `responded` + `interested` | | No response | `no_response` | ## Related skills - `telegram-send` -- sending messages - `telegram-session` -- if session is broken - `update-lead` -- update status in CRM after checking
More from aAAaqwq/AGI-Super-Team
- a-fund-monitor监控 A 股基金实时估值与盘后净值,自动判断交易日并生成提醒或分析。
- account-executive>
- add-leadAdd company/person/relationship to CRM
- adsComprehensive ad account analysis across all major platforms (Google, Meta
- ads-agentAI-агент для управления Facebook рекламой. Вызывай для анализа, оптимизации, создания кампаний и отчётов.
- afrexai-compliance-auditRun internal compliance audits against major governance and security
- afrexai-personal-financeComplete personal finance system — budgeting, debt payoff, investing, tax optimization, net worth tracking, and financial independence planning. Use when managing money, building wealth, paying off debt, planning retirement, or optimizing taxes. Zero dependencies.
- after-salesUse when managing post-purchase experience, building customer loyalty, or increasing repeat purchases
- agent-contactsAI agent contacts — add, list, remove MCP contacts. Use when someone gives an agent URL, or when you need to view/remove contacts.
- agent-model-switcher批量查看和切换子 agent 的模型配置,用于统一调整多 agent 的 provider/model 设置。