skills/claude-skills-open/skills/channels/telegram-check/SKILL.md
Check inbound Telegram messages
npx skillsauth add aaaaqwq/agi-super-team telegram-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 checkingdevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.