skills/claude-skills-open/skills/infra/telegram-session/SKILL.md
Create/update Telethon session
npx skillsauth add aaaaqwq/agi-super-team telegram-sessionInstall 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.
Managing Telegram session via tg-auth
$TG_TOOLS_PATH/tools/tg_auth.py
python3 $TG_TOOLS_PATH/tools/tg_auth.py check
Shows: name, username, phone + last 10 chats.
# QR + wait for scan (2 min timeout)
python3 $TG_TOOLS_PATH/tools/tg_auth.py qr
# Only show QR (without waiting)
python3 $TG_TOOLS_PATH/tools/tg_auth.py qr --no-wait
On phone: Settings > Devices > Link Desktop Device > scan QR.
python3 $TG_TOOLS_PATH/tools/tg_auth.py sessions
Shows all .session files in the sessions directory.
python3 $TG_TOOLS_PATH/tools/tg_auth.py --session /path/to/session check
| What | Path |
|------|------|
| Default session | $SALES_PATH/telegram/sessions/telegram_session.session |
| ENV | $SALES_PATH/.env |
| Problem | Solution |
|---------|----------|
| SessionExpiredError | tg-auth qr -- create a new session |
| AuthKeyUnregisteredError | tg-auth qr -- re-login |
| "Not authorized" | tg-auth qr |
| FloodWaitError | Wait the specified time |
| QR timeout | Run tg-auth qr again |
telegram-send -- sending messagestelegram-check -- checking repliesdevelopment
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.