Telegram banner
moazbuilds moazbuilds

Telegram

Development community

Description

--- description: Show Telegram bot status and manage global session --- Show the Telegram bot integration status. Check the following: 1. **Configuration**: Read `.claude/claudeclaw/settings.json` and check if `telegram.token` is set (show masked token: first 5 chars + "..."). Show `allowedUserIds`. 2. **Global Session**: Read `.claude/claudeclaw/session.json` and show: - Session UUID (first 8 chars) - Created at - Last used at - Note: This session is shared across heartbeat, cron

Installation

Installs to ~/.claude/skills/moazbuilds-claudeclaw-telegram/SKILL.md

Terminal
mkdir -p ~/.claude/skills/moazbuilds-claudeclaw-telegram && curl -fsSL https://raw.githubusercontent.com/moazbuilds/claudeclaw/HEAD/commands/telegram.md -o ~/.claude/skills/moazbuilds-claudeclaw-telegram/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository