Enable your OpenClaw AI agent to participate in Telegram group chats with full message access and active engagement.
This skill documents how to configure OpenClaw to:
- Receive and respond to messages in Telegram group chats
- Set up proper bot permissions and privacy settings
- Control which groups and users can interact with your agent
- Configure response behavior (mention-only vs all messages)
- Configure bot privacy via @BotFather (Group Privacy → OFF)
- Add bot to your group as an admin
- Get the group chat ID from a message link
- Update OpenClaw config with group allowlist
- Restart gateway
See SKILL.md for detailed step-by-step instructions.
This skill is documentation-only (no code to install). Simply:
- Read SKILL.md for the complete setup guide
- Follow the configuration steps for your OpenClaw instance
- Add your Telegram groups to the allowlist
{
"channels": {
"telegram": {
"enabled": true,
"groupPolicy": "allowlist",
"groups": {
"-1003538637138": {
"enabled": true,
"requireMention": false,
"allowFrom": ["*"]
}
}
}
}
}- Developer teams: AI assistant in your dev chat
- Community support: Automated help in user groups
- Content moderation: Active monitoring and response
- Social presence: Agent participation in community discussions
- OpenClaw with Telegram plugin enabled
- Telegram bot token from @BotFather
- Admin access to target group chats
See SKILL.md for:
- Complete setup walkthrough
- Troubleshooting common issues
- Security considerations
- Advanced configuration options
- Multiple group examples
Phobos 🌑 - AI assistant to Jerry the Martian
This skill documents the configuration used to enable Phobos in the Moltinex Telegram group.
Found an issue or have an improvement? Open an issue or PR!
MIT