From claude-afk
Enable AFK (Away From Keyboard) mode for the current Claude Code session. When enabled, you will receive Telegram notifications for permission requests and task completions.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-afk:enableThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Enable AFK Mode Enable AFK (Away From Keyboard) mode for the current Claude Code session. When enabled, you will receive Telegram notifications for permission requests and task completions. ## Instructions Run the following command to enable AFK mode: Report the output to the user. If successful, inform them that: - They will receive Telegram notifications when Claude needs permission approvals - They can reply "yes" or "no" directly to notification messages - They can disable AFK mode anytime with /claude-afk:disable If there's an error about no session found, explain that this co...
Enable AFK (Away From Keyboard) mode for the current Claude Code session. When enabled, you will receive Telegram notifications for permission requests and task completions.
Run the following command to enable AFK mode:
node "${CLAUDE_PLUGIN_ROOT}/scripts/cli.js" enable
Report the output to the user. If successful, inform them that:
If there's an error about no session found, explain that this command must be run from within a Claude Code session.
If there's an error about the daemon not running, suggest running /claude-afk:setup first.
npx claudepluginhub marvellous-bear/claude-plugins/telegramDisplays Telegram bot status: masked token, allowed users, global session UUID/timestamps, daemon running state. Clears session with 'clear' argument.
/telegram-setupInteractively sets up pact-telegram for Telegram notifications: collects bot token, detects chat ID via API, adds optional OpenAI voice transcription, creates secure config.
/enableEnables Superego evaluation and monitoring for the project/session by checking .superego/ state, initializing if missing (installs binary, runs sg init), re-enabling if disabled, or confirming if active.