skills/claude-skills-open/skills/channels/telegram-contacts/SKILL.md
Export/import/lookup Telegram contacts
npx skillsauth add aaaaqwq/agi-super-team telegram-contactsInstall 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.
Export, import, and lookup Telegram contacts
$TG_TOOLS_PATH/tools/tg_contacts.py
# CSV to stdout
python3 $TG_TOOLS_PATH/tools/tg_contacts.py export
# CSV to file
python3 $TG_TOOLS_PATH/tools/tg_contacts.py export --output contacts.csv
# JSON with last messages
python3 $TG_TOOLS_PATH/tools/tg_contacts.py export --output contacts.json --messages 50
CSV columns: user_id, username, first_name, last_name, phone. JSON additionally: messages, last_message_date, messages_count.
# By username
python3 $TG_TOOLS_PATH/tools/tg_contacts.py lookup @username
# By phone number
python3 $TG_TOOLS_PATH/tools/tg_contacts.py lookup +380671234567
Shows: name, username, phone, ID + last 5 messages. If the contact is not in the list -- temporarily adds and automatically removes after checking.
python3 $TG_TOOLS_PATH/tools/tg_contacts.py import --input contacts.csv
CSV format: first_name,last_name,phone
telegram-send -- sending messagestelegram-check -- checking repliesupdate-lead -- update CRM after lookupdevelopment
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.