Create a Telegram bot
Message @BotFather
Open Telegram and search for @BotFather.Send
/newbot and follow the prompts to name your bot. BotFather will give you a token like:Add the token to ClawHQ
In the ClawHQ dashboard, go to Settings → Channels → Telegram.Paste your bot token and click Save. ClawHQ sets up the webhook automatically.
Talk to your agent
Send messages directly to the bot:Add to a group
- Add the bot to your Telegram group
- Send
/start@yourbotnamein the group - The agent will respond to messages that @mention it
Troubleshooting
Bot not responding- Verify the token in Settings → Channels → Telegram
- Check that your ClawHQ URL is publicly reachable (webhooks require HTTPS)
- Review logs:
docker compose logs openclaw
docker-compose.yml) or set CLAWHQ_URL to your HTTPS domain.