tg-bot-ops

Solid

Use when operating, debugging, deploying, or monitoring a Telegram bot or Telegram-to-agent gateway. Triggers on "telegram bot down", "bot not responding", "debug bot", "check webhook", "polling vs webhook", "restart bot", "deploy bot", "bot logs", "agent gateway", "Telegram Bot API error", "send test message", "бот не отвечает", "проверь бота", "логи бота", "перезапусти бота". Covers health checks, logs, webhook/polling diagnostics, environment validation, safe restart/deploy checklists, Bot API smoke tests, forum topic delivery, privacy mode, gateway routing, and incident notes.

AI & Automation 176 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Telegram Bot Ops Use this skill when the real question is whether a Telegram bot is receiving updates, processing them in the intended runtime, and sending visible responses to the right chat, user, or forum topic. ## Public Safety - Default to read-only diagnostics. - Do not print tokens, `.env` values, connection strings, raw logs, private DMs, payment payloads, session files, or full user records. - Use placeholders in notes and examples: `<TELEGRAM_BOT_TOKEN>`, `<TELEGRAM_USER_ID>`, `<CHAT_ID>`, `<TOPIC_ID>`, `<WEBHOOK_URL>`. - Do not send Telegram messages, restart production services, change webhooks, edit BotFather settings, or deploy until the user has authorized that exact action. - If any real secret appears in the repo, logs, or prompt, stop and tell the user it must be rotated before public release. ## Intake If the repo or runtime is unclear, identify: - bot repo and language/runtime; - deployment target: local, Docker, VPS/systemd, Railway, Render, Fly, Vercel, or other; - update mode: webhook, polling, or unknown; - env source for `TELEGRAM_BOT_TOKEN`; - expected symptom, chat surface, and timestamp; - whether production restart/deploy is allowed. ## Diagnostic Flow 1. **Repo and runtime** — inspect entrypoints, process manager, deploy files, and current git state. 2. **Environment** — verify required env var names exist without printing values. 3. **Update intake** — classify runtime: HTTP Bot API webhook, HTTP Bot API polling, MTProt...

Details

Author
serejaris
Repository
serejaris/personal-corp-skills
Created
5 months ago
Last Updated
yesterday
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category