From telegram
Set up the Telegram channel — save the bot token and review access policy. Use when the user pastes a Telegram bot token, asks to configure Telegram, asks "how do I set this up" or "who can reach me," or wants to check channel status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/telegram:configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display:
Display:
If pairing is active and allowlist has users, suggest: "Consider switching to policy allowlist to lock down access."
<token>Save a BotFather token:
TELEGRAM_BOT_TOKEN=<token> to ~/.claude/channels/telegram/.envclearRemove the token by deleting the .env file.
npx claudepluginhub yaniv-golan/cc-telegram-plusSets up a Telegram bot channel: saves the bot token, reviews access policy (pairing vs. allowlist), and guides toward a locked-down configuration.
Guides Telegram bot setup for Orchestrator integration: BotFather bot creation, bot_token collection, credentials config in YAML, and long-polling test. Invoke via /connect-telegram.
Provides CLI for Telegram Bot API using bot tokens: authenticate, send messages, read chats, get info, manage multi-bot setups. For CI/CD and server-side messaging automation.