Loading...
Loading...
Telegram bot management and monitoring. TRIGGERS - telegram bot, claude-orchestrator, bot status, bot restart.
npx skill4agent add terrylica/cc-skills telegram-bot-managementbot-service.sh status
# Or use alias
bot statusbot-service.sh logs
# Or use alias
bot logsbot-service.sh restart
# Or use alias
bot restartbot-service.sh stop
# Or use alias
bot stop| Issue | Cause | Solution |
|---|---|---|
| Bot not responding | Process crashed | Run |
| launchd not starting | Service not loaded | Load with |
| Logs empty | Log rotation or path issue | Verify log path in launchd plist |
| watchexec not reloading | File patterns not matching | Check watchexec filter patterns |
| High memory usage | Memory leak in bot code | Restart bot, investigate Python memory usage |
| Permission denied | Script not executable | Run |
| Environment vars missing | .env not loaded | Verify environment setup in launchd plist |
| Multiple bot instances | Previous instance not stopped | Kill all bot processes, then restart cleanly |