From claude-code-tunnels
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-tunnels:connect-telegramThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Connects a Telegram channel to an already-installed Orchestrator.
Connects a Telegram channel to an already-installed Orchestrator.
Check orchestrator.yaml exists. If not → redirect to /setup-orchestrator.
If no credentials found:
Telegram Bot Setup:
1. Open Telegram, search for @BotFather
2. Send /newbot
3. Choose a name for your bot (e.g., "My Orchestrator Bot")
4. Choose a username (must end in "bot", e.g., "my_orchestrator_bot")
5. BotFather will give you a bot token like: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
6. Copy the entire token
bot_token: (the token from BotFather)
allowed_users: (optional, comma-separated Telegram usernames or user IDs)
bot_token : 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
allowed_users : username1, username2
npx claudepluginhub matteblack9/claude-code-clone --plugin claude-tunnelsSets up a Telegram bot channel: saves the bot token, reviews access policy (pairing vs. allowlist), and guides toward a locked-down configuration.
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.
Adds Telegram channel support to ClaudeClaw, with code generation, bot setup, and environment configuration. Supports control-only, passive, or full messaging modes.