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.
npx claudepluginhub matteblack9/claude-code-clone --plugin claude-tunnelsThis skill uses the workspace's default tool permissions.
Connects a Telegram channel to an already-installed Orchestrator.
Configures Telegram bot channel: saves token to .env, checks status, reviews access policy, and guides to secure allowlist lockdown.
Adds Telegram as a channel to ClaudeClaw by merging code changes from git remote, installing grammy, setting up bot token, and configuring env for control or passive use.
Implements Telegram Bot API integration: BotFather setup, messages, webhooks, inline keyboards, groups, channels. Node.js and Python boilerplates.
Share bugs, ideas, or general feedback.
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