tg-bot-ops
默认只读诊断并含安全注意,适合运维与开发排查故障
可能需要读取或使用 bot token 等敏感凭据
对 Telegram 机器人进行诊断、部署与运行时检查与建议
用于 Telegram 机器人的运行诊断、部署与监控,覆盖 webhook vs polling、日志排查、环境连通性、Bot API 烟雾测试和安全重启清单。遇到“机器人不响应/下线/报错”这类问题就用,优先做只读诊断并避免泄露 token 或私密信息。能给出可执行修复步骤与巡检建议,帮助快速恢复服务。
▸ 展开 SKILL.md 英文原文
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.
帮我安装这个 skill:https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/tg-bot-ops/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/tg-bot-ops/SKILL.md"# 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 exac