
from claude-telegram-supercharged87
Manage the Telegram bot daemon lifecycle (start, stop, restart, status, logs) from inside an agent session, with checks and production-safe fallbacks.
Provides full lifecycle management for a Telegram bot daemon used by Claude Code integrations. The skill exposes commands to start, stop, restart, and check status, plus tails for stdout/stderr and a quick remote-control URL lookup. It includes concrete shell commands (launchctl, ps, tail, cat, grep, strings, kill) and verification steps so the agent can perform actions safely and report meaningful outcomes.
Invoke this skill when a user asks about the bot's state or requests operational actions: e.g., 'start the bot', 'stop the daemon', 'restart telegram', 'daemon status', 'show bot logs', or 'is the bot running'. Use it for routine maintenance, troubleshooting, and to fetch recent logs after failures.
Best for Claude Code / Claude-based agent sessions and agents that can run Bash commands or shell tools (agents with Bash/host execution ability).
Manages the Telegram bot daemon lifecycle (start/stop/restart/status/logs) on macOS via launchctl. The SKILL.md is clear and well-structured with good error handling guidance. No bundled scripts — all operations are direct bash commands. Commands are local-only with no network calls or credential handling. Niche utility specific to claude-telegram-supercharged users on macOS.
Clean skill with no security concerns beyond minor kill command scoping. The grep-then-kill pattern in the stop flow could benefit from stricter process matching. No scripts to test — purely instruction-based.