Telegram Integration Guide
Overview
Connect Tencent WorkBuddy to Telegram to send tasks and receive results through a Telegram bot. This integration uses the Claw remote control feature — once configured, you can interact with Tencent WorkBuddy directly from any Telegram client.
Prerequisites
- A Telegram account
- Tencent WorkBuddy installed and running on your computer
- An active Tencent WorkBuddy account
Setup Steps
Step 1: Create a Telegram Bot via BotFather
- Open Telegram and search for @BotFather
- Start a chat and send the command
/newbot - Enter a display name for your bot (e.g., "My Tencent WorkBuddy")
- Enter a username for your bot — must be unique and end in
bot(e.g.,my_workbuddy_bot) - BotFather will reply with a success message containing your Bot API Token (format:
123456789:ABCdef...) - Copy and save this token securely
Tip: You can also use
/mybotsin BotFather to view and manage existing bots.
Step 2: Configure in Tencent WorkBuddy
- In Tencent WorkBuddy, click the Claw icon in the sidebar
- Go to Claw Settings → Channels
- Select Telegram from the channel list
- Paste the Bot API Token you copied from BotFather into the token field
- Click "Save"
Step 3: Start Using the Bot
- In Telegram, search for your bot by its username (e.g.,
@my_workbuddy_bot) - Open the chat and click "Start"
- Send a message — Tencent WorkBuddy will respond through the bot in real time
Using Tencent WorkBuddy in Telegram
- Send text messages to assign tasks to Tencent WorkBuddy
- Send photos, documents, and files as additional context
- Use
/clearto clear conversation history - Receive formatted results with Markdown support
Security Tips
- Keep your Bot API token confidential — treat it like a password
- Do not share the token publicly or commit it to version control
- You can revoke and regenerate the token at any time via @BotFather (
/mybots→ select bot → API Token → Revoke current token)
Troubleshooting
| Issue | Solution |
|---|---|
| Bot not responding | Ensure Tencent WorkBuddy is running with Claw enabled |
| Messages not delivered | Check your internet connection on both devices |
| Bot token invalid | Regenerate the token via @BotFather and update it in Tencent WorkBuddy Claw settings |
| Bot shows "unavailable" | Make sure you have started a chat with the bot (send /start) |